[arch-commits] Commit in perl-module-scandeps/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 22 12:08:44 UTC 2021


    Date: Thursday, April 22, 2021 @ 12:08:43
  Author: felixonmars
Revision: 920968

archrelease: copy trunk to community-any

Added:
  perl-module-scandeps/repos/community-any/PKGBUILD
    (from rev 920966, perl-module-scandeps/trunk/PKGBUILD)
Deleted:
  perl-module-scandeps/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 12:08:38 UTC (rev 920967)
+++ PKGBUILD	2021-04-22 12:08:43 UTC (rev 920968)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: xRemaLx <anton.komolov at gmail.com>
-
-pkgname=perl-module-scandeps
-_pkgname=Module-ScanDeps
-pkgver=1.30
-pkgrel=1
-pkgdesc="Scan file prerequisites"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-test-requires')
-url="https://search.cpan.org/dist/Module-ScanDeps"
-source=("https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-$pkgver.tar.gz")
-sha512sums=('4813dd38e6defc2576b802f5fda2712f06cc6c763f06aa82115957f2b6eed36a14cd835669c46acc5ec9afd5a74c750b3f0f9a574471017e7a58fefede5311ac')
-
-build() {
-  cd Module-ScanDeps-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Module-ScanDeps-$pkgver
-  make test
-}
-
-package() {
-  cd Module-ScanDeps-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-module-scandeps/repos/community-any/PKGBUILD (from rev 920966, perl-module-scandeps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-22 12:08:43 UTC (rev 920968)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: xRemaLx <anton.komolov at gmail.com>
+
+pkgname=perl-module-scandeps
+_pkgname=Module-ScanDeps
+pkgver=1.31
+pkgrel=1
+pkgdesc="Scan file prerequisites"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-requires')
+url="https://search.cpan.org/dist/Module-ScanDeps"
+source=("https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-$pkgver.tar.gz")
+sha512sums=('c7164d768b6401a0d01516f5a09ddf2a0399355738ff17d04757aeb235b47f8d973083d0425ca53757588916c7fb2959d8c042361055a0e8eab7bf6d4c31d6fd')
+
+build() {
+  cd Module-ScanDeps-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Module-ScanDeps-$pkgver
+  make test
+}
+
+package() {
+  cd Module-ScanDeps-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list