Date: Wednesday, February 4, 2015 @ 04:34:59
Author: fyan
Revision: 230414
upgpkg: perl-appconfig 1.68-1
Modified:
perl-appconfig/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-04 03:34:36 UTC (rev 230413)
+++ PKGBUILD 2015-02-04 03:34:59 UTC (rev 230414)
@@ -5,7 +5,7 @@
pkgname=perl-appconfig
_realname=AppConfig
-pkgver=1.67
+pkgver=1.68
pkgrel=1
pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse
command line arguments"
arch=('any')
@@ -14,11 +14,10 @@
depends=('perl')
options=(!emptydirs)
source=(http://www.cpan.org/authors/id/N/NE/NEILB/${_realname}-${pkgver}.tar.gz)
-md5sums=('3c84263a88c66779df3f0948a8c6786b')
+md5sums=('1f9d1e1ec510d8156f08f66abdb6dd66')
build() {
cd "${srcdir}/${_realname}-${pkgver}"
- # install module in vendor directories.
perl Makefile.PL INSTALLDIRS=vendor
make
}