[arch-commits] Commit in perl-xml-twig/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Apr 11 20:15:48 UTC 2019


    Date: Thursday, April 11, 2019 @ 20:15:47
  Author: arojas
Revision: 350603

https

Modified:
  perl-xml-twig/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-11 20:15:12 UTC (rev 350602)
+++ PKGBUILD	2019-04-11 20:15:47 UTC (rev 350603)
@@ -5,12 +5,12 @@
 pkgrel=4
 pkgdesc="A module for easy processing of XML"
 arch=('any')
-url="http://search.cpan.org/dist/XML-Twig/"
+url="https://search.cpan.org/dist/XML-Twig/"
 license=('GPL' 'PerlArtistic')
 depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
 checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree' 'perl-xml-xpath' 'perl-tie-ixhash')
 options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/M/MI/MIROD/XML-Twig-${pkgver}.tar.gz")
+source=("https://www.cpan.org/authors/id/M/MI/MIROD/XML-Twig-${pkgver}.tar.gz")
 sha1sums=('ce4ad6f055ea677ab5526e55677faffcc6457eb8')
 
 build() {



More information about the arch-commits mailing list