diff options
author | Cecil <knoppmyth@gmail.com> | 2011-08-07 06:31:47 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-08-07 06:31:47 (GMT) |
commit | 205948382bf7c06bb74fdb88c1a81cd3c20d9031 (patch) | |
tree | 4d6fae79e17acf5ad0d349cf465bdf0cfb86f34f /abs/core/perl_modules/perl-pathtools | |
parent | d2338aa7ff29172ceee041b15a819a45c942678c (diff) | |
parent | 2747bb3963f6a0e237e540301311f430f1876346 (diff) | |
download | linhes_pkgbuild-205948382bf7c06bb74fdb88c1a81cd3c20d9031.zip linhes_pkgbuild-205948382bf7c06bb74fdb88c1a81cd3c20d9031.tar.gz linhes_pkgbuild-205948382bf7c06bb74fdb88c1a81cd3c20d9031.tar.bz2 |
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/perl_modules/perl-pathtools')
-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') |