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

Allan McRae allan at archlinux.org
Sat Feb 18 12:26:42 UTC 2012


    Date: Saturday, February 18, 2012 @ 07:26:42
  Author: allan
Revision: 150543

upgpkg: perl-file-basedir 0.03-5

signing rebuild

Modified:
  perl-file-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-18 12:19:25 UTC (rev 150542)
+++ PKGBUILD	2012-02-18 12:26:42 UTC (rev 150543)
@@ -5,7 +5,7 @@
 pkgname=perl-file-basedir
 _realname=File-BaseDir
 pkgver=0.03
-pkgrel=4
+pkgrel=5
 pkgdesc='Use the Freedesktop.org base directory specification'
 arch=(any)
 license=('GPL' 'PerlArtistic')
@@ -20,13 +20,14 @@
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
   make test
 }
 
 package() {
   cd ${srcdir}/${_realname}-${pkgver}
   make install DESTDIR=${pkgdir}
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
 }




More information about the arch-commits mailing list