[arch-commits] Commit in perl-file-basedir/trunk (PKGBUILD)

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


    Date: Monday, May 20, 2019 @ 20:52:07
  Author: arojas
Revision: 353690

https

Modified:
  perl-file-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-20 20:51:38 UTC (rev 353689)
+++ PKGBUILD	2019-05-20 20:52:07 UTC (rev 353690)
@@ -9,12 +9,12 @@
 pkgdesc='Use the Freedesktop.org base directory specification'
 arch=('any')
 license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
+url="https://search.cpan.org/dist/${_realname}/"
 depends=('perl-ipc-system-simple')
 makedepends=('perl-module-build>0.4205')
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-file-which' 'xdg-user-dirs')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz")
+source=("https://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz")
 sha512sums=('6b44edca34906c34d574933c21c0e3a1a236a431a3ac12caeabcc2638688dfe1c02efc9a1e75a2c2cd522de0dca00df0620cd262c184ec938cc97766d1121f99')
 
 build() {



More information about the arch-commits mailing list