[arch-commits] Commit in (4 files)

Rémy Oudompheng remy at archlinux.org
Mon Aug 5 05:48:41 UTC 2019


    Date: Monday, August 5, 2019 @ 05:48:40
  Author: remy
Revision: 359155

Use HTTPS instead of HTTP in URLs

Modified:
  perl-date-simple/trunk/PKGBUILD
  perl-perlio-utf8-strict/trunk/PKGBUILD
  perl-sort-key/trunk/PKGBUILD
  texlive-bin/trunk/PKGBUILD

----------------------------------------+
 perl-date-simple/trunk/PKGBUILD        |    2 +-
 perl-perlio-utf8-strict/trunk/PKGBUILD |    2 +-
 perl-sort-key/trunk/PKGBUILD           |    4 ++--
 texlive-bin/trunk/PKGBUILD             |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

Modified: perl-date-simple/trunk/PKGBUILD
===================================================================
--- perl-date-simple/trunk/PKGBUILD	2019-08-05 05:46:05 UTC (rev 359154)
+++ perl-date-simple/trunk/PKGBUILD	2019-08-05 05:48:40 UTC (rev 359155)
@@ -11,7 +11,7 @@
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/I/IZ/IZUT/${_dist}-${pkgver}.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/I/IZ/IZUT/${_dist}-${pkgver}.tar.gz)
 md5sums=('436049dc2c7dfd8423d8bcc807248b31')
 sha512sums=('3e64a0ba224427e688a45945860fd5e876e6ca5b01298e744e257981ed84d933ab14c9ab8d5b74316c031ffa9821afd9563270109cba20a5939f14af2dde8668')
 

Modified: perl-perlio-utf8-strict/trunk/PKGBUILD
===================================================================
--- perl-perlio-utf8-strict/trunk/PKGBUILD	2019-08-05 05:46:05 UTC (rev 359154)
+++ perl-perlio-utf8-strict/trunk/PKGBUILD	2019-08-05 05:48:40 UTC (rev 359155)
@@ -11,7 +11,7 @@
 depends=('perl')
 makedepends=('perl-test-exception')
 url="https://metacpan.org/release/${_dist}"
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_dist}-${pkgver}.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_dist}-${pkgver}.tar.gz)
 md5sums=('9e8fba7f15c612c4f2ed2f961bf1141b')
 sha256sums=('83a33f2fe046cb3ad6afc80790635a423e2c7c6854afacc6998cd46951cc81cb')
 

Modified: perl-sort-key/trunk/PKGBUILD
===================================================================
--- perl-sort-key/trunk/PKGBUILD	2019-08-05 05:46:05 UTC (rev 359154)
+++ perl-sort-key/trunk/PKGBUILD	2019-08-05 05:48:40 UTC (rev 359155)
@@ -9,11 +9,11 @@
 _perlmod="Sort-Key"
 pkgdesc="Sort::Key - the fastest way to sort anything in Perl"
 arch=("x86_64")
-url=http://search.cpan.org/dist/sort-sort/
+url=https://search.cpan.org/dist/Sort-Key
 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")
 sha256sums=('ed6a4ccfab094c9cd164f564024e98bd21d94f4312ccac4d6246d22b34081acf')
 
 build() {

Modified: texlive-bin/trunk/PKGBUILD
===================================================================
--- texlive-bin/trunk/PKGBUILD	2019-08-05 05:46:05 UTC (rev 359154)
+++ texlive-bin/trunk/PKGBUILD	2019-08-05 05:48:40 UTC (rev 359155)
@@ -10,7 +10,7 @@
          'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
          'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
          'perl' 'clisp' 'ffcall')
-url='http://tug.org/texlive/'
+url='https://tug.org/texlive/'
 _commit=74c2495978a4a84ffae10252c0fd244f1140228e  # texlive-2019.2 r51075
 source=("git+https://github.com/Tex-Live/texlive-source.git#commit=${_commit}"
         "pdftex-poppler0.76.patch")



More information about the arch-commits mailing list