[arch-commits] Commit in perl-yaml/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Aug 11 19:32:16 UTC 2012
Date: Saturday, August 11, 2012 @ 15:32:16
Author: eric
Revision: 165145
upgpkg: perl-yaml 0.84-1
Upstream update, Update source url, Fix description
Modified:
perl-yaml/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-08-11 18:49:23 UTC (rev 165144)
+++ PKGBUILD 2012-08-11 19:32:16 UTC (rev 165145)
@@ -4,22 +4,21 @@
pkgname=perl-yaml
_realname=YAML
-pkgver=0.77
+pkgver=0.84
pkgrel=1
-pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language tm"
+pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
arch=('any')
url="http://search.cpan.org/dist/${_realname}/"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')
options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/${_realname}-${pkgver}.tar.gz)
-md5sums=('a9645c6f3dc5b353af221af200b9ab53')
+source=(http://www.cpan.org/authors/id/M/MS/MSTROUT/${_realname}-${pkgver}.tar.gz)
+md5sums=('3644f03e3da5d99158963c6613f5ff92')
build() {
cd "${srcdir}/${_realname}-${pkgver}"
# install module in vendor directories.
- #PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
perl Makefile.PL INSTALLDIRS=vendor
make
}
More information about the arch-commits
mailing list