From bd9f625a2b085792c413428be5c97f1565d98034 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 25 Mar 2013 13:56:34 +0100 Subject: [PATCH] Config::Properties pkgbuild updated to 1.75 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 877ca67..4cd8953 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = perl-config-properties pkgdesc = A near implementation of the java.util.Properties API. - pkgver = 1.73 + pkgver = 1.75 pkgrel = 1 url = http://search.cpan.org/~salva/Config-Properties/ arch = any @@ -8,8 +8,8 @@ pkgbase = perl-config-properties license = PerlArtistic depends = perl>=5.10.0 options = !emptydirs - source = http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Config-Properties-1.73.tar.gz - md5sums = 93287453dc21296cc5dfdaccecafec00 + source = http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Config-Properties-1.75.tar.gz + md5sums = 10012d80fbb6cd7ec4f1a0eec1ead45f pkgname = perl-config-properties diff --git a/PKGBUILD b/PKGBUILD index 25d5726..603b4d0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Cedric Girard pkgname=perl-config-properties -pkgver=1.73 +pkgver=1.75 pkgrel=1 pkgdesc="A near implementation of the java.util.Properties API." arch=(any) @@ -9,7 +9,7 @@ license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') options=(!emptydirs) source=(http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Config-Properties-$pkgver.tar.gz) -md5sums=('93287453dc21296cc5dfdaccecafec00') +md5sums=('10012d80fbb6cd7ec4f1a0eec1ead45f') build() { cd "$srcdir/Config-Properties-$pkgver" @@ -17,7 +17,7 @@ build() { # install module in vendor directories. PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make - + } package() {