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

Sergej Pupykin spupykin at archlinux.org
Wed Jun 6 16:51:56 UTC 2018


    Date: Wednesday, June 6, 2018 @ 16:51:55
  Author: spupykin
Revision: 341364

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 16:51:43 UTC (rev 341363)
+++ PKGBUILD	2018-06-06 16:51:55 UTC (rev 341364)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-test-base
-pkgver=0.88
-pkgrel=2
-pkgdesc="A Data Driven Testing Framework"
-arch=('any')
-url="http://search.cpan.org/dist/Test-Base"
-license=('GPL' 'PerlArtistic')
-depends=('perl-spiffy>=0.30')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-$pkgver.tar.gz)
-md5sums=('ced0cd86b099f9fd2cd73df1f46ab5e9')
-
-build() {
-  cd  "$srcdir"/Test-Base-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/Test-Base-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-test-base/repos/community-any/PKGBUILD (from rev 341363, perl-test-base/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-06 16:51:55 UTC (rev 341364)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-test-base
+pkgver=0.89
+pkgrel=1
+pkgdesc="A Data Driven Testing Framework"
+arch=('any')
+url="http://search.cpan.org/dist/Test-Base"
+license=('GPL' 'PerlArtistic')
+depends=('perl-spiffy>=0.30')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/I/IN/INGY/Test-Base-$pkgver.tar.gz)
+sha256sums=('2794a1aaaeb1d3a287dd2c7286258663796562f7db9ccc6b424bc4f1de8ad014')
+
+build() {
+  cd  "$srcdir"/Test-Base-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Test-Base-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list