[arch-commits] Commit in perl-file-copy-recursive/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jul 25 04:29:27 UTC 2019


    Date: Thursday, July 25, 2019 @ 04:29:27
  Author: felixonmars
Revision: 358568

archrelease: copy trunk to extra-any

Added:
  perl-file-copy-recursive/repos/extra-any/PKGBUILD
    (from rev 358567, perl-file-copy-recursive/trunk/PKGBUILD)
Deleted:
  perl-file-copy-recursive/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-25 04:29:17 UTC (rev 358567)
+++ PKGBUILD	2019-07-25 04:29:27 UTC (rev 358568)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=perl-file-copy-recursive
-pkgver=0.44
-pkgrel=3
-pkgdesc="Perl extension for recursively copying files and directories"
-arch=('any')
-url="https://metacpan.org/release/File-Copy-Recursive"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-path-tiny' 'perl-test-deep' 'perl-test-fatal' 'perl-test-file'
-              'perl-test-warnings')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-$pkgver.tar.gz")
-sha512sums=('7599c48cee0b9848d5e275a1de00845cb2d4820eda9092d550063d4791974870129ce8d3d9337a8f7ea413ed4c21e533c2eb3134c2fcb5cc412dbbfddd2500e4')
-
-build() {
-  cd File-Copy-Recursive-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check () {
-  cd File-Copy-Recursive-$pkgver
-  make test
-}
-
-package () {
-  cd File-Copy-Recursive-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-file-copy-recursive/repos/extra-any/PKGBUILD (from rev 358567, perl-file-copy-recursive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-25 04:29:27 UTC (rev 358568)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=perl-file-copy-recursive
+pkgver=0.45
+pkgrel=1
+pkgdesc="Perl extension for recursively copying files and directories"
+arch=('any')
+url="https://metacpan.org/release/File-Copy-Recursive"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-path-tiny' 'perl-test-deep' 'perl-test-fatal' 'perl-test-file'
+              'perl-test-warnings')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-$pkgver.tar.gz")
+sha512sums=('6d8a6c55bc54bfe5ce3834527776c6b1466d5672f5f8901c27053188bbc78e87dd62bed8d330c04079b02d0967be0a8d0cd779e67973cf79a2c6ff87d5921c60')
+
+build() {
+  cd File-Copy-Recursive-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check () {
+  cd File-Copy-Recursive-$pkgver
+  make test
+}
+
+package () {
+  cd File-Copy-Recursive-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list