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

Felix Yan felixonmars at archlinux.org
Thu Dec 13 18:50:55 UTC 2018


    Date: Thursday, December 13, 2018 @ 18:50:54
  Author: felixonmars
Revision: 416048

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-13 18:50:36 UTC (rev 416047)
+++ PKGBUILD	2018-12-13 18:50:54 UTC (rev 416048)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: xRemaLx <anton.komolov at gmail.com>
-
-pkgname=perl-module-scandeps
-_pkgname=Module-ScanDeps
-pkgver=1.25
-pkgrel=1
-pkgdesc="Scan file prerequisites"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-test-requires')
-url="http://search.cpan.org/dist/Module-ScanDeps"
-source=("http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-$pkgver.tar.gz")
-sha512sums=('1d1d10b55147e68238465fc1e5e9248d926151394034f0bde32c0030ff9bbd685ebb1ed0c6c924769a2e38c2dc15621990b454438db5ef5699aeed378f02aec7')
-
-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 416047, perl-module-scandeps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-13 18:50:54 UTC (rev 416048)
@@ -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.26
+pkgrel=1
+pkgdesc="Scan file prerequisites"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-requires')
+url="http://search.cpan.org/dist/Module-ScanDeps"
+source=("http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-$pkgver.tar.gz")
+sha512sums=('b4b54813f55b82c20073ede9be90ab3680a636c3c8743ae03ccd0d7a26097f3d05b3e55d8b0d7d414e4156eaa686dc6eec0541ebe6c89a5c896dcd98845eb10f')
+
+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