[arch-commits] Commit in perl-crypt-ssleay/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Fri Jan 3 14:23:58 UTC 2020


    Date: Friday, January 3, 2020 @ 14:23:58
  Author: bluewind
Revision: 372511

Quote unquoted variables

Modified:
  perl-crypt-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 14:22:50 UTC (rev 372510)
+++ PKGBUILD	2020-01-03 14:23:58 UTC (rev 372511)
@@ -10,7 +10,7 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl-lwp-protocol-https' 'perl-try-tiny' 'perl-path-class')
 options=('!emptydirs')
-source=(https://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
+source=("https://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz")
 md5sums=('7508b2a34da2202cc0c78deb59e36526')
 
 build() {
@@ -32,6 +32,6 @@
 
   make install DESTDIR="${pkgdir}"
 
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
 }



More information about the arch-commits mailing list