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

Felix Yan felixonmars at gemini.archlinux.org
Fri Mar 11 23:08:13 UTC 2022


    Date: Friday, March 11, 2022 @ 23:08:13
  Author: felixonmars
Revision: 1148898

archrelease: copy trunk to community-any

Added:
  perl-package-stash/repos/community-any/PKGBUILD
    (from rev 1148897, perl-package-stash/trunk/PKGBUILD)
Deleted:
  perl-package-stash/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 23:08:03 UTC (rev 1148897)
+++ PKGBUILD	2022-03-11 23:08:13 UTC (rev 1148898)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname=perl-package-stash
-pkgver=0.39
-pkgrel=2
-pkgdesc="Routines for manipulating stashes"
-arch=('any')
-url="https://search.cpan.org/dist/Package-Stash"
-license=('PerlArtistic' 'GPL')
-depends=('perl-dist-checkconflicts' 'perl-package-stash-xs' 'perl-module-implementation')
-checkdepends=('perl-cpan-meta-check' 'perl-test-fatal' 'perl-test-needs')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-$pkgver.tar.gz)
-sha512sums=('c5a6cd56c86fb9f6c8585ee7f65d0add8e905c586747763c7841a054f3540b6bc505f57952f44bb90a6bb500d0d60d20ad5df7a40944480abbc9d8d43d64e30f')
-
-build() {
-  cd Package-Stash-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Package-Stash-$pkgver
-  make test
-}
-
-package() {
-  cd Package-Stash-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-package-stash/repos/community-any/PKGBUILD (from rev 1148897, perl-package-stash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-11 23:08:13 UTC (rev 1148898)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname=perl-package-stash
+pkgver=0.40
+pkgrel=1
+pkgdesc="Routines for manipulating stashes"
+arch=('any')
+url="https://search.cpan.org/dist/Package-Stash"
+license=('PerlArtistic' 'GPL')
+depends=('perl-dist-checkconflicts' 'perl-package-stash-xs' 'perl-module-implementation')
+checkdepends=('perl-cpan-meta-check' 'perl-test-fatal' 'perl-test-needs')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-$pkgver.tar.gz)
+sha512sums=('1a1e358c8409ba0bcc2fee9b3cc86b6cd42297c9bd0641a57872bec498567ee18075ad71f7e79bb9b3a789cb47ebbf852163886f8babaf3aa23e7ff9eb2e7080')
+
+build() {
+  cd Package-Stash-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Package-Stash-$pkgver
+  make test
+}
+
+package() {
+  cd Package-Stash-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list