[arch-commits] Commit in perl-package-stash-xs/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jun 14 21:59:55 UTC 2019


    Date: Friday, June 14, 2019 @ 21:59:53
  Author: arojas
Revision: 481544

https

Modified:
  perl-package-stash-xs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-14 21:59:28 UTC (rev 481543)
+++ PKGBUILD	2019-06-14 21:59:53 UTC (rev 481544)
@@ -6,13 +6,13 @@
 pkgrel=3
 pkgdesc="Faster and more correct implementation of the Package::Stash API"
 arch=('x86_64')
-url="http://search.cpan.org/dist/Package-Stash-XS"
+url="https://search.cpan.org/dist/Package-Stash-XS"
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 makedepends=('perl-extutils-makemaker')
 checkdepends=('perl-test-fatal' 'perl-test-requires')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-XS-$pkgver.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-XS-$pkgver.tar.gz)
 md5sums=('e5b58846a01aa39c36605e071c306dcc')
 
 build() {



More information about the arch-commits mailing list