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

Felix Yan felixonmars at archlinux.org
Mon Dec 31 18:39:33 UTC 2018


    Date: Monday, December 31, 2018 @ 18:39:32
  Author: felixonmars
Revision: 420066

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-31 18:39:12 UTC (rev 420065)
+++ PKGBUILD	2018-12-31 18:39:32 UTC (rev 420066)
@@ -1,33 +0,0 @@
-# $Id$
-# 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.37
-pkgrel=5
-pkgdesc="Routines for manipulating stashes"
-arch=('any')
-url="http://search.cpan.org/dist/Package-Stash"
-license=('PerlArtistic' 'GPL')
-depends=('perl-dist-checkconflicts' 'perl-package-stash-xs' 'perl-module-implementation')
-checkdepends=('perl-test-fatal' 'perl-test-requires')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-$pkgver.tar.gz)
-sha1sums=('43fc4e362ac1a45eb27fe779806cbd96c891e2dc')
-
-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 420065, perl-package-stash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-31 18:39:32 UTC (rev 420066)
@@ -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.38
+pkgrel=1
+pkgdesc="Routines for manipulating stashes"
+arch=('any')
+url="http://search.cpan.org/dist/Package-Stash"
+license=('PerlArtistic' 'GPL')
+depends=('perl-dist-checkconflicts' 'perl-package-stash-xs' 'perl-module-implementation')
+checkdepends=('perl-test-fatal' 'perl-test-requires')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-$pkgver.tar.gz)
+sha1sums=('a6f4e04564e8dca31cf559dc49f056e84d520ccc')
+
+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