perl Config::Properties updated to 1.73

This commit is contained in:
Cedric Girard 2011-12-21 16:39:35 +01:00
parent 5679b07a9f
commit 3052e264e7
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
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"