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

Bruno Pagani archange at archlinux.org
Tue May 1 21:16:53 UTC 2018


    Date: Tuesday, May 1, 2018 @ 21:16:52
  Author: archange
Revision: 318620

archrelease: copy trunk to community-any

Added:
  perl-strictures/repos/community-any/PKGBUILD
    (from rev 318619, perl-strictures/trunk/PKGBUILD)
Deleted:
  perl-strictures/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-01 21:16:43 UTC (rev 318619)
+++ PKGBUILD	2018-05-01 21:16:52 UTC (rev 318620)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=strictures
-pkgname=perl-${_pkg}
-pkgver=2.000003
-pkgrel=2
-pkgdesc="Turn on strict and make most warnings fatal"
-arch=('any')
-url="https://metacpan.org/release/${_pkg}"
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-test-simple')
-source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz")
-sha512sums=('c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b')
-
-build() {
-    cd ${_pkg}-${pkgver}
-    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-    perl Makefile.PL
-    make
-}
-
-check() {
-    cd ${_pkg}-${pkgver}
-    make test
-}
-
-package() {
-    cd ${_pkg}-${pkgver}
-    make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
-}

Copied: perl-strictures/repos/community-any/PKGBUILD (from rev 318619, perl-strictures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-01 21:16:52 UTC (rev 318620)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=strictures
+pkgname=perl-${_pkg}
+pkgver=2.000005
+pkgrel=1
+pkgdesc="Turn on strict and make most warnings fatal"
+arch=('any')
+url="https://metacpan.org/release/${_pkg}"
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-test-simple')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/${_pkg}-${pkgver}.tar.gz")
+sha512sums=('e4309c01fd729fe8c42e4a0ddbc95e8e14503362fb5be4556fef42edbbe14567a13cf2e9af206e91ff911b961316dfbff3711f278afaa4772bf284bb2d44a309')
+
+build() {
+    cd ${_pkg}-${pkgver}
+    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+    perl Makefile.PL
+    make
+}
+
+check() {
+    cd ${_pkg}-${pkgver}
+    make test
+}
+
+package() {
+    cd ${_pkg}-${pkgver}
+    make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list