From f8db5d1487e8e0ceeb97a396e357c1540a047ed8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Sep 2011 23:14:32 +0000 Subject: Wed Sep 28 23:14:32 UTC 2011 --- testing/perl/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'testing/perl/PKGBUILD') diff --git a/testing/perl/PKGBUILD b/testing/perl/PKGBUILD index c7fd16191..ef43cbef6 100644 --- a/testing/perl/PKGBUILD +++ b/testing/perl/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 136841 2011-09-02 08:20:58Z bluewind $ +# $Id: PKGBUILD 138681 2011-09-27 15:46:12Z bluewind $ # Maintainer: Angel Velasquez # Contributor: kevin # Contributor: judd # Contributor: francois pkgname=perl -pkgver=5.14.1 -pkgrel=5 +pkgver=5.14.2 +pkgrel=2 pkgdesc="A highly capable, feature-rich programming language" arch=(i686 x86_64) license=('GPL' 'PerlArtistic') @@ -20,7 +20,7 @@ provides.pl 0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch) install=perl.install options=('!makeflags' '!purge') -md5sums=('97cd306a2c22929cc141a09568f43bb0' +md5sums=('04a4c5d3c1f9f19d77daff8e8cd19a26' '5ed2542fdb9a60682f215bd33701e61a' '1f0cbbee783e8a6d32f01be5118e0d5e' '31fc0b5bb4935414394c5cfbec2cb8e5' @@ -55,7 +55,7 @@ build() { } package() { # hack to work around makepkg running the subshell in check_sanity() - new_provides=($(cd "$srcdir/perl-$pkgver"; ./perl -Ilib "$srcdir/provides.pl" .)) + new_provides=($(cd "$srcdir/perl-$pkgver"; LD_PRELOAD=./libperl.so ./perl -Ilib "$srcdir/provides.pl" .)) provides=(${new_provides[@]}) cd ${srcdir}/${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf