Date: Saturday, June 1, 2019 @ 09:08:08
  Author: foutrelis
Revision: 354624

archrelease: copy trunk to staging-x86_64

Added:
  perl-autovivification/repos/staging-x86_64/PKGBUILD
    (from rev 354623, perl-autovivification/trunk/PKGBUILD)
Deleted:
  perl-autovivification/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-01 09:08:04 UTC (rev 354623)
+++ PKGBUILD    2019-06-01 09:08:08 UTC (rev 354624)
@@ -1,39 +0,0 @@
-# Maintainer: Rémy Oudompheng <[email protected]>
-# Contributor: Mateusz Krasowski <[email protected]>
-# Contributor: Luigi ranghetti <[email protected]>
-# Generator  : CPANPLUS::Dist::Arch 1.25
-
-pkgname='perl-autovivification'
-_dist="autovivification"
-pkgver=0.18
-pkgrel=3
-pkgdesc="Lexically disable autovivification."
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.8.3')
-makedepends=()
-url='https://metacpan.org/release/autovivification'
-source=("https://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz";)
-sha256sums=('2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105')
-
-build() {
-    cd "${srcdir}/${_dist}-${pkgver}"
-    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-    perl Makefile.PL
-    make
-}
-
-check() {
-    cd "${srcdir}/${_dist}-${pkgver}"
-    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-    export PERL_MM_USE_DEFAULT=1
-    make test
-}
-
-package() {
-    cd "${srcdir}/${_dist}-${pkgver}"
-    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-    make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-autovivification/repos/staging-x86_64/PKGBUILD (from rev 354623, 
perl-autovivification/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-06-01 09:08:08 UTC (rev 354624)
@@ -0,0 +1,39 @@
+# Maintainer: Rémy Oudompheng <[email protected]>
+# Contributor: Mateusz Krasowski <[email protected]>
+# Contributor: Luigi ranghetti <[email protected]>
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.18
+pkgrel=4
+pkgdesc="Lexically disable autovivification."
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='https://metacpan.org/release/autovivification'
+source=("https://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz";)
+sha256sums=('2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105')
+
+build() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+    perl Makefile.PL
+    make
+}
+
+check() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    export PERL_MM_USE_DEFAULT=1
+    make test
+}
+
+package() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Reply via email to