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

Felix Yan felixonmars at archlinux.org
Sat Nov 16 17:44:50 UTC 2019


    Date: Saturday, November 16, 2019 @ 17:44:49
  Author: felixonmars
Revision: 529664

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 17:44:32 UTC (rev 529663)
+++ PKGBUILD	2019-11-16 17:44:49 UTC (rev 529664)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: pzl <alsoelp _at_ gmail>
-
-pkgname=perl-devel-checklib
-pkgver=1.13
-pkgrel=3
-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"
-}

Copied: perl-devel-checklib/repos/community-any/PKGBUILD (from rev 529663, perl-devel-checklib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-16 17:44:49 UTC (rev 529664)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: pzl <alsoelp _at_ gmail>
+
+pkgname=perl-devel-checklib
+pkgver=1.14
+pkgrel=1
+pkgdesc="Module to check if other perl modules are installed"
+arch=('any')
+url='https://search.cpan.org/dist/Devel-CheckLib/'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-capture-tiny')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/M/MA/MATTN/Devel-CheckLib-${pkgver}.tar.gz")
+sha512sums=('a5a310cd20e7bfa3c28718b0cba997e029ae0a422ed355d70774691521a3f5c2942eb39269dec1b09e706c1d124559313ab79e787430e0bb3ad43d8aa937539c')
+
+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