[arch-commits] Commit in perl-try-tiny/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jan 9 03:31:14 UTC 2017


    Date: Monday, January 9, 2017 @ 03:31:13
  Author: felixonmars
Revision: 285554

archrelease: copy trunk to extra-any

Added:
  perl-try-tiny/repos/extra-any/PKGBUILD
    (from rev 285553, perl-try-tiny/trunk/PKGBUILD)
Deleted:
  perl-try-tiny/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-09 03:30:33 UTC (rev 285553)
+++ PKGBUILD	2017-01-09 03:31:13 UTC (rev 285554)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-try-tiny
-pkgver=0.27
-pkgrel=1
-pkgdesc="Minimal try/catch with proper localization of \$@"
-arch=('any')
-url="http://search.cpan.org/dist/Try-Tiny"
-license=('MIT')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-${pkgver}.tar.gz")
-sha1sums=('76c3ff6fdb4429272ee0f93886edd7ca0351eaac')
-
-build() {
-  cd Try-Tiny-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Try-Tiny-${pkgver}
-  make test
-}
-
-package() {
-  cd Try-Tiny-${pkgver}
-  make DESTDIR="$pkgdir" install
-  # upstream typo :/
-  install -D -m644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: perl-try-tiny/repos/extra-any/PKGBUILD (from rev 285553, perl-try-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-09 03:31:13 UTC (rev 285554)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-try-tiny
+pkgver=0.28
+pkgrel=1
+pkgdesc="Minimal try/catch with proper localization of \$@"
+arch=('any')
+url="http://search.cpan.org/dist/Try-Tiny"
+license=('MIT')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-${pkgver}.tar.gz")
+sha1sums=('70dc6bfc6b6cdba3bc7262fe7b2ee488934b3095')
+
+build() {
+  cd Try-Tiny-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Try-Tiny-${pkgver}
+  make test
+}
+
+package() {
+  cd Try-Tiny-${pkgver}
+  make DESTDIR="$pkgdir" install
+  # upstream typo :/
+  install -D -m644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list