summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Rogoża2017-06-15 20:06:02 +0200
committerPiotr Rogoża2017-06-15 20:06:02 +0200
commit8f765c42e8301176a40baf4e3a3dddaa143046a9 (patch)
tree0414c042ebab27b985f9bbe0177bca7ccceab2d3 /PKGBUILD
parentcdec8f0e8efc80caa48dc2be0dc00d17c85edf25 (diff)
downloadaur-perl-wx-scintilla-dev.tar.gz
pkgrel has been raised to rebuilt with new Perl version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45a8c67a2211..10a6c3e6b948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _author=A/AZ/AZAWAWI
_perlmod=Wx-Scintilla
pkgname=perl-wx-scintilla-dev
pkgver=0.40_02
-pkgrel=3
+pkgrel=4
pkgdesc='Wx::Scintilla - Scintilla source code editing component for wxWidgets - Developer Release'
arch=('i686' 'x86_64')
url='http://search.cpan.org/~azawawi/Wx-Scintilla/'
@@ -50,7 +50,7 @@ build(){
cd "$srcdir/$_perlmod-$pkgver"
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
- /usr/bin/perl Build.PL
+ perl Build.PL
./Build
}
check(){