[arch-commits] Commit in perl-sys-hostname-long/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue May 21 21:53:11 UTC 2019


    Date: Tuesday, May 21, 2019 @ 21:53:10
  Author: arojas
Revision: 353760

https

Modified:
  perl-sys-hostname-long/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-21 21:52:41 UTC (rev 353759)
+++ PKGBUILD	2019-05-21 21:53:10 UTC (rev 353760)
@@ -8,11 +8,11 @@
 pkgdesc="Perl module getting a full hostname"
 arch=('any')
 license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
+url="https://search.cpan.org/dist/${_realname}/"
 depends=('perl')
 checkdepends=('inetutils')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
 md5sums=('a7d7a36fa6905bded4f6b7da94e37532')
 
 build() {



More information about the arch-commits mailing list