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

Felix Yan felixonmars at archlinux.org
Thu May 14 18:14:59 UTC 2020


    Date: Thursday, May 14, 2020 @ 18:14:59
  Author: felixonmars
Revision: 627965

archrelease: copy trunk to community-any

Added:
  perl-test-requires/repos/community-any/PKGBUILD
    (from rev 627964, perl-test-requires/trunk/PKGBUILD)
Deleted:
  perl-test-requires/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-14 18:14:43 UTC (rev 627964)
+++ PKGBUILD	2020-05-14 18:14:59 UTC (rev 627965)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname=perl-test-requires
-pkgver=0.10
-pkgrel=5
-pkgdesc="Checks to see if the module can be loaded"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Test-Requires'
-source=("http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-$pkgver.tar.gz")
-md5sums=('0d5da779609d0c8fa6f796b45ff8c6f3')
-
-build() {
-  cd "$srcdir"/Test-Requires-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir"/Test-Requires-$pkgver
-  make test
-}
-
-package() {
-  cd "$srcdir"/Test-Requires-$pkgver
-  make DESTDIR="$pkgdir"/ install
-}

Copied: perl-test-requires/repos/community-any/PKGBUILD (from rev 627964, perl-test-requires/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-14 18:14:59 UTC (rev 627965)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname=perl-test-requires
+pkgver=0.11
+pkgrel=1
+pkgdesc="Checks to see if the module can be loaded"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='https://search.cpan.org/dist/Test-Requires'
+source=("https://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-$pkgver.tar.gz")
+sha512sums=('770ea2469e386296fe1ded3630fa9b7f30ee22acd3522fb83ad95171ccb96812ef2fc5fa30d658a405dc1c435d35b6d476cc054021d74e04b419b517f6f898fa')
+
+build() {
+  cd "$srcdir"/Test-Requires-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/Test-Requires-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/Test-Requires-$pkgver
+  make DESTDIR="$pkgdir"/ install
+}



More information about the arch-commits mailing list