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

Felix Yan felixonmars at archlinux.org
Wed Jan 13 19:17:39 UTC 2021


    Date: Wednesday, January 13, 2021 @ 19:17:39
  Author: felixonmars
Revision: 820707

archrelease: copy trunk to community-any

Added:
  perl-module-scandeps/repos/community-any/PKGBUILD
    (from rev 820706, 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-01-13 19:17:28 UTC (rev 820706)
+++ PKGBUILD	2021-01-13 19:17:39 UTC (rev 820707)
@@ -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.29
-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=('c5ed8c31b339ead890604f570a1fddecb97f9172f9612c18e5d8e72fb857ff3f0a2e612f84f85495437d10cf5a050994eb59b8f7e682f84a476d6c3c1a160380')
-
-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 820706, perl-module-scandeps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-13 19:17:39 UTC (rev 820707)
@@ -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.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
+}



More information about the arch-commits mailing list