diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-08-07 05:43:29 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-08-07 05:43:29 (GMT) |
commit | f6cb11445db39ac6c33047426893107a54520bb9 (patch) | |
tree | b6beb985fd139f529ceef76a6da671a99e5e9656 /abs/core | |
parent | 3c5fe5191d2541cbbd804b52e427d6a5f5722561 (diff) | |
download | linhes_pkgbuild-f6cb11445db39ac6c33047426893107a54520bb9.zip linhes_pkgbuild-f6cb11445db39ac6c33047426893107a54520bb9.tar.gz linhes_pkgbuild-f6cb11445db39ac6c33047426893107a54520bb9.tar.bz2 |
perl-pathtools: Bump to latest
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/perl_modules/perl-pathtools/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/perl_modules/perl-pathtools/PKGBUILD b/abs/core/perl_modules/perl-pathtools/PKGBUILD index db11a6f..a88a231 100644 --- a/abs/core/perl_modules/perl-pathtools/PKGBUILD +++ b/abs/core/perl_modules/perl-pathtools/PKGBUILD @@ -1,8 +1,8 @@ pkgname=perl-pathtools -pkgver=3.29 -pkgrel=2 -pkgdesc="get name of current working directory" +pkgver=3.33 +pkgrel=1 +pkgdesc="Current working directory (CWD) and File::Spec perl modules" arch=('i686' 'x86_64') url="http://search.cpan.org/~KWILLIAMS/Path-Class" @@ -20,3 +20,4 @@ build() { find $startdir/pkg -name '*.pod' -delete } +md5sums=('92f0df032c399fadef2e2e647ebc3111') |