Date: Tuesday, August 7, 2018 @ 14:54:55
  Author: remy
Revision: 331108

Fix quoting of url variable.

Modified:
  perl-date-simple/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-08-07 12:59:27 UTC (rev 331107)
+++ PKGBUILD    2018-08-07 14:54:55 UTC (rev 331108)
@@ -7,7 +7,7 @@
 pkgrel=5
 pkgdesc="Perl module for simple Date objects"
 arch=('x86_64')
-url='https://metacpan.org/release/${_dist}'
+url="https://metacpan.org/release/${_dist}";
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 options=('!emptydirs')

Reply via email to