[arch-commits] Commit in perl-package-stash-xs/repos/community-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Mon Jun 13 23:57:18 UTC 2022


    Date: Monday, June 13, 2022 @ 23:57:17
  Author: felixonmars
Revision: 1237834

archrelease: copy trunk to community-x86_64

Added:
  perl-package-stash-xs/repos/community-x86_64/PKGBUILD
    (from rev 1237833, perl-package-stash-xs/trunk/PKGBUILD)
Deleted:
  perl-package-stash-xs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-13 23:57:04 UTC (rev 1237833)
+++ PKGBUILD	2022-06-13 23:57:17 UTC (rev 1237834)
@@ -1,45 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname=perl-package-stash-xs
-pkgver=0.29
-pkgrel=6
-pkgdesc="Faster and more correct implementation of the Package::Stash API"
-arch=('x86_64')
-url="https://search.cpan.org/dist/Package-Stash-XS"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-makedepends=('perl-extutils-makemaker')
-checkdepends=('perl-test-fatal' 'perl-test-requires')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-XS-$pkgver.tar.gz)
-md5sums=('e5b58846a01aa39c36605e071c306dcc')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor"     \
-      PERL_MB_OPT="--installdirs vendor" \
-      MODULEBUILDRC=/dev/null
-
-    cd Package-Stash-XS-${pkgver}
-
-    /usr/bin/perl Makefile.PL
-
-    make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd Package-Stash-XS-${pkgver}
-
-    make test
-  )
-}
-
-package() {
-    cd Package-Stash-XS-${pkgver}
-
-    make DESTDIR="$pkgdir"/ install
-}

Copied: perl-package-stash-xs/repos/community-x86_64/PKGBUILD (from rev 1237833, perl-package-stash-xs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-13 23:57:17 UTC (rev 1237834)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname=perl-package-stash-xs
+pkgver=0.30
+pkgrel=1
+pkgdesc="Faster and more correct implementation of the Package::Stash API"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Package-Stash-XS"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-fatal' 'perl-test-needs')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-XS-$pkgver.tar.gz)
+sha512sums=('528faaefa71c5c37d378a9bedf325babf3b2717024995d166fc77bb1fb1ce1aed11da775608029a1c215c903dcd7ac9f68569cd8fd3690681ccd72b47c51b0a3')
+
+build() {
+  cd Package-Stash-XS-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Package-Stash-XS-$pkgver
+  make test
+}
+
+package() {
+  cd Package-Stash-XS-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list