[arch-commits] Commit in perl-test-more-utf8/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jun 2 15:57:53 UTC 2018


    Date: Saturday, June 2, 2018 @ 15:57:53
  Author: felixonmars
Revision: 337811

archrelease: copy trunk to community-any

Added:
  perl-test-more-utf8/repos/community-any/PKGBUILD
    (from rev 337810, perl-test-more-utf8/trunk/PKGBUILD)
Deleted:
  perl-test-more-utf8/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-02 15:57:40 UTC (rev 337810)
+++ PKGBUILD	2018-06-02 15:57:53 UTC (rev 337811)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test-more-utf8
-pkgver=0.04
-pkgrel=1
-pkgdesc="Enhancing Test::More for UTF8-based projects"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-module-install')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-url='http://search.cpan.org/dist/Test-More-UTF8'
-source=("http://search.cpan.org/CPAN/authors/id/M/MO/MONS/Test-More-UTF8-$pkgver.tar.gz")
-sha512sums=('95d36d970ba1b42fd12531771b921a40e02e87ae09a9442c247a7652ea1cdfc06ad424047bbd578453c961052d3ecf536e12ff1a3d9ffd89d72f86f7d96f77f9')
-
-build() {
-  cd "$srcdir/Test-More-UTF8-$pkgver"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/Test-More-UTF8-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/Test-More-UTF8-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-test-more-utf8/repos/community-any/PKGBUILD (from rev 337810, perl-test-more-utf8/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-02 15:57:53 UTC (rev 337811)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-more-utf8
+pkgver=0.05
+pkgrel=1
+pkgdesc="Enhancing Test::More for UTF8-based projects"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-install')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+url='http://search.cpan.org/dist/Test-More-UTF8'
+source=("http://search.cpan.org/CPAN/authors/id/M/MO/MONS/Test-More-UTF8-$pkgver.tar.gz")
+sha512sums=('9a1ba4216037aa1517ef57b2e5a40bd78f2f3aaaff3683a4e45f10d4b574b5e2752509a5620d8a76156135b4fa7182320a182a5a6900bf450979d805d7dc05a3')
+
+build() {
+  cd "$srcdir/Test-More-UTF8-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Test-More-UTF8-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Test-More-UTF8-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list