diff options
-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') |