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

Pierre Schmitz pierre at archlinux.org
Sat Feb 25 13:22:30 UTC 2012


    Date: Saturday, February 25, 2012 @ 08:22:30
  Author: pierre
Revision: 151306

upgpkg: perl-timedate 1.20-3

rebuild old package

Modified:
  perl-timedate/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 13:21:55 UTC (rev 151305)
+++ PKGBUILD	2012-02-25 13:22:30 UTC (rev 151306)
@@ -5,14 +5,14 @@
 pkgname=perl-timedate
 _realname=TimeDate
 pkgver=1.20
-pkgrel=2
+pkgrel=3
 pkgdesc="Date formating subroutines"
-arch=(any)
+arch=('any')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-source=(http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz)
-options=(!emptydirs)
+depends=('perl')
+source=("http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz")
+options=('!emptydirs')
 replaces=('timedate')
 provides=('timedate')
 md5sums=('7da7452bce4c684e4238e6d09b390200')
@@ -23,6 +23,10 @@
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
+}
+
+check() {
+  cd $srcdir/${_realname}-${pkgver}
   make test
 }
 




More information about the arch-commits mailing list