[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Mar 31 02:37:18 UTC 2017


    Date: Friday, March 31, 2017 @ 02:37:17
  Author: felixonmars
Revision: 291933

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
    (from rev 291932, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-31 02:36:49 UTC (rev 291932)
+++ PKGBUILD	2017-03-31 02:37:17 UTC (rev 291933)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Alan Young <harleypig at gmail.com>
-
-pkgname=perl-module-build
-pkgver=0.4220
-pkgrel=1
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Build"
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
-checkdepends=('perl-par-dist' 'perl-archive-zip')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('20f69663bc922db7c57fc2c153cd117d46f11fa89ea5045dc11e66b861a9d93c12ec0b1dc65dcdadf581608d99ad2197fed2edee06be2228f72d5e0c5775efa0')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 291932, perl-module-build/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-31 02:37:17 UTC (rev 291933)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Alan Young <harleypig at gmail.com>
+
+pkgname=perl-module-build
+pkgver=0.4222
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Build"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
+checkdepends=('perl-par-dist' 'perl-archive-zip')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('348c8495df5e665a7dc61c37c9c612ec20f7dbeb6d6692e40c57e44cd5f2a4c0ba538ed24f8d88d8a83fe85b3039dd874d9f6681d31b985429b27123def374c6')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+}



More information about the arch-commits mailing list