[arch-commits] Commit in perl-carp-clan/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Sep 14 20:08:13 UTC 2019


    Date: Saturday, September 14, 2019 @ 20:08:12
  Author: felixonmars
Revision: 362745

archrelease: copy trunk to extra-any

Added:
  perl-carp-clan/repos/extra-any/PKGBUILD
    (from rev 362744, perl-carp-clan/trunk/PKGBUILD)
Deleted:
  perl-carp-clan/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-14 20:07:48 UTC (rev 362744)
+++ PKGBUILD	2019-09-14 20:08:12 UTC (rev 362745)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: K. Piche <kpiche at rogers.com>
-
-pkgname=perl-carp-clan
-_realname=Carp-Clan
-pkgver=6.07
-pkgrel=2
-pkgdesc='Report errors from perspective of caller of a "clan" of modules'
-arch=('any')
-license=('PerlArtistic')
-url="https://search.cpan.org/dist/$_realname/"
-depends=('perl')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_realname-$pkgver.tar.gz")
-md5sums=('a3e58800996c3af44b0efc191716ae86')
-
-build() {
-  cd $_realname-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $_realname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-carp-clan/repos/extra-any/PKGBUILD (from rev 362744, perl-carp-clan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-14 20:08:12 UTC (rev 362745)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=perl-carp-clan
+_realname=Carp-Clan
+pkgver=6.08
+pkgrel=1
+pkgdesc='Report errors from perspective of caller of a "clan" of modules'
+arch=('any')
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/$_realname/"
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_realname-$pkgver.tar.gz")
+md5sums=('34fe04102374516ef7a105375b95ffde')
+
+build() {
+  cd $_realname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $_realname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list