[arch-commits] Commit in perl-scalar-list-utils/repos/community-x86_64 (2 files)

Sergej Pupykin spupykin at archlinux.org
Sat May 9 15:39:06 UTC 2020


    Date: Saturday, May 9, 2020 @ 15:39:05
  Author: spupykin
Revision: 625991

archrelease: copy trunk to community-x86_64

Added:
  perl-scalar-list-utils/repos/community-x86_64/PKGBUILD
    (from rev 625990, perl-scalar-list-utils/trunk/PKGBUILD)
Deleted:
  perl-scalar-list-utils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 15:38:57 UTC (rev 625990)
+++ PKGBUILD	2020-05-09 15:39:05 UTC (rev 625991)
@@ -1,42 +0,0 @@
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-
-pkgname='perl-scalar-list-utils'
-pkgver=1.54
-pkgrel=1
-pkgdesc="A selection of general-utility list subroutines"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=()
-url='https://metacpan.org/release/Scalar-List-Utils'
-source=("https://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-$pkgver.tar.gz")
-sha256sums=('a6eda0eb8fd69890c2369ad12c1fd1b8aab5b38793cac3688d7fc402c630bf79')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'"     \
-      PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-      MODULEBUILDRC=/dev/null
-
-    cd "$srcdir/Scalar-List-Utils-$pkgver"
-    perl Makefile.PL
-    make
-  )
-}
-
-check() {
-  cd "$srcdir/Scalar-List-Utils-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    make test
-  )
-}
-
-package() {
-  cd "$srcdir/Scalar-List-Utils-$pkgver"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-scalar-list-utils/repos/community-x86_64/PKGBUILD (from rev 625990, perl-scalar-list-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-09 15:39:05 UTC (rev 625991)
@@ -0,0 +1,42 @@
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+
+pkgname='perl-scalar-list-utils'
+pkgver=1.55
+pkgrel=1
+pkgdesc="A selection of general-utility list subroutines"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='https://metacpan.org/release/Scalar-List-Utils'
+source=("https://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-$pkgver.tar.gz")
+sha256sums=('4d2bdc1c72a7bc4d69d6a5cc85bc7566497c3b183c6175b832784329d58feb4b')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+      PERL_AUTOINSTALL=--skipdeps                            \
+      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'"     \
+      PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+      MODULEBUILDRC=/dev/null
+
+    cd "$srcdir/Scalar-List-Utils-$pkgver"
+    perl Makefile.PL
+    make
+  )
+}
+
+check() {
+  cd "$srcdir/Scalar-List-Utils-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    make test
+  )
+}
+
+package() {
+  cd "$srcdir/Scalar-List-Utils-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list