[arch-commits] Commit in perl-file-copy-recursive/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Nov 8 21:19:56 UTC 2018


    Date: Thursday, November 8, 2018 @ 21:19:55
  Author: felixonmars
Revision: 338425

update source and format

Modified:
  perl-file-copy-recursive/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 21:19:06 UTC (rev 338424)
+++ PKGBUILD	2018-11-08 21:19:55 UTC (rev 338425)
@@ -11,7 +11,7 @@
 checkdepends=('perl-path-tiny' 'perl-test-deep' 'perl-test-fatal' 'perl-test-file'
               'perl-test-warnings')
 options=('!emptydirs')
-source=("http://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-${pkgver}.tar.gz")
+source=("https://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-$pkgver.tar.gz")
 sha512sums=('7599c48cee0b9848d5e275a1de00845cb2d4820eda9092d550063d4791974870129ce8d3d9337a8f7ea413ed4c21e533c2eb3134c2fcb5cc412dbbfddd2500e4')
 
 build() {
@@ -27,6 +27,5 @@
 
 package () {
   cd File-Copy-Recursive-$pkgver
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }
-



More information about the arch-commits mailing list