[arch-commits] Commit in perl-yaml-syck/trunk (PKGBUILD)
Kevin Piché
kevin at archlinux.org
Mon Nov 29 01:38:45 UTC 2010
Date: Sunday, November 28, 2010 @ 20:38:44
Author: kevin
Revision: 101391
upgpkg: perl-yaml-syck 1.17-1
Updated to 1.17 and built for perl 5.12.2
Modified:
perl-yaml-syck/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-11-29 01:30:59 UTC (rev 101390)
+++ PKGBUILD 2010-11-29 01:38:44 UTC (rev 101391)
@@ -1,10 +1,10 @@
# $Id$
# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Maintainer: Tom K <tomk at runbox.com>
+# Maintainer: kevin <kevin at archlinux.org>
pkgname=perl-yaml-syck
_realname=YAML-Syck
-pkgver=1.15
+pkgver=1.17
pkgrel=1
pkgdesc="Fast, lightweight YAML loader and dumper"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
depends=('perl>=5.10.0')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/A/AV/AVAR/${_realname}-$pkgver.tar.gz)
-md5sums=('8a233c0d8508921605d61f92e95ed446')
+md5sums=('f788529ad4b2c2fd037ccdfd5e7a88ab')
build() {
cd ${srcdir}/${_realname}-$pkgver
@@ -21,6 +21,11 @@
# install module in vendor directories.
perl Makefile.PL INSTALLDIRS=vendor
make
+ make test
+}
+
+package() {
+ cd ${srcdir}/${_realname}-$pkgver
make install DESTDIR=${pkgdir}
# remove perllocal.pod and .packlist
More information about the arch-commits
mailing list