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

Felix Yan felixonmars at archlinux.org
Wed Feb 5 19:00:02 UTC 2020


    Date: Wednesday, February 5, 2020 @ 19:00:02
  Author: felixonmars
Revision: 563378

archrelease: copy trunk to community-any

Added:
  perl-alien-base-modulebuild/repos/community-any/PKGBUILD
    (from rev 563377, 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-05 18:59:46 UTC (rev 563377)
+++ PKGBUILD	2020-02-05 19:00:02 UTC (rev 563378)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-alien-base-modulebuild
-pkgver=1.08
-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=('6969fc27a0210ca5999e398ce14c5224a233fb8842b0dd9848ce89bb54ed0e857274428abbfd91760fdb31a1111c25b3b2130be39dc9e910edbec3a64e9ba53f')
-
-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 563377, perl-alien-base-modulebuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-05 19:00:02 UTC (rev 563378)
@@ -0,0 +1,33 @@
+# 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"
+}



More information about the arch-commits mailing list