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

Felix Yan felixonmars at archlinux.org
Wed Aug 17 13:54:23 UTC 2016


    Date: Wednesday, August 17, 2016 @ 13:54:23
  Author: felixonmars
Revision: 273869

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
    (from rev 273868, 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	2016-08-17 13:53:52 UTC (rev 273868)
+++ PKGBUILD	2016-08-17 13:54:23 UTC (rev 273869)
@@ -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.4218
-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=('d752226dbc89b1ae65d3dea4f4356cd355288ab73eebc34bd09efa3d4ad5f78d284a705525d8bbc8785babf6cdc934953333254a8cc7c67cbd943f88ffaab301')
-
-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 273868, perl-module-build/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-17 13:54:23 UTC (rev 273869)
@@ -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.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"
+}



More information about the arch-commits mailing list