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

Felix Yan felixonmars at archlinux.org
Sat Aug 24 03:45:19 UTC 2019


    Date: Saturday, August 24, 2019 @ 03:45:18
  Author: felixonmars
Revision: 360623

archrelease: copy trunk to extra-any

Added:
  perl-error/repos/extra-any/PKGBUILD
    (from rev 360622, perl-error/trunk/PKGBUILD)
Deleted:
  perl-error/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-24 03:44:47 UTC (rev 360622)
+++ PKGBUILD	2019-08-24 03:45:18 UTC (rev 360623)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-error
-pkgver=0.17027
-pkgrel=2
-pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
-url="http://search.cpan.org/dist/Error/"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
-sha512sums=('f7a649254bd2a5228a0baaa7bb286872dcbcf373134446176ff63a5ec0159e7472e0ea930aaff78f7f7961f797ae0a8e5c8725bdc06d2bab177ce469a4ede4b9')
-
-build() {
-  cd Error-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make 
-}
-
-check() {
-  cd Error-${pkgver}
-  make test
-}
-
-package() {
-  cd Error-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: perl-error/repos/extra-any/PKGBUILD (from rev 360622, perl-error/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-24 03:45:18 UTC (rev 360623)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-error
+pkgver=0.17028
+pkgrel=1
+pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
+url="http://search.cpan.org/dist/Error/"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
+sha512sums=('bba62e9cac092f53e7606d7673a6cbf4e2684eefd7a44e17859071e6a2dfb45ea471279443b287e1b40dfb89ce351d17d92151d91d6ad59a7737a32e472c58fc')
+
+build() {
+  cd Error-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make 
+}
+
+check() {
+  cd Error-${pkgver}
+  make test
+}
+
+package() {
+  cd Error-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+



More information about the arch-commits mailing list