[arch-commits] Commit in perl-date-manip/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Feb 18 11:55:20 UTC 2012


    Date: Saturday, February 18, 2012 @ 06:55:20
  Author: allan
Revision: 150513

upgpkg: perl-date-manip 6.30-1

upstream update

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-18 11:55:01 UTC (rev 150512)
+++ PKGBUILD	2012-02-18 11:55:20 UTC (rev 150513)
@@ -4,7 +4,7 @@
 
 pkgname=perl-date-manip
 _realname=Date-Manip
-pkgver=6.25
+pkgver=6.30
 pkgrel=1
 pkgdesc="Date::Manip - date manipulation routines"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl-yaml-syck')
 options=(!emptydirs)
 source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/${_realname}-${pkgver}.tar.gz)
-md5sums=('9b6725c4874a97149419518688af3ecc')
+md5sums=('6a0e74703a1b0931e5208b0b93ef689a')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}
@@ -26,8 +26,4 @@
 package() {
   cd ${srcdir}/${_realname}-${pkgver}
   perl Build install
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
 }




More information about the arch-commits mailing list