From 3052e264e7bbef3b0050ade4408155ac18ace0d6 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Wed, 21 Dec 2011 16:39:35 +0100 Subject: [PATCH] perl Config::Properties updated to 1.73 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b0f9bb0..877ca67 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.72 + pkgver = 1.73 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.72.tar.gz - md5sums = 9c56128f173593cf0c7a1c1e474d9dec + source = http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Config-Properties-1.73.tar.gz + md5sums = 93287453dc21296cc5dfdaccecafec00 pkgname = perl-config-properties diff --git a/PKGBUILD b/PKGBUILD index c16565d..25d5726 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Cedric Girard pkgname=perl-config-properties -pkgver=1.72 +pkgver=1.73 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=('9c56128f173593cf0c7a1c1e474d9dec') +md5sums=('93287453dc21296cc5dfdaccecafec00') build() { cd "$srcdir/Config-Properties-$pkgver"