[arch-commits] Commit in perl-alien-base-modulebuild/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Fri Feb 7 20:06:16 UTC 2020


    Date: Friday, February 7, 2020 @ 20:06:15
  Author: felixonmars
Revision: 563760

archrelease: copy trunk to community-any

Added:
  perl-alien-base-modulebuild/repos/community-any/PKGBUILD
    (from rev 563759, perl-alien-base-modulebuild/trunk/PKGBUILD)
Deleted:
  perl-alien-base-modulebuild/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-07 20:06:00 UTC (rev 563759)
+++ PKGBUILD	2020-02-07 20:06:15 UTC (rev 563760)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-alien-base-modulebuild
-pkgver=1.10
-pkgrel=1
-pkgdesc="A Module::Build subclass for building Alien:: modules and their libraries"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Alien-Base-ModuleBuild"
-depends=('perl-alien-build' 'perl-archive-extract' 'perl-capture-tiny' 'perl-file-chdir'
-         'perl-html-parser' 'perl-module-build' 'perl-path-tiny' 'perl-shell-config-generate'
-         'perl-shell-guess' 'perl-sort-versions' 'perl-uri')
-makedepends=('perl-test2-suite')
-checkdepends=('perl-acme-alien-dontpanic' 'perl-inline' 'perl-inline-c' 'perl-inline-cpp')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Base-ModuleBuild-$pkgver.tar.gz")
-sha512sums=('d9cf0af884020b0797f756494668e05224de8ef9fc9712248670227d7175e94811f3efff101d15ebdbcc32568f742abee8c038458015bf2673c70d0e66efca57')
-
-build() {
-  cd Alien-Base-ModuleBuild-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Alien-Base-ModuleBuild-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Alien-Base-ModuleBuild-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-alien-base-modulebuild/repos/community-any/PKGBUILD (from rev 563759, perl-alien-base-modulebuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-07 20:06:15 UTC (rev 563760)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-alien-base-modulebuild
+pkgver=1.11
+pkgrel=1
+pkgdesc="A Module::Build subclass for building Alien:: modules and their libraries"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Alien-Base-ModuleBuild"
+depends=('perl-alien-build' 'perl-archive-extract' 'perl-capture-tiny' 'perl-file-chdir'
+         'perl-html-parser' 'perl-module-build' 'perl-path-tiny' 'perl-shell-config-generate'
+         'perl-shell-guess' 'perl-sort-versions' 'perl-uri')
+makedepends=('perl-test2-suite')
+checkdepends=('perl-acme-alien-dontpanic' 'perl-inline' 'perl-inline-c' 'perl-inline-cpp')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Base-ModuleBuild-$pkgver.tar.gz")
+sha512sums=('ae53acd7a0fef27ce1c1603cc29e223e54f977721db563717ca8e9e44ad11db6f53ec241972a4a3292ab642454743e539db5f908ddc3f130084d2bc3742baa3f')
+
+build() {
+  cd Alien-Base-ModuleBuild-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Alien-Base-ModuleBuild-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Alien-Base-ModuleBuild-$pkgver
+  perl Build install destdir="$pkgdir"
+}



More information about the arch-commits mailing list