summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/perl_modules/perl-javascript
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/perl_modules/perl-javascript')
-rw-r--r--abs/core-testing/perl_modules/perl-javascript/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/perl_modules/perl-javascript/PKGBUILD b/abs/core-testing/perl_modules/perl-javascript/PKGBUILD
index 8ce00cb..564e2d9 100644
--- a/abs/core-testing/perl_modules/perl-javascript/PKGBUILD
+++ b/abs/core-testing/perl_modules/perl-javascript/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=perl-javascript
_realname=JavaScript
pkgver=1.12
-pkgrel=1
+pkgrel=2
pkgdesc="get name of current working directory"
arch=('i686' 'x86_64')
url="http://search.cpan.org/~KWILLIAMS/Path-Class"
@@ -11,6 +11,7 @@ depends=('perl>=5.10.0' spidermonkey)
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/C/CL/CLAESJAC/JavaScript-$pkgver.tar.gz)
#source=(http://search.cpan.org/CPAN/authors/id/T/TB/TBUSCH/JavaScript-SpiderMonkey-0.19.tar.gz)
+groups=('shepherd-dep')
build() {
cd $startdir/src/$_realname-$pkgver
JS_INC=/usr/include/js PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1