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

Antonio Rojas arojas at archlinux.org
Mon May 20 20:27:08 UTC 2019


    Date: Monday, May 20, 2019 @ 20:27:07
  Author: arojas
Revision: 353656

https

Modified:
  perl-xml-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-20 20:26:44 UTC (rev 353655)
+++ PKGBUILD	2019-05-20 20:27:07 UTC (rev 353656)
@@ -6,10 +6,10 @@
 pkgdesc="Expat-based XML parser module for perl"
 arch=('x86_64')
 license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/XML-Parser/"
+url="https://search.cpan.org/dist/XML-Parser/"
 depends=('perl' 'expat')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-${pkgver}.tar.gz")
+source=("https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-${pkgver}.tar.gz")
 sha1sums=('0ab6b932713ec1f9927a1b1c619b6889a5c12849')
 
 build() {



More information about the arch-commits mailing list