[arch-commits] Commit in perl-module-scandeps/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Aug 8 09:31:07 UTC 2020
Date: Saturday, August 8, 2020 @ 09:31:07
Author: felixonmars
Revision: 672038
archrelease: copy trunk to community-any
Added:
perl-module-scandeps/repos/community-any/PKGBUILD
(from rev 672037, 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 2020-08-08 09:31:01 UTC (rev 672037)
+++ PKGBUILD 2020-08-08 09:31:07 UTC (rev 672038)
@@ -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.27
-pkgrel=3
-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=('ab5625f497a9dc9133960c7c9a5867f27f6f0061fa954225cfc53fda39d9b657743ee66a7a96cc1485bba57532fc0447c3b245dd81cf6e6c39522fdd2e308411')
-
-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 672037, perl-module-scandeps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-08 09:31:07 UTC (rev 672038)
@@ -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.28
+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=('60debdc8e51b0b389fc0bf480e94012592f01bb6de93ac95265cc6fe07645008a30d6c6d84511ad0221239c14dbcb33df01128e9905d0a1a7cfc862b7d9893eb')
+
+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