[arch-commits] Commit in perl-text-roman/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Tue Aug 7 14:57:57 UTC 2018


    Date: Tuesday, August 7, 2018 @ 14:57:56
  Author: remy
Revision: 331110

Fix quoting of url variable

Modified:
  perl-text-roman/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-07 14:56:40 UTC (rev 331109)
+++ PKGBUILD	2018-08-07 14:57:56 UTC (rev 331110)
@@ -7,7 +7,7 @@
 pkgrel=4
 pkgdesc="Allows conversion between Roman and Arabic algarisms"
 arch=('any')
-url='https://metacpan.org/release/${_dist}'
+url="https://metacpan.org/release/${_dist}"
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 options=('!emptydirs')



More information about the arch-commits mailing list