[arch-commits] Commit in perl-font-ttf/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 26 21:48:35 UTC 2019


    Date: Friday, April 26, 2019 @ 21:48:34
  Author: arojas
Revision: 454352

https

Modified:
  perl-font-ttf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-26 21:48:05 UTC (rev 454351)
+++ PKGBUILD	2019-04-26 21:48:34 UTC (rev 454352)
@@ -11,11 +11,11 @@
 pkgrel=3
 pkgdesc="${_perlmod//-/::} - Perl module for TrueType font hacking"
 arch=(any)
-url="http://search.cpan.org/dist/${_perlmod}"
+url="https://search.cpan.org/dist/${_perlmod}"
 license=('Artistic2.0')
 depends=(perl-io-string)
 options=(!emptydirs)
-_verwatch=("http://www.cpan.org/modules/by-module/${_modnamespace}/" "${_perlmod}-\([0-9\.]*\)\.tar\.gz" 'l')
+_verwatch=("https://www.cpan.org/modules/by-module/${_modnamespace}/" "${_perlmod}-\([0-9\.]*\)\.tar\.gz" 'l')
 source=("${_verwatch[0]}${_perlmod}-${pkgver}.tar.gz")
 sha256sums=('4b697d444259759ea02d2c442c9bffe5ffe14c9214084a01f743693a944cc293')
 



More information about the arch-commits mailing list