[arch-commits] Commit in perl-devel-checklib/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Apr 9 17:58:25 UTC 2017


    Date: Sunday, April 9, 2017 @ 17:58:24
  Author: felixonmars
Revision: 221633

archrelease: copy trunk to community-any

Added:
  perl-devel-checklib/repos/community-any/PKGBUILD
    (from rev 221632, perl-devel-checklib/trunk/PKGBUILD)
Deleted:
  perl-devel-checklib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-09 17:58:09 UTC (rev 221632)
+++ PKGBUILD	2017-04-09 17:58:24 UTC (rev 221633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: pzl <alsoelp _at_ gmail>
-
-pkgname=perl-devel-checklib
-pkgver=1.09
-pkgrel=1
-pkgdesc="Module to check if other perl modules are installed"
-arch=('any')
-url='http://search.cpan.org/dist/Devel-CheckLib/'
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-io-captureoutput')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MA/MATTN/Devel-CheckLib-${pkgver}.tar.gz")
-md5sums=('6ac5544058bab76a1a9b75b05d2e5941')
-
-build() {
-  cd Devel-CheckLib-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Devel-CheckLib-$pkgver
-  make test
-}
-
-package() {
-  cd Devel-CheckLib-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-devel-checklib/repos/community-any/PKGBUILD (from rev 221632, perl-devel-checklib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-09 17:58:24 UTC (rev 221633)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: pzl <alsoelp _at_ gmail>
+
+pkgname=perl-devel-checklib
+pkgver=1.10
+pkgrel=1
+pkgdesc="Module to check if other perl modules are installed"
+arch=('any')
+url='http://search.cpan.org/dist/Devel-CheckLib/'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-io-captureoutput')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MA/MATTN/Devel-CheckLib-${pkgver}.tar.gz")
+sha512sums=('aab565df0b31a08b2dff3fb777bc208ff9b8322d9012fb2deaa5d27411e4915cdd2e48cd65eb55323c69f23975e08cee8cfa4a8221a4b2e39770bdeecfe3f127')
+
+build() {
+  cd Devel-CheckLib-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Devel-CheckLib-$pkgver
+  make test
+}
+
+package() {
+  cd Devel-CheckLib-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list