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

Felix Yan felixonmars at archlinux.org
Fri Dec 22 05:33:24 UTC 2017


    Date: Friday, December 22, 2017 @ 05:33:24
  Author: felixonmars
Revision: 313515

archrelease: copy trunk to extra-any

Added:
  perl-try-tiny/repos/extra-any/PKGBUILD
    (from rev 313514, 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-12-22 05:33:06 UTC (rev 313514)
+++ PKGBUILD	2017-12-22 05:33:24 UTC (rev 313515)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-try-tiny
-pkgver=0.29
-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")
-sha512sums=('7c7323edf5c93c635f9efd49b9167ad111947326d1685eaa2d612758f7b2547f8ca23255542243ff78668d5f42b30d64b537fef9278afc553406b268fe7d7cea')
-
-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 313514, perl-try-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-22 05:33:24 UTC (rev 313515)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-try-tiny
+pkgver=0.30
+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")
+sha512sums=('f523736ab0504ca0f7150be312e62988c4b9473a9e8469b0746dc8364945e2922c64c92e95e6c2b5792c5d6399dabea3d00aa45c065155b95519d5658a07216c')
+
+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