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

Felix Yan fyan at archlinux.org
Fri Apr 3 07:55:54 UTC 2015


    Date: Friday, April 3, 2015 @ 09:55:54
  Author: fyan
Revision: 235366

upgpkg: perl-file-basedir 0.04-1

Modified:
  perl-file-basedir/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-03 07:34:05 UTC (rev 235365)
+++ PKGBUILD	2015-04-03 07:55:54 UTC (rev 235366)
@@ -1,24 +1,25 @@
 # $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: kevin <kevin at archlinux.org>
 # Contributor: K. Piche <kpiche at rogers.com>
 
 pkgname=perl-file-basedir
 _realname=File-BaseDir
-pkgver=0.03
-pkgrel=6
+pkgver=0.04
+pkgrel=1
 pkgdesc='Use the Freedesktop.org base directory specification'
-arch=(any)
+arch=('any')
 license=('GPL' 'PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}-$pkgver.tar.gz)
-md5sums=('527596f1507894dfaacdda72ea6dbb31')
+depends=('perl-ipc-system-simple' 'perl-file-which')
+makedepends=('perl-module-build>0.4205')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz")
+md5sums=('880e3d4c6b383a3b8c11a1cfe8f3c979')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }



More information about the arch-commits mailing list