[arch-commits] Commit in perl-strictures/repos/community-staging-any (2 files)

Bruno Pagani archange at archlinux.org
Sat Jun 1 17:16:30 UTC 2019


    Date: Saturday, June 1, 2019 @ 17:16:30
  Author: archange
Revision: 476547

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 17:16:25 UTC (rev 476546)
+++ PKGBUILD	2019-06-01 17:16:30 UTC (rev 476547)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=strictures
-pkgname=perl-${_pkg}
-pkgver=2.000005
-pkgrel=3
-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
-}

Copied: perl-strictures/repos/community-staging-any/PKGBUILD (from rev 476546, perl-strictures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 17:16:30 UTC (rev 476547)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=strictures
+pkgname=perl-${_pkg}
+pkgver=2.000006
+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")
+sha256sums=('09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57')
+
+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