perl-YAML: Update to 0.98

This commit is contained in:
Alexpux
2014-07-31 13:47:45 +04:00
parent 8bfbd0eae4
commit 3f9365d8eb

View File

@@ -2,7 +2,7 @@
_realname=YAML
pkgname=perl-${_realname}
pkgver=0.95
pkgver=0.98
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=('c2b03792df5564a2ce6eb1194e1f6424')
md5sums=('8446a110117f463850ac69de872daa91')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"