summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-06-06 06:10:29 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-06-06 06:10:29 (GMT)
commit3d3022399bd4f53ab44767a38ea59adb8f3051a2 (patch)
treec298b69fcb6c6b7fa49d51a50f03193f4b5a5198 /abs/core-testing/perl_modules/perl-pathtools/PKGBUILD
parent2d02247187371f7c47922c2aa00473a756dab5be (diff)
downloadlinhes_pkgbuild-3d3022399bd4f53ab44767a38ea59adb8f3051a2.zip
linhes_pkgbuild-3d3022399bd4f53ab44767a38ea59adb8f3051a2.tar.gz
linhes_pkgbuild-3d3022399bd4f53ab44767a38ea59adb8f3051a2.tar.bz2
Bumped version, created group shepherd-dep to allow for easy install.
Diffstat (limited to 'abs/core-testing/perl_modules/perl-pathtools/PKGBUILD')
-rw-r--r--abs/core-testing/perl_modules/perl-pathtools/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD b/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD
index 11e69ab..db11a6f 100644
--- a/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD
+++ b/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=perl-pathtools
pkgver=3.29
-pkgrel=1
+pkgrel=2
pkgdesc="get name of current working directory"
arch=('i686' 'x86_64')
url="http://search.cpan.org/~KWILLIAMS/Path-Class"
@@ -10,7 +10,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/PathTools-$pkgver.tar.gz)
-
+groups=('shepherd-dep')
build() {
cd $startdir/src/PathTools-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1