Date: Saturday, March 12, 2016 @ 12:50:39 Author: arojas Revision: 261345
Update to 1.07 Modified: perl-locale-gettext/trunk/PKGBUILD Deleted: perl-locale-gettext/trunk/compatibility-with-POSIX-module.patch ---------------------------------------+ PKGBUILD | 13 +++++-------- compatibility-with-POSIX-module.patch | 10 ---------- 2 files changed, 5 insertions(+), 18 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-12 11:20:59 UTC (rev 261344) +++ PKGBUILD 2016-03-12 11:50:39 UTC (rev 261345) @@ -4,9 +4,9 @@ # Contributor: Paul Mattal <[email protected]> pkgname=perl-locale-gettext -_realname=gettext -pkgver=1.05 -pkgrel=12 +_realname=Locale-gettext +pkgver=1.07 +pkgrel=1 pkgdesc="Permits access from Perl to the gettext() family of functions" arch=('i686' 'x86_64') license=('GPL' 'PerlArtistic') @@ -13,15 +13,12 @@ url="http://search.cpan.org/dist/${_realname}/" depends=('gettext' 'perl') options=(!emptydirs) -source=("http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/${_realname}-${pkgver}.tar.gz" - 'compatibility-with-POSIX-module.patch') -md5sums=('f3d3f474a1458f37174c410dfef61a46' - '854302f34d01a2f8ae739187788973dd') +source=("http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/${_realname}-${pkgver}.tar.gz") +md5sums=('bc652758af65c24500f1d06a77415019') build() { cd "${srcdir}/${_realname}-${pkgver}" - patch -Np1 -i ${srcdir}/compatibility-with-POSIX-module.patch # install module in vendor directories. PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make Deleted: compatibility-with-POSIX-module.patch =================================================================== --- compatibility-with-POSIX-module.patch 2016-03-12 11:20:59 UTC (rev 261344) +++ compatibility-with-POSIX-module.patch 2016-03-12 11:50:39 UTC (rev 261345) @@ -1,10 +0,0 @@ ---- a/gettext.pm 2005-05-31 20:11:16.000000000 -0700 -+++ b/gettext.pm 2009-10-07 12:39:42.000000000 -0700 -@@ -32,6 +32,7 @@ - =cut - - use Carp; -+use POSIX qw(:locale_h); - - require Exporter; - require DynaLoader;
