summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Couraud2017-06-05 13:51:57 +0400
committerThibault Couraud2017-06-05 13:51:57 +0400
commite9fb6dbda64b10988d256500a6654933f9e407fd (patch)
treea3277a3d8a101b77118a6b45ac0068cb87f8be7e
parent79342349d85a31c31f2ebb3733f133c12da9afe5 (diff)
downloadaur-e9fb6dbda64b10988d256500a6654933f9e407fd.tar.gz
Fix compilation for perl 5.26 #3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eacf155d87cc..3f23501d4273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-gnome2-wnck
pkgdesc = Perl interface to the Window Navigator Construction Kit
pkgver = 0.16
- pkgrel = 13
+ pkgrel = 14
url = http://search.cpan.org/dist/Gnome2-Wnck
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a1b924859f66..fcbeb4b7a036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=perl-gnome2-wnck
pkgver=0.16
-pkgrel=13
+pkgrel=14
pkgdesc="Perl interface to the Window Navigator Construction Kit"
arch=('i686' 'x86_64')
license=("GPL" "PerlArtistic")
@@ -18,7 +18,8 @@ md5sums=('439f4569ffd7af96ef1d3feaab23760e')
build() {
cd Gnome2-Wnck-${pkgver}
- PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
+ export PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1
+ perl Makefile.PL INSTALLDIRS=vendor
make
}