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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 01:54:15 UTC 2018


    Date: Monday, June 4, 2018 @ 01:54:14
  Author: felixonmars
Revision: 339561

archrelease: copy trunk to community-any

Added:
  perl-devel-checklib/repos/community-any/PKGBUILD
    (from rev 339560, 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	2018-06-04 01:54:00 UTC (rev 339560)
+++ PKGBUILD	2018-06-04 01:54:14 UTC (rev 339561)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: pzl <alsoelp _at_ gmail>
-
-pkgname=perl-devel-checklib
-pkgver=1.12
-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=('3a8eeb0ce500b17dad42a639776cb28aadbbf7e539da42ea95acabc1c23874fdba5af064f457ba81c801ca2c24289c25909d7a05907672d0b77373e2b157a67d')
-
-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 339560, perl-devel-checklib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 01:54:14 UTC (rev 339561)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: pzl <alsoelp _at_ gmail>
+
+pkgname=perl-devel-checklib
+pkgver=1.13
+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=('2952b0ba75cc0099182aeef533749dd044518ae3df368956caa5d7d860f94658b8eadc1b1f8fabf2ba2dc3e0a3e05498f077e4cb6469609e57272b55a026cc46')
+
+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