[arch-commits] Commit in perl-yaml-syck/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sat May 26 02:33:55 UTC 2012


    Date: Friday, May 25, 2012 @ 22:33:55
  Author: eric
Revision: 159691

upgpkg: perl-yaml-syck 1.20-2

Rebuild against perl 5.16

Modified:
  perl-yaml-syck/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-26 02:32:57 UTC (rev 159690)
+++ PKGBUILD	2012-05-26 02:33:55 UTC (rev 159691)
@@ -5,12 +5,12 @@
 pkgname=perl-yaml-syck
 _realname=YAML-Syck
 pkgver=1.20
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, lightweight YAML loader and dumper"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
+depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
 md5sums=('8f6d04ee5817b8479e1234264a8d458d')
@@ -32,10 +32,6 @@
   cd "${srcdir}/${_realname}-$pkgver"
   make install DESTDIR="${pkgdir}"
 
-  # remove perllocal.pod and .packlist
-  find "${pkgdir}" -name perllocal.pod -delete
-  find "${pkgdir}" -name .packlist -delete
-
   # license.
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }




More information about the arch-commits mailing list