[arch-commits] Commit in perl-sort-versions/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jun 14 22:03:15 UTC 2019


    Date: Friday, June 14, 2019 @ 22:03:15
  Author: arojas
Revision: 481551

https

Modified:
  perl-sort-versions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-14 22:02:52 UTC (rev 481550)
+++ PKGBUILD	2019-06-14 22:03:15 UTC (rev 481551)
@@ -8,11 +8,11 @@
 pkgrel=5
 pkgdesc='Sort::Versions - a perl 5 module for sorting of revision-like numbers'
 arch=('any')
-url="http://search.cpan.org/dist/Sort-Versions/"
+url="https://search.cpan.org/dist/Sort-Versions/"
 license=('GPL' 'PerlArtistic')
 depends=('perl')
 options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/$_author/$_perlmod-$pkgver.tar.gz")
+source=("https://search.cpan.org/CPAN/authors/id/$_author/$_perlmod-$pkgver.tar.gz")
 sha512sums=('b30dab96a5a31023af3ecee1857ae7bf5abc45b266294b47abb4f03c332b27825c1139d1a56bf0cfbd538487d28b3be167d83f9f5a93f079717b40157abe4d96')
 unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
 export PERL_MM_USE_DEFAULT=1



More information about the arch-commits mailing list