Config::Properties pkgbuild updated to 1.75
This commit is contained in:
parent
da99cf22eb
commit
645127ce03
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
pkgname=perl-config-properties
|
pkgname=perl-config-properties
|
||||||
pkgver=1.73
|
pkgver=1.75
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A near implementation of the java.util.Properties API."
|
pkgdesc="A near implementation of the java.util.Properties API."
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -9,7 +9,7 @@ license=('GPL' 'PerlArtistic')
|
||||||
depends=('perl>=5.10.0')
|
depends=('perl>=5.10.0')
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=(http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Config-Properties-$pkgver.tar.gz)
|
source=(http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Config-Properties-$pkgver.tar.gz)
|
||||||
md5sums=('93287453dc21296cc5dfdaccecafec00')
|
md5sums=('10012d80fbb6cd7ec4f1a0eec1ead45f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/Config-Properties-$pkgver"
|
cd "$srcdir/Config-Properties-$pkgver"
|
||||||
|
@ -17,7 +17,7 @@ build() {
|
||||||
# install module in vendor directories.
|
# install module in vendor directories.
|
||||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make
|
make
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue