perl-YAML: Update to 1.01

This commit is contained in:
Alexpux
2014-08-09 00:19:31 +04:00
parent 8fd57c06b6
commit 518d762a4e

View File

@@ -2,7 +2,7 @@
_realname=YAML
pkgname=perl-${_realname}
pkgver=0.98
pkgver=1.01
pkgrel=1
pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/I/IN/INGY/${_realname}-${pkgver}.tar.gz)
md5sums=('8446a110117f463850ac69de872daa91')
md5sums=('274eb90f9d665dbef55219f4eea4d239')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"