[arch-commits] Commit in perl-libintl-perl/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Apr 9 01:10:30 UTC 2015


    Date: Thursday, April 9, 2015 @ 03:10:30
  Author: fyan
Revision: 235796

upgpkg: perl-libintl-perl 1.24-1

Modified:
  perl-libintl-perl/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-08 21:08:32 UTC (rev 235795)
+++ PKGBUILD	2015-04-09 01:10:30 UTC (rev 235796)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: kevin <kevin at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=perl-libintl-perl
 _realname=libintl-perl
-pkgver=1.23
-pkgrel=3
+pkgver=1.24
+pkgrel=1
 pkgdesc="Perl Module: Localization support"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -14,11 +14,10 @@
 depends=('gettext' 'perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
-md5sums=('2e79dc842af1c9efc14fbe6664dc89bf')
+md5sums=('66f989c07541e32325b0557b89aead8f')
 
 build() {
   cd "${srcdir}/${_realname}-$pkgver"
-  # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }



More information about the arch-commits mailing list