diff options
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/perl_modules/perl-javascript/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/perl_modules/perl-pathtools/PKGBUILD | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/abs/core/perl_modules/perl-javascript/PKGBUILD b/abs/core/perl_modules/perl-javascript/PKGBUILD index 615d90d..5be227c 100644 --- a/abs/core/perl_modules/perl-javascript/PKGBUILD +++ b/abs/core/perl_modules/perl-javascript/PKGBUILD @@ -2,7 +2,7 @@ pkgname=perl-javascript pkgver=1.16 pkgrel=2 pkgdesc="Perl extension for executing embedded JavaScript" -depends=('perl>=5.10.0' 'glibc' 'perl-test-exception' 'js' 'xulrunner' 'nspr') +depends=('perl>=5.10.0' 'glibc' 'perl-test-exception' 'js<=1:1.7.0' 'xulrunner' 'nspr') license=('GPL' 'PerlArtistic') url="http://search.cpan.org/dist/JavaScript/" source=(http://search.cpan.org/CPAN/authors/id/C/CL/CLAESJAC/JavaScript-$pkgver.tar.gz) 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') |