[arch-commits] Commit in perl-module-build/repos/staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 25 10:53:54 UTC 2019
Date: Saturday, May 25, 2019 @ 10:53:53
Author: foutrelis
Revision: 354202
archrelease: copy trunk to staging-any
Added:
perl-module-build/repos/staging-any/PKGBUILD
(from rev 354201, perl-module-build/trunk/PKGBUILD)
Deleted:
perl-module-build/repos/staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-25 10:53:49 UTC (rev 354201)
+++ PKGBUILD 2019-05-25 10:53:53 UTC (rev 354202)
@@ -1,32 +0,0 @@
-# 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.4229
-pkgrel=2
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="https://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=(https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('51e0d73cecf450062121c3223b1a4c6f8a8c260fc2345d1c1a5e13ddcbd2b7bc2578411ac254420e27720b9e00a8efc9a9daa3159e9cba5338a188734b35c738')
-
-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/staging-any/PKGBUILD (from rev 354201, perl-module-build/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-25 10:53:53 UTC (rev 354202)
@@ -0,0 +1,32 @@
+# 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.4229
+pkgrel=3
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="https://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=(https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('51e0d73cecf450062121c3223b1a4c6f8a8c260fc2345d1c1a5e13ddcbd2b7bc2578411ac254420e27720b9e00a8efc9a9daa3159e9cba5338a188734b35c738')
+
+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