diff --git a/automake-wrapper/PKGBUILD b/automake-wrapper/PKGBUILD index aca08847..4ac8f978 100644 --- a/automake-wrapper/PKGBUILD +++ b/automake-wrapper/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Wrapper scripts for automake and aclocal" arch=('any') license=('GPL') -url="http://www.gentoo.org" +url="https://www.gentoo.org/" groups=('base-devel') depends=('bash' 'gawk' #'automake1.4' diff --git a/bzr/PKGBUILD b/bzr/PKGBUILD index 2525208b..4e68e9d3 100644 --- a/bzr/PKGBUILD +++ b/bzr/PKGBUILD @@ -5,7 +5,7 @@ pkgver=2.7.0 pkgrel=2 pkgdesc="Bazaar is a version control system that helps you track project history over time and to collaborate easily with others." arch=('i686' 'x86_64') -url="http://bazaar.canonical.com/en/" +url="https://bazaar.canonical.com/en/" license=('GPL') groups=('VCS') depends=('python2') diff --git a/c-ares/PKGBUILD b/c-ares/PKGBUILD index 025192c1..7f440cf9 100644 --- a/c-ares/PKGBUILD +++ b/c-ares/PKGBUILD @@ -6,13 +6,13 @@ pkgver=1.12.0 pkgrel=1 pkgdesc="C library that performs DNS requests and name resolves asynchronously (libraries)" arch=('i686' 'x86_64') -url="http://c-ares.haxx.se/" +url="https://c-ares.haxx.se/" license=("MIT") makedepends=("gcc") depends=("gcc-libs") options=('staticlibs') -source=("http://c-ares.haxx.se/download/$pkgbase-$pkgver.tar.gz"{,.asc} - "http://c-ares.haxx.se/license.html") +source=("https://c-ares.haxx.se/download/$pkgbase-$pkgver.tar.gz"{,.asc} + "https://c-ares.haxx.se/license.html") sha256sums=('8692f9403cdcdf936130e045c84021665118ee9bfea905d1a76f04d4e6f365fb' 'SKIP' '41215a3adeb9dcb308df48ed63faea7eb34cd9e944139123623e79fb8e656712') diff --git a/cdecl/PKGBUILD b/cdecl/PKGBUILD index 1b39a837..ad17547f 100644 --- a/cdecl/PKGBUILD +++ b/cdecl/PKGBUILD @@ -6,12 +6,12 @@ pkgver=2.5 pkgrel=1 pkgdesc="A program for encoding and decoding C (or C++) type declarations" arch=('i686' 'x86_64') -url="http://cdecl.org/" +url="https://cdecl.org/" options=('strip' 'staticlibs' '!makeflags') license=('public-domain') depends=("libedit") makedepends=("gcc" 'make' 'libedit-devel' 'flex' 'bison') -source=("http://cdecl.org/files/cdecl-blocks-2.5.tar.gz" +source=("https://cdecl.org/files/cdecl-blocks-2.5.tar.gz" "build.patch") sha256sums=('9ee6402be7e4f5bb5e6ee60c6b9ea3862935bf070e6cecd0ab0842305406f3ac' 'a69609f569dd332879d803f60ef400e9243dc7b91ee9842b9c149151fbd49066') diff --git a/cgdb/PKGBUILD b/cgdb/PKGBUILD index a931d2e1..e1c8c117 100644 --- a/cgdb/PKGBUILD +++ b/cgdb/PKGBUILD @@ -9,7 +9,7 @@ url="https://cgdb.sourceforge.io/" license=('GPL') depends=('libreadline' 'ncurses' 'gdb') makedepends=('help2man' 'libreadline-devel' 'ncurses-devel') -source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz" +source=("https://cgdb.me/files/${pkgname}-${pkgver}.tar.gz" 01-msysize.patch) sha512sums=('406830b5c0f8035df39571f01c20442b76c2509d069d6eb151c239e1cd30132ac6c4a404b8c96cdd8a06297d3c600c7b016a7d95cee2fda285b11fd21b391209' '31d2f2573fec3e6569b0c236d60898e5fced21bd3510add98613ce2e75f966a923917ed6eeec475844c3545004d0a17b55de96cfa3eb6f68d5a84636c563ef0e') diff --git a/clang-svn/PKGBUILD b/clang-svn/PKGBUILD index 5261aaf5..13ff690d 100644 --- a/clang-svn/PKGBUILD +++ b/clang-svn/PKGBUILD @@ -16,7 +16,7 @@ pkgver=60209.20d4cdc pkgrel=1 pkgdesc="C language family frontend for LLVM" arch=('i686' 'x86_64') -url="http://llvm.org" +url="https://llvm.org/" license=("custom:University of Illinois/NCSA Open Source License") makedepends=("gcc" "libffi-devel" @@ -29,15 +29,15 @@ makedepends=("gcc" "cmake") depends=("gcc" "libffi" "libxml2") options=('staticlibs') # 'debug' '!strip') -source=("llvm"::"git+http://llvm.org/git/llvm.git" - "lld"::"git+http://llvm.org/git/lld.git" - "clang"::"git+http://llvm.org/git/clang.git" - #"clang-tools-extra"::"git+http://llvm.org/git/clang-tools-extra.git" - #"compiler-rt"::"git+http://llvm.org/git/compiler-rt.git" - #"lldb"::"git+http://llvm.org/git/lldb.git" - #"testsuite"::"git+http://llvm.org/git/test-suite.git" - #"libcxxabi"::"git+http://llvm.org/git/libcxxabi.git" - #"libcxx"::"git+http://llvm.org/git/libcxx.git" +source=("llvm"::"git+https://llvm.org/git/llvm.git" + "lld"::"git+https://llvm.org/git/lld.git" + "clang"::"git+https://llvm.org/git/clang.git" + #"clang-tools-extra"::"git+https://llvm.org/git/clang-tools-extra.git" + #"compiler-rt"::"git+https://llvm.org/git/compiler-rt.git" + #"lldb"::"git+https://llvm.org/git/lldb.git" + #"testsuite"::"git+https://llvm.org/git/test-suite.git" + #"libcxxabi"::"git+https://llvm.org/git/libcxxabi.git" + #"libcxx"::"git+https://llvm.org/git/libcxx.git" "0001-cmake-hack-for-msys2.patch" "0011-Driver-Better-detection-of-mingw-gcc.patch" "0012-Driver-Pass-compiler-rt-more-like-libgcc.patch" @@ -87,7 +87,7 @@ prepare() { cd "${srcdir}"/llvm # At the present, clang must reside inside the LLVM source code tree to build - # See http://llvm.org/bugs/show_bug.cgi?id=4840 + # See https://llvm.org/bugs/show_bug.cgi?id=4840 mv "$srcdir/clang" tools/clang # mv "$srcdir/clang-tools-extra" tools/clang/tools/extra @@ -177,7 +177,7 @@ package_llvm-svn() { package_compiler-rt() { pkgdesc="Runtime libraries for Clang and LLVM" - url="http://compiler-rt.llvm.org/" + url="https://compiler-rt.llvm.org/" depends=("llvm-svn") provides=("compiler-rt") @@ -191,7 +191,7 @@ package_llvm-svn() { package_libcxxabi() { pkgdesc="C++ Standard Library Support" - url="http://libcxxabi.llvm.org/" + url="https://libcxxabi.llvm.org/" provides=("libc++abi") conflicts=("libc++abi") pkgver=$(pkgver_internal "${srcdir}"/llvm/projects/libcxxabi) @@ -203,7 +203,7 @@ package_libcxxabi() { package_libcxx() { pkgdesc="C++ Standard Library" - url="http://libcxx.llvm.org/" + url="https://libcxx.llvm.org/" provides=("libc++") conflicts=("libc++") pkgver=$(pkgver_internal "${srcdir}"/llvm/projects/libcxx) @@ -214,7 +214,7 @@ package_libcxx() { package_lldb-svn() { pkgdesc="Next generation, high-performance debugger" - url="http://lldb.llvm.org/" + url="https://lldb.llvm.org/" depends=('libedit' 'libxml2' 'python2') cd "$srcdir/llvm-$pkgver.src" @@ -231,7 +231,7 @@ package_lldb-svn() { package_lld-svn() { pkgdesc="Linker tools for LLVM" - url="http://lld.llvm.org/" + url="https://lld.llvm.org/" depends=("llvm-svn") provides=("lld") conflicts=("lld") @@ -243,7 +243,7 @@ package_lld-svn() { package_clang() { pkgdesc="C language family frontend for LLVM" - url="http://clang.llvm.org/" + url="https://clang.llvm.org/" depends=("llvm-svn") provides=("clang") conflicts=("clang") @@ -274,7 +274,7 @@ package_clang-svn() { package_clang-analyzer-svn() { pkgdesc="A source code analysis framework" - url="http://clang-analyzer.llvm.org/" + url="https://clang-analyzer.llvm.org/" depends=("clang-svn" "python2") provides=("clang-analyzer") conflicts=("clang-analyzer") @@ -312,7 +312,7 @@ package_clang-analyzer-svn() { package_clang-tools-extra-svn() { pkgdesc="Extra tools built using Clang's tooling APIs" - url="http://clang.llvm.org/" + url="https://clang.llvm.org/" depends=("clang-svn") provides=("clang-tools-extra") conflicts=("clang-tools-extra") diff --git a/cloog/PKGBUILD b/cloog/PKGBUILD index d0c55d2d..c1aef5fe 100644 --- a/cloog/PKGBUILD +++ b/cloog/PKGBUILD @@ -7,11 +7,11 @@ pkgrel=1 groups=('libraries') pkgdesc="Library that generates loops for scanning polyhedra" arch=('i686' 'x86_64') -url="http://www.bastoul.net/cloog/" +url="https://www.bastoul.net/cloog/" license=('GPL') depends=('isl') makedepends=('isl-devel') -source=(http://www.bastoul.net/cloog/pages/download/${pkgname}-${pkgver}.tar.gz +source=(https://www.bastoul.net/cloog/pages/download/${pkgname}-${pkgver}.tar.gz cloog-0.18.4-msys2.patch cloog-0.18.4-no-undefined.patch) sha256sums=('325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e' diff --git a/colordiff/PKGBUILD b/colordiff/PKGBUILD index 7420e4ba..8ce23d36 100644 --- a/colordiff/PKGBUILD +++ b/colordiff/PKGBUILD @@ -4,7 +4,7 @@ pkgname='colordiff' pkgver='1.0.16' pkgrel=1 pkgdesc='Diff wrapper with pretty syntax highlighting' -url='http://www.colordiff.org' +url='https://www.colordiff.org/' license=('GPL2') arch=(any) diff --git a/depot-tools-git/PKGBUILD b/depot-tools-git/PKGBUILD index 78789069..d8ab9cd0 100644 --- a/depot-tools-git/PKGBUILD +++ b/depot-tools-git/PKGBUILD @@ -14,7 +14,7 @@ pkgver=r4311.56664461 pkgrel=1 pkgdesc='Build tools for working with Chromium development, include gclient' arch=('any') -url='http://dev.chromium.org/developers/how-tos/install-depot-tools' +url='https://dev.chromium.org/developers/how-tos/install-depot-tools' source=("${pkgname}::git+https://chromium.googlesource.com/chromium/tools/depot_tools.git" 'depot_tools.sh' 'repo_fix.sh') license=('Custom') diff --git a/dialog/PKGBUILD b/dialog/PKGBUILD index 719ff2c0..e6782a0f 100644 --- a/dialog/PKGBUILD +++ b/dialog/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.3_20170509 pkgrel=1 pkgdesc="A tool to display dialog boxes from shell scripts" arch=('i686' 'x86_64') -url="http://invisible-island.net/dialog/" +url="https://invisible-island.net/dialog/" license=('LGPL2.1') makedepends=('ncurses-devel') depends=('ncurses') @@ -28,4 +28,3 @@ package() { cd "$srcdir/$pkgname-${pkgver/_/-}" make DESTDIR="$pkgdir" install-full } - diff --git a/diffstat/PKGBUILD b/diffstat/PKGBUILD index 69817430..3941e753 100644 --- a/diffstat/PKGBUILD +++ b/diffstat/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.61 pkgrel=1 pkgdesc="Display a histogram of diff changes" arch=('i686' 'x86_64') -url="http://invisible-island.net/diffstat" +url="https://invisible-island.net/diffstat" depends=('msys2-runtime') groups=('base-devel') license=('MIT') diff --git a/docbook-mathml/PKGBUILD b/docbook-mathml/PKGBUILD index b7bacbe2..98a5fb4f 100644 --- a/docbook-mathml/PKGBUILD +++ b/docbook-mathml/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.1CR1 pkgrel=1 pkgdesc="MathML XML scheme" arch=('any') -url="http://www.oasis-open.org/docbook/" +url="https://www.oasis-open.org/docbook/" license=('MIT') depends=('libxml2') install=docbook-mathml.install diff --git a/docbook-xml/PKGBUILD b/docbook-xml/PKGBUILD index 8050c7ce..20e7dfb5 100644 --- a/docbook-xml/PKGBUILD +++ b/docbook-xml/PKGBUILD @@ -5,7 +5,7 @@ pkgver=4.5 pkgrel=2 pkgdesc="A widely used XML scheme for writing documentation and help" arch=('any') -url="http://www.oasis-open.org/docbook/" +url="https://www.oasis-open.org/docbook/" license=('MIT') depends=('libxml2') install=docbook-xml.install diff --git a/doxygen/PKGBUILD b/doxygen/PKGBUILD index c57a853e..737b191b 100644 --- a/doxygen/PKGBUILD +++ b/doxygen/PKGBUILD @@ -11,7 +11,7 @@ options=('strip' 'staticlibs') license=('GPL') depends=("gcc-libs" "libsqlite" "libiconv") makedepends=("cmake" "gcc" "flex" "python2" "libsqlite-devel" "libiconv-devel") -source=("http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz") +source=("https://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz") sha256sums=('65d08b46e48bd97186aef562dc366681045b119e00f83c5b61d05d37ea154049') prepare() { diff --git a/emacs/PKGBUILD b/emacs/PKGBUILD index 220928ef..e54ca82b 100644 --- a/emacs/PKGBUILD +++ b/emacs/PKGBUILD @@ -3,14 +3,14 @@ pkgname="emacs" pkgver=25.2 pkgrel=3 pkgdesc="The extensible, customizable, self-documenting, real-time display editor (msys2)" -url="http://www.gnu.org/software/${pkgname}/" +url="https://www.gnu.org/software/${pkgname}/" license=('GPL3') arch=('i686' 'x86_64') depends=('ncurses' 'zlib' 'libxml2' 'libiconv' 'libcrypt' 'libgnutls' 'glib2' 'libhogweed') groups=('editors') makedepends=('gawk' 'libiconv-devel' 'libxml2-devel' 'libiconv-devel' 'ncurses-devel' 'libcrypt-devel' 'libgnutls-devel') options=('strip') -source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig} +source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig} 'configure.ac.diff') sha256sums=('59b55194c9979987c5e9f1a1a4ab5406714e80ffcfd415cc6b9222413bc073fa' 'a2cd7f68023503731c84f127482e63bf6572788a3ecec34a9f57b3a7ef21ddbd' diff --git a/expect/PKGBUILD b/expect/PKGBUILD index a1c0e1e9..44cb3a8d 100644 --- a/expect/PKGBUILD +++ b/expect/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.45 pkgrel=1 pkgdesc="A tool for automating interactive applications" arch=('i686' 'x86_64') -url="http://www.nist.gov/el/msid/expect.cfm" +url="https://www.nist.gov/el/msid/expect.cfm" license=('custom') depends=('tcl') source=(https://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz diff --git a/fcode-utils/PKGBUILD b/fcode-utils/PKGBUILD index 07d9ce45..6099e6c8 100644 --- a/fcode-utils/PKGBUILD +++ b/fcode-utils/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.0.2 pkgrel=1 pkgdesc="The OpenBIOS FCODE suite" arch=('i686' 'x86_64') -url="http://www.openbios.org" +url="https://www.openbios.org/" license=('GPL2') makedepends=('make') source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/openbios/fcode-utils/archive/v${pkgver}.tar.gz") diff --git a/gcc/PKGBUILD b/gcc/PKGBUILD index fa15a4ad..6c7859e4 100644 --- a/gcc/PKGBUILD +++ b/gcc/PKGBUILD @@ -13,7 +13,7 @@ pkgdesc="The GNU Compiler Collection" arch=('i686' 'x86_64') groups=('msys2-devel') license=('GPL' 'LGPL' 'FDL' 'custom') -url="http://gcc.gnu.org" +url="https://gcc.gnu.org/" makedepends=('binutils' 'mpc-devel' 'gmp-devel' 'mpfr-devel' 'isl-devel' 'zlib-devel' 'windows-default-manifest') @@ -22,7 +22,7 @@ STRIP_OPTION="strip" #DEBUG_OPTION="debug" DEBUG_OPTION="!debug" options=('!emptydirs' "$STRIP_OPTION" "$DEBUG_OPTION") -source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 +source=(https://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 0001-share-mingw-fset-stack-executable-with-cygwin.patch 0002-boehm-gc-for-cygwin.patch 0003-AWT-Font-fix-for-Cygwin.patch @@ -156,7 +156,7 @@ build() { fi # using -pipe causes spurious test-suite failures - # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565 + # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565 CFLAGS=${CFLAGS/-pipe/} CXXFLAGS=${CXXFLAGS/-pipe/} diff --git a/git-extras-git/PKGBUILD b/git-extras-git/PKGBUILD index 484f67f5..d9a7278c 100644 --- a/git-extras-git/PKGBUILD +++ b/git-extras-git/PKGBUILD @@ -6,7 +6,7 @@ pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog populat arch=('any') license=('MIT') depends=('git') -source=("git://github.com/tj/${_pkgname}.git") +source=("https://github.com/tj/${_pkgname}.git") sha256sums=('SKIP') build(){ diff --git a/git/PKGBUILD b/git/PKGBUILD index 62f8d2d1..041aa566 100644 --- a/git/PKGBUILD +++ b/git/PKGBUILD @@ -118,7 +118,7 @@ check() { mkdir -p /tmp/git-test # We used to use this, but silly git regressions: #GIT_TEST_OPTS="--root=/dev/shm/" \ - # http://comments.gmane.org/gmane.comp.version-control.git/202020 + # https://comments.gmane.org/gmane.comp.version-control.git/202020 make \ NO_SVN_TESTS=y \ DEFAULT_TEST_TARGET=prove \ diff --git a/glib2/PKGBUILD b/glib2/PKGBUILD index c63f5f19..1caa1a6a 100644 --- a/glib2/PKGBUILD +++ b/glib2/PKGBUILD @@ -5,7 +5,7 @@ pkgname=(glib2 glib2-devel glib2-docs) pkgver=2.48.2 pkgrel=1 pkgdesc="Common C routines used by GTK+ and other libs" -url="http://www.gtk.org/" +url="https://www.gtk.org/" arch=('i686' 'x86_64') makedepends=('pkg-config' 'python' 'libxslt-devel' 'docbook-xsl' 'pcre-devel' 'libffi-devel' 'libiconv-devel' 'gamin-devel' 'gtk-doc' 'zlib-devel') source=(https://download.gnome.org/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz diff --git a/gnutls/PKGBUILD b/gnutls/PKGBUILD index 95120c30..d1d4a64a 100644 --- a/gnutls/PKGBUILD +++ b/gnutls/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A library which provides a secure layer over a reliable transport layer" arch=('x86_64' 'i686') license=('GPL3' 'LGPL2.1') -url="http://www.gnutls.org/" +url="https://www.gnutls.org/" makedepends=('gettext-devel' 'libidn2-devel' 'libiconv-devel' @@ -18,7 +18,7 @@ makedepends=('gettext-devel' 'libunistring-devel' 'zlib-devel') #optdepends=('guile: for use with Guile bindings') -source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig} +source=(https://gnupg.org/ftp/gcrypt/gnutls/v${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig} gnutls-3.5.14-msysize.patch) sha256sums=('2ab9e3c0131fcd9142382f37ba9c6d20022b76cba83560cbcaa8e4002d71fb72' 'SKIP' diff --git a/grml-zsh-config/PKGBUILD b/grml-zsh-config/PKGBUILD index bd9c3c01..9804fb74 100644 --- a/grml-zsh-config/PKGBUILD +++ b/grml-zsh-config/PKGBUILD @@ -5,7 +5,7 @@ pkgver=0.14.2 pkgrel=1 pkgdesc="grml's zsh setup" arch=('any') -url='http://grml.org/zsh/' +url='https://grml.org/zsh/' license=('GPL2') provides=('grmlzshrc') depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps') diff --git a/gtk-doc/PKGBUILD b/gtk-doc/PKGBUILD index 6c31e27f..d802f3c7 100644 --- a/gtk-doc/PKGBUILD +++ b/gtk-doc/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.26 pkgrel=2 pkgdesc="Documentation tool for public library API" arch=('i686' 'x86_64') -url="http://www.gtk.org/gtk-doc/" +url="https://www.gtk.org/gtk-doc/" license=("GPL" "FDL") options=(staticlibs strip) depends=("docbook-xsl" diff --git a/icmake/PKGBUILD b/icmake/PKGBUILD index 14b61073..7b6db9ab 100644 --- a/icmake/PKGBUILD +++ b/icmake/PKGBUILD @@ -5,7 +5,7 @@ pkgver=9.02.02 pkgrel=1 pkgdesc='A program maintenance (make) utility using a C-like grammar' arch=('i686' 'x86_64') -url='http://fbb-git.github.io/icmake/' +url='https://fbb-git.github.io/icmake/' license=('GPL3') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fbb-git/${pkgname}/archive/${pkgver}.tar.gz") sha256sums=('18f673c66c39a392218725ab063ed1cec9f0b28ce00f3896123ecccdf855834a') diff --git a/lftp/PKGBUILD b/lftp/PKGBUILD index ee15e490..93fe7e61 100644 --- a/lftp/PKGBUILD +++ b/lftp/PKGBUILD @@ -38,9 +38,9 @@ makedepends=('gcc' 'libunistring-devel' 'zlib-devel') optdepends=('perl: needed for convert-netscape-cookies and verify-file') -url="http://lftp.yar.ru/" +url="https://lftp.yar.ru/" backup=('etc/lftp.conf') -source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc} +source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc} lftp-configure-needtrio.patch lftp-configure-readline.patch lftp-4.7.8-msysize.patch diff --git a/libarchive/PKGBUILD b/libarchive/PKGBUILD index 6d7bdcd1..7423394c 100644 --- a/libarchive/PKGBUILD +++ b/libarchive/PKGBUILD @@ -5,14 +5,14 @@ pkgver=3.3.2 pkgrel=1 pkgdesc="library that can create and read several streaming archive formats" arch=('i686' 'x86_64') -url="http://libarchive.org/" +url="https://libarchive.org/" license=('BSD') groups=('libraries') depends=('gcc-libs' 'libbz2' 'libiconv' 'liblzma' 'liblzo2' 'libnettle' 'libxml2' 'zlib') makedepends=('libbz2-devel' 'libiconv-devel' 'liblzma-devel' 'liblzo2-devel' 'libnettle-devel' 'libxml2-devel' 'zlib-devel') options=('!strip' 'debug' 'libtool') # provides=('libarchive.so') -source=("http://libarchive.org/downloads/$pkgname-$pkgver.tar.gz" +source=("https://libarchive.org/downloads/$pkgname-$pkgver.tar.gz" 'libarchive-3.3.2-bcrypt-fix.patch' 'libarchive-3.3.1-msys2.patch') sha256sums=('ed2dbd6954792b2c054ccf8ec4b330a54b85904a80cef477a1c74643ddafa0ce' diff --git a/libqrencode-git/PKGBUILD b/libqrencode-git/PKGBUILD index 346fc44d..2e6e0f92 100755 --- a/libqrencode-git/PKGBUILD +++ b/libqrencode-git/PKGBUILD @@ -5,7 +5,7 @@ pkgver=v3.4.3.r243.g1ef82bd pkgrel=1 pkgdesc='QR Code encoding library' arch=('i686' 'x86_64') -url='http://fukuchi.org/works/qrencode/' +url='https://fukuchi.org/works/qrencode/' license=('LGPL') makedepends=('git' 'gcc') provides=("${pkgname%-git}") diff --git a/libtool/PKGBUILD b/libtool/PKGBUILD index 4b71f5f0..b5fd01ce 100644 --- a/libtool/PKGBUILD +++ b/libtool/PKGBUILD @@ -10,7 +10,7 @@ url="https://www.gnu.org/software/libtool" license=('GPL') makedepends=("gcc=${_gccver}") source=(https://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig} - #http://alpha.gnu.org/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig} + #https://alpha.gnu.org/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig} #${pkgname}-${pkgver}::git://git.sv.gnu.org/libtool.git 0002-cygwin-mingw-Create-UAC-manifest-files.mingw.patch 0003-Pass-various-runtime-library-flags-to-GCC.mingw.patch diff --git a/libtre-git/PKGBUILD b/libtre-git/PKGBUILD index 541444e1..b6c96a70 100644 --- a/libtre-git/PKGBUILD +++ b/libtre-git/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 epoch= pkgdesc="The free and portable approximate regex matching library (libraries)" arch=("i686" "x86_64") -url="http://laurikari.net/tre/" +url="https://laurikari.net/tre/" license=('BSD') groups=('libraries') depends=("gettext" "libiconv" "libintl") diff --git a/libxml2/PKGBUILD b/libxml2/PKGBUILD index 9ce9f1a7..ba8ab5f1 100644 --- a/libxml2/PKGBUILD +++ b/libxml2/PKGBUILD @@ -8,7 +8,7 @@ arch=(i686 x86_64) license=('MIT') makedepends=('python2' 'python3' 'libreadline-devel' 'ncurses-devel' 'liblzma-devel' 'zlib-devel') url="http://www.xmlsoft.org/" -source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz +source=(http://xmlsoft.org/sources/${pkgname}-${pkgver}.tar.gz https://www.w3.org/XML/Test/xmlts20130923.tar.gz libxml2-2.9.0-do-not-check-crc.patch libxml2-2.7.3-doc-install.patch diff --git a/libxslt/PKGBUILD b/libxslt/PKGBUILD index 77d398c4..0b946648 100644 --- a/libxslt/PKGBUILD +++ b/libxslt/PKGBUILD @@ -10,7 +10,7 @@ license=('custom') makedepends=('gcc' 'python2' 'libxml2-devel' 'libgcrypt-devel') checkdepends=('docbook-xml') options=('!libtool') -source=(ftp://xmlsoft.org/libxslt/${pkgname}-${pkgver}.tar.gz +source=(http://xmlsoft.org/sources/${pkgname}-${pkgver}.tar.gz libxslt-1.1.29-msys2.patch libxslt.m4-libxslt-1.1.29.patch) sha256sums=('b5976e3857837e7617b29f2249ebb5eeac34e249208d31f1fbf7a6ba7a4090ce' diff --git a/lndir/PKGBUILD b/lndir/PKGBUILD index 54c05309..8c69b86a 100644 --- a/lndir/PKGBUILD +++ b/lndir/PKGBUILD @@ -5,12 +5,12 @@ pkgver=1.0.3 pkgrel=1 pkgdesc="Create a shadow directory of symbolic links to another directory tree" arch=('i686' 'x86_64') -url="http://xorg.freedesktop.org/" +url="https://xorg.freedesktop.org/" license=('custom') groups=('base') depends=('msys2-runtime') makedepends=('xproto') -source=(http://xorg.freedesktop.org/archive/individual/util/$pkgname-$pkgver.tar.bz2 +source=(https://xorg.freedesktop.org/archive/individual/util/$pkgname-$pkgver.tar.bz2 0001-msysize.msys.patch) sha256sums=('49f4fab0de8d418db4ce80dad34e9b879a4199f3e554253a8e1ab68f7c7cb65d' 'fe924531fd201526eb9446d7aba4c7b084c2ee5ece5d56f884b3008a459c5499') diff --git a/lzo2/PKGBUILD b/lzo2/PKGBUILD index 0c31495f..515cfade 100644 --- a/lzo2/PKGBUILD +++ b/lzo2/PKGBUILD @@ -5,11 +5,11 @@ pkgver=2.10 pkgrel=1 pkgdesc="Portable lossless data compression library" arch=('i686' 'x86_64') -url="http://www.oberhumer.com/opensource/lzo" +url="https://www.oberhumer.com/opensource/lzo" license=('GPL') makedepends=('gcc' 'make' 'patch') groups=('libraries' 'compression') -source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz +source=(https://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz lzo-2.07-msys2.patch) options=(!libtool) sha256sums=('c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072' diff --git a/midipix-cross-gcc-git/PKGBUILD b/midipix-cross-gcc-git/PKGBUILD index 6ea768db..39a4a9b8 100644 --- a/midipix-cross-gcc-git/PKGBUILD +++ b/midipix-cross-gcc-git/PKGBUILD @@ -10,7 +10,7 @@ pkgver=4.6.4.51.e093428 pkgrel=1 pkgdesc="The GNU Compiler Collection" arch=('i686' 'x86_64') -url="http://gcc.gnu.org" +url="https://gcc.gnu.org/" license=('GPL' 'LGPL' 'FDL' 'custom') groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") depends=("zlib" "${_mingw_suff}-binutils") diff --git a/midipix-cross-musl/PKGBUILD b/midipix-cross-musl/PKGBUILD index a5a2d635..d040f2ca 100644 --- a/midipix-cross-musl/PKGBUILD +++ b/midipix-cross-musl/PKGBUILD @@ -15,7 +15,7 @@ groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") depends=("zlib") makedepends=("${_mingw_suff}-gcc" 'make') options=('!strip' 'staticlibs' '!emptydirs' '!buildflags') -source=("http://www.musl-libc.org/releases/${_realname}-${_base_ver}.tar.gz" +source=("https://www.musl-libc.org/releases/${_realname}-${_base_ver}.tar.gz" "git+git://midipix.org/mmglue" "git+git://midipix.org/lazy") diff --git a/mingw-w64-cross-zlib/PKGBUILD b/mingw-w64-cross-zlib/PKGBUILD index 089c92bf..57ec501a 100644 --- a/mingw-w64-cross-zlib/PKGBUILD +++ b/mingw-w64-cross-zlib/PKGBUILD @@ -13,7 +13,7 @@ groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") depends=('') makedepends=("${_mingw_suff}-gcc") options=('staticlibs' '!strip' '!libtool' '!emptydirs' '!buildflags') -source=("http://zlib.net/current/${_realname}-${pkgver}.tar.gz" +source=("https://zlib.net/current/${_realname}-${pkgver}.tar.gz" 01-zlib-1.2.11-1-buildsys.mingw.patch 02-no-undefined.mingw.patch 03-dont-put-sodir-into-L.mingw.patch) diff --git a/msys2-w32api-headers/PKGBUILD b/msys2-w32api-headers/PKGBUILD index 86e1a4ec..fc11a29d 100644 --- a/msys2-w32api-headers/PKGBUILD +++ b/msys2-w32api-headers/PKGBUILD @@ -5,7 +5,7 @@ pkgver=5.0.0.4961.e09dd4ca pkgrel=1 pkgdesc="Win32 API headers for MSYS2 32bit toolchain" arch=('i686' 'x86_64') -url="http://mingw-w64.sourceforge.io/" +url="https://mingw-w64.sourceforge.io/" license=('custom') groups=('msys2-devel') depends=() diff --git a/msys2-w32api-runtime/PKGBUILD b/msys2-w32api-runtime/PKGBUILD index 3e27710a..20bb9935 100644 --- a/msys2-w32api-runtime/PKGBUILD +++ b/msys2-w32api-runtime/PKGBUILD @@ -5,7 +5,7 @@ pkgver=5.0.0.4961.e09dd4ca pkgrel=1 pkgdesc="Win32 API import libs for MSYS2 toolchain" arch=('i686' 'x86_64') -url="http://mingw-w64.sourceforge.io/" +url="https://mingw-w64.sourceforge.io/" license=('custom') groups=('msys2-devel') depends=('msys2-w32api-headers') diff --git a/openbios/PKGBUILD b/openbios/PKGBUILD index 821d9536..dc8fae48 100644 --- a/openbios/PKGBUILD +++ b/openbios/PKGBUILD @@ -7,11 +7,11 @@ pkgver=1.1.1261.b95d533 pkgrel=1 pkgdesc="OpenBIOS" arch=('i686' 'x86_64') -url="http://www.openbios.org" +url="https://www.openbios.org/" license=('GPL2') makedepends=('git' 'gcc' 'make' 'fcode-utils') -source=("${_realname}"::"git+http://git.qemu.org/git/openbios.git" +source=("${_realname}"::"git+https://git.qemu.org/git/openbios.git" "0001-fix-printk-to-use-FMT-cell-instead-of-x-where-it-sho.patch") sha256sums=('SKIP' 'SKIP') @@ -51,4 +51,3 @@ package() { //todo } - diff --git a/openbsd-netcat/PKGBUILD b/openbsd-netcat/PKGBUILD index f32bc475..3d4ba213 100644 --- a/openbsd-netcat/PKGBUILD +++ b/openbsd-netcat/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.130 pkgrel=3 pkgdesc="TCP/IP swiss army knife. OpenBSD variant." arch=('i686' 'x86_64') -url="http://packages.debian.org/sid/netcat-openbsd" +url="https://packages.debian.org/sid/netcat-openbsd" license=('BSD') provides=('netcat') conflicts=('gnu-netcat') diff --git a/openssl/PKGBUILD b/openssl/PKGBUILD index 7e923109..d211ee1b 100644 --- a/openssl/PKGBUILD +++ b/openssl/PKGBUILD @@ -32,7 +32,7 @@ prepare() { [[ -d ${srcdir}/${pkgname}-${_ver} ]] || tar -xzvf ${srcdir}/${pkgname}-${_ver}.tar.gz -C ${srcdir} cd ${srcdir}/${pkgname}-${_ver} - # remove rpath: http://bugs.archlinux.org/task/14367 + # remove rpath: https://bugs.archlinux.org/task/14367 patch -p0 -i ${srcdir}/no-rpath.patch # set ca dir to /etc/ssl by default patch -p0 -i ${srcdir}/ca-dir.patch diff --git a/p11-kit/PKGBUILD b/p11-kit/PKGBUILD index 9ccd963e..1e2b2a86 100644 --- a/p11-kit/PKGBUILD +++ b/p11-kit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.23.8 pkgrel=1 pkgdesc="Library to work with PKCS#11 modules" arch=('i686' 'x86_64') -url="http://p11-glue.freedesktop.org/p11-kit.html" +url="https://p11-glue.freedesktop.org/p11-kit.html" license=('BSD') makedepends=('gettext-devel' 'libiconv-devel' 'libtasn1-devel' 'libffi-devel' 'gtk-doc') options=('!debug' 'strip' 'staticlibs') diff --git a/parallel/PKGBUILD b/parallel/PKGBUILD index 8cac6e56..541239b1 100644 --- a/parallel/PKGBUILD +++ b/parallel/PKGBUILD @@ -6,7 +6,7 @@ pkgver=20170322 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') -url='http://www.gnu.org/software/parallel/' +url='https://www.gnu.org/software/parallel/' license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2) diff --git a/pax-git/PKGBUILD b/pax-git/PKGBUILD index 01e3a29e..7479e8c7 100644 --- a/pax-git/PKGBUILD +++ b/pax-git/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') groups=('base') depends=('msys2-runtime') makedepends=('git') -url="http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/" +url="https://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/" license=('BSD') provides=("${_pkgname}") conflicts=("${_pkgname}") diff --git a/perl-Algorithm-Diff/PKGBUILD b/perl-Algorithm-Diff/PKGBUILD index 2f88e450..c9e5e2f5 100644 --- a/perl-Algorithm-Diff/PKGBUILD +++ b/perl-Algorithm-Diff/PKGBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/~tyemq/${_realname}-${pkgver}" groups=('perl-modules') depends=('perl') license=('GPL' 'PerlArtistic') -source=("http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/T/TY/TYEMQ/${_realname}-${pkgver}.tar.gz") sha256sums=('30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751') build() { diff --git a/perl-Archive-Zip/PKGBUILD b/perl-Archive-Zip/PKGBUILD index 278adcb5..2e4cc9bb 100644 --- a/perl-Archive-Zip/PKGBUILD +++ b/perl-Archive-Zip/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/dist/Archive-Zip/" depends=('perl') groups=('perl-modules') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/P/PH/PHRED/${_realname}-${pkgver}.tar.gz) sha256sums=('6630ebeba753a7025126028eb290040ce44d86e8ced77017e31b75863348e524') build() { diff --git a/perl-Authen-SASL/PKGBUILD b/perl-Authen-SASL/PKGBUILD index fbc14f36..1f2e1b21 100644 --- a/perl-Authen-SASL/PKGBUILD +++ b/perl-Authen-SASL/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/dist/${_realname}/" depends=('perl') groups=('perl-modules') options=('!emptydirs') -source=(http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz +source=(https://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz Authen-SASL-2.16.patch) sha256sums=('6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09' '2f0905d3a1f3e23d8768b4efeee0e93e4dfed058b10ba2600dcaa7a91084b620') diff --git a/perl-Benchmark-Timer/PKGBUILD b/perl-Benchmark-Timer/PKGBUILD index e90e4708..ad2fbce6 100644 --- a/perl-Benchmark-Timer/PKGBUILD +++ b/perl-Benchmark-Timer/PKGBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/~dcoppit/${_realname}-${pkgver}" groups=('perl-modules') depends=('perl') license=('GPL' 'PerlArtistic') -source=("http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/D/DC/DCOPPIT/${_realname}-${pkgver}.tar.gz") sha256sums=('64f70fabc896236520bfbf43c2683fdcb0f2c637d77333aed0fd926b92226b60') prepare() { diff --git a/perl-Capture-Tiny/PKGBUILD b/perl-Capture-Tiny/PKGBUILD index da4a90e4..f06f1ae6 100644 --- a/perl-Capture-Tiny/PKGBUILD +++ b/perl-Capture-Tiny/PKGBUILD @@ -11,7 +11,7 @@ depends=('perl') groups=('perl-modules') url="http://search.cpan.org/dist/Capture-Tiny" options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz") +source=("https://www.cpan.org/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz") sha256sums=('a3b4e55278757e77d50df0b1a79f42e6e8354b7d41db806da39bf161bee63aea') build() { diff --git a/perl-Carp-Clan/PKGBUILD b/perl-Carp-Clan/PKGBUILD index 334abb39..4dacd28f 100644 --- a/perl-Carp-Clan/PKGBUILD +++ b/perl-Carp-Clan/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/~stbey/Carp-Clan-6.04/" depends=('perl') groups=('perl-modules') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz) sha256sums=('542e13ece92d40545b8ba6626cfc6ed73071c6cbf6a5537ca126c41b349ae1ec') build() { diff --git a/perl-Compress-Bzip2/PKGBUILD b/perl-Compress-Bzip2/PKGBUILD index e267c16f..2327be9c 100644 --- a/perl-Compress-Bzip2/PKGBUILD +++ b/perl-Compress-Bzip2/PKGBUILD @@ -12,7 +12,7 @@ depends=('perl' 'libbz2') groups=('perl-modules') url="http://search.cpan.org/dist/Compress-Bzip2" options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz") +source=("https://www.cpan.org/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz") sha256sums=('1603e284e07953415b8eaa132698db8b03f46383f883c0902926f36eecb7e895') build() { diff --git a/perl-Convert-BinHex/PKGBUILD b/perl-Convert-BinHex/PKGBUILD index 3cc849bb..5cfe6230 100644 --- a/perl-Convert-BinHex/PKGBUILD +++ b/perl-Convert-BinHex/PKGBUILD @@ -11,7 +11,7 @@ license=('PerlArtistic') depends=('perl') options=('!emptydirs') install=${pkgname}.install -source=("http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/${_realname}-$pkgver.tar.gz") +source=("https://www.cpan.org/authors/id/S/ST/STEPHEN/${_realname}-$pkgver.tar.gz") sha256sums=('bd2028056297087a94d14d5390878f9aa69b0a6d186fe23f0925271e5bcfc440') build() { diff --git a/perl-Crypt-SSLeay/PKGBUILD b/perl-Crypt-SSLeay/PKGBUILD index 76d77df5..bccb9d3b 100644 --- a/perl-Crypt-SSLeay/PKGBUILD +++ b/perl-Crypt-SSLeay/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('GPL' 'PerlArtistic') depends=('perl-LWP-Protocol-https' 'perl-Try-Tiny' 'perl-Path-Class') options=('!emptydirs') -source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-${pkgver}.tar.gz) +source=(https://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-${pkgver}.tar.gz) sha256sums=('b7098d14d3db4a089eee765440b27c2838e204b61297c062c4feb50eb75aee10') prepare() { diff --git a/perl-DBI/PKGBUILD b/perl-DBI/PKGBUILD index 5392b33a..006058fd 100644 --- a/perl-DBI/PKGBUILD +++ b/perl-DBI/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') -source=("http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz" 'DBI-1.627.patch') sha256sums=('250712f385864818abfba409420d16d9ee61f1cc73ac85159d054a5ee86d1450' '67efabf04c22dc7ce1ba4af141e8e35b8b6d42a2d043a2fab590e3f55a956761') diff --git a/perl-Date-Calc/PKGBUILD b/perl-Date-Calc/PKGBUILD index 629ace76..d8085688 100644 --- a/perl-Date-Calc/PKGBUILD +++ b/perl-Date-Calc/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/~stbey/Date-Calc-6.4/" depends=('perl') groups=('perl-modules') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz) sha256sums=('7ce137b2e797b7c0901f3adf1a05a19343356cd1f04676aa1c56a9f624f859ad') build() { diff --git a/perl-Digest-HMAC/PKGBUILD b/perl-Digest-HMAC/PKGBUILD index 0a4d9bc9..fd49a819 100644 --- a/perl-Digest-HMAC/PKGBUILD +++ b/perl-Digest-HMAC/PKGBUILD @@ -13,7 +13,7 @@ depends=('perl>=5.10.0') # 'perl-Digest-SHA1' in perl core now options=(!emptydirs) replaces=('Digest-HMAC') provides=('Digest-HMAC') -source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) sha256sums=('3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59') build() { diff --git a/perl-Digest-MD4/PKGBUILD b/perl-Digest-MD4/PKGBUILD index 2368089b..90e8230b 100644 --- a/perl-Digest-MD4/PKGBUILD +++ b/perl-Digest-MD4/PKGBUILD @@ -14,7 +14,7 @@ depends=('perl>=5.10.0' 'libcrypt') # 'perl-Digest-SHA1' in perl core now options=(!emptydirs) replaces=('Digest-MD4') provides=('Digest-MD4') -source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/DigestMD4/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/M/MI/MIKEM/DigestMD4/${_realname}-${pkgver}.tar.gz) sha256sums=('665110bba32470f398f311cd6462fd8975d7c83675ff674bc2f6c7b72b0caaa6') build() { diff --git a/perl-Encode-Locale/PKGBUILD b/perl-Encode-Locale/PKGBUILD index 5c13e53a..05efd221 100644 --- a/perl-Encode-Locale/PKGBUILD +++ b/perl-Encode-Locale/PKGBUILD @@ -14,7 +14,7 @@ checkdepends=() groups=('perl-modules') conflicts=('perl-libwww<6') url=http://search.cpan.org/dist/Encode-Locale -source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) sha256sums=('33aca4aa35829bd5c8c5e64ebfde86d0a2e8cd59dac2c4de707ffe9dc10bfbd4') build() { diff --git a/perl-Encode-compat/PKGBUILD b/perl-Encode-compat/PKGBUILD index 5ecea663..9051cdcb 100644 --- a/perl-Encode-compat/PKGBUILD +++ b/perl-Encode-compat/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/~autrijus/Encode-compat/" depends=('perl') groups=('perl-modules') options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/A/AU/AUTRIJUS/${_realname}-${pkgver}.tar.gz") sha256sums=('4436c2b168b7e11627a24c54c7e8ce56e25dbf368219b9298d96281d4b463420') prepare() { diff --git a/perl-Error/PKGBUILD b/perl-Error/PKGBUILD index d2d22088..f237e6e9 100644 --- a/perl-Error/PKGBUILD +++ b/perl-Error/PKGBUILD @@ -11,7 +11,7 @@ depends=('perl') checkdepends=('perl-test-pod' 'perl-test-pod-coverage') options=('!emptydirs') groups=('perl-modules') -source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz) sha256sums=('074db7c783a67b0667eca64a4f6a0c3de94998afc92c01d6453163eb04b9150d') build() { diff --git a/perl-Exporter-Lite/PKGBUILD b/perl-Exporter-Lite/PKGBUILD index 0a9e6c27..2b02e8c9 100644 --- a/perl-Exporter-Lite/PKGBUILD +++ b/perl-Exporter-Lite/PKGBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/~neilb/${_realname}-${pkgver}" groups=('perl-modules') depends=('perl') license=('GPL' 'PerlArtistic') -source=("http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/N/NE/NEILB/${_realname}-${pkgver}.tar.gz") sha256sums=('c05b3909af4cb86f36495e94a599d23ebab42be7a18efd0d141fc1586309dac2') prepare() { diff --git a/perl-Exporter-Tiny/PKGBUILD b/perl-Exporter-Tiny/PKGBUILD index 348e8428..8db1e346 100644 --- a/perl-Exporter-Tiny/PKGBUILD +++ b/perl-Exporter-Tiny/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/~tobyink/Exporter-Tiny-0.042/" depends=('perl') groups=('perl-modules') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/T/TO/TOBYINK/${_realname}-${pkgver}.tar.gz) sha256sums=('8f1622c5ebbfbcd519ead81df7917e48cb16cc527b1c46737b0459c3908a023f') build() { diff --git a/perl-ExtUtils-Depends/PKGBUILD b/perl-ExtUtils-Depends/PKGBUILD index 196792ae..49b802b5 100644 --- a/perl-ExtUtils-Depends/PKGBUILD +++ b/perl-ExtUtils-Depends/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('PerlArtistic') depends=('perl') options=('!emptydirs') -source=("http://www.cpan.org/authors/id/X/XA/XAOC/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/X/XA/XAOC/${_realname}-${pkgver}.tar.gz" 'ExtUtils-Depends-0.304.patch') sha256sums=('8bec0a8f67ac7cf5c7bc48aff4b7cf8a771ef97f0ea7894bcdd0e9079ba24fec' '4a476b3a0e05484e4807cdca13e654fa69b6128f257807d893bb3a39c924a9e6') diff --git a/perl-ExtUtils-MakeMaker/PKGBUILD b/perl-ExtUtils-MakeMaker/PKGBUILD index 17fef6c7..b0bc45d1 100644 --- a/perl-ExtUtils-MakeMaker/PKGBUILD +++ b/perl-ExtUtils-MakeMaker/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/~bingos/ExtUtils-MakeMaker/" depends=('perl') groups=('perl-modules') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/${_realname}-${pkgver}.tar.gz +source=(https://www.cpan.org/authors/id/B/BI/BINGOS/${_realname}-${pkgver}.tar.gz 001-msysize.patch) sha256sums=('2eed1f12b2bb6fbc319e45e2b179b722b40ca975d239ee2f6a698fc5d9bbf697' '7e3f4c26ab5d0f9dedbdfa7d244946012f72253d12b37301a2394598a60df744') diff --git a/perl-File-Copy-Recursive/PKGBUILD b/perl-File-Copy-Recursive/PKGBUILD index 07285f72..c68dac31 100644 --- a/perl-File-Copy-Recursive/PKGBUILD +++ b/perl-File-Copy-Recursive/PKGBUILD @@ -11,7 +11,7 @@ options=('!emptydirs') depends=('perl') url='http://search.cpan.org/dist/File-Copy-Recursive' groups=('perl-modules') -source=("http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/D/DM/DMUEY/${_realname}-${pkgver}.tar.gz") sha256sums=('84ccbddf3894a88a2c2b6be68ff6ef8960037803bb36aa228b31944cfdf6deeb') build() { diff --git a/perl-File-Listing/PKGBUILD b/perl-File-Listing/PKGBUILD index 0cd60789..01f310f7 100644 --- a/perl-File-Listing/PKGBUILD +++ b/perl-File-Listing/PKGBUILD @@ -12,7 +12,7 @@ depends=('perl>=5.8.8' 'perl-HTTP-Date>=6') conflicts=('perl-libwww<6') url="http://search.cpan.org/dist/File-Listing" groups=('perl-modules') -source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz") sha256sums=('1e0050fcd6789a2179ec0db282bf1e90fb92be35d1171588bd9c47d52d959cf5') build() { diff --git a/perl-File-Next/PKGBUILD b/perl-File-Next/PKGBUILD index 06f0e92d..ff363bed 100644 --- a/perl-File-Next/PKGBUILD +++ b/perl-File-Next/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/dist/${_realname}" groups=('perl-modules') depends=('perl') options=(!emptydirs) -source=("http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz") sha256sums=('cc3afd8eaf6294aba93b8152a269cc36a9df707c6dc2c149aaa04dabd869e60a') build() { diff --git a/perl-File-Which/PKGBUILD b/perl-File-Which/PKGBUILD index 6cbe5c44..b147a105 100644 --- a/perl-File-Which/PKGBUILD +++ b/perl-File-Which/PKGBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/dist/File-Which" groups=('perl-modules') depends=('perl' 'perl-Test-Script>=1.05') license=('GPL' 'PerlArtistic') -source=("http://www.cpan.org/authors/id/P/PL/PLICEASE/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/P/PL/PLICEASE/${_realname}-${pkgver}.tar.gz" 'File-Which-1.09.patch') sha256sums=('9def5f10316bfd944e56b7f8a2501be1d44c288325309462aa9345e340854bcc' '1e5b9187b5af3589e298e486c9b53b0b3ec61dd058173aab168e551163be0e5e') diff --git a/perl-Font-TTF/PKGBUILD b/perl-Font-TTF/PKGBUILD index c84426ba..77408f23 100644 --- a/perl-Font-TTF/PKGBUILD +++ b/perl-Font-TTF/PKGBUILD @@ -12,7 +12,7 @@ license=('Artistic2.0') groups=('perl-modules') depends=(perl-IO-String) options=(!emptydirs) -_verwatch=("http://www.cpan.org/modules/by-module/${_modnamespace}/" "${_perlmod}-\([0-9\.]*\)\.tar\.gz" 'l') +_verwatch=("https://www.cpan.org/modules/by-module/${_modnamespace}/" "${_perlmod}-\([0-9\.]*\)\.tar\.gz" 'l') source=("${_verwatch[0]}${_perlmod}-${pkgver}.tar.gz") sha256sums=('4b697d444259759ea02d2c442c9bffe5ffe14c9214084a01f743693a944cc293') diff --git a/perl-Getopt-Tabular/PKGBUILD b/perl-Getopt-Tabular/PKGBUILD index 6992bded..bcd687c7 100644 --- a/perl-Getopt-Tabular/PKGBUILD +++ b/perl-Getopt-Tabular/PKGBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/~gward/${_realname}-${pkgver}" groups=('perl-modules') depends=('perl') license=('GPL' 'PerlArtistic') -source=("http://search.cpan.org/CPAN/authors/id/G/GW/GWARD/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/G/GW/GWARD/${_realname}-${pkgver}.tar.gz") sha256sums=('9bdf067633b5913127820f4e8035edc53d08372faace56ba6bfa00c968a25377') diff --git a/perl-HTML-Parser/PKGBUILD b/perl-HTML-Parser/PKGBUILD index 623f7ad3..4e595a3a 100644 --- a/perl-HTML-Parser/PKGBUILD +++ b/perl-HTML-Parser/PKGBUILD @@ -12,7 +12,7 @@ groups=('perl-modules') depends=('perl-HTML-Tagset' 'perl') checkdepends=('perl-Test-Pod') options=('!emptydirs') -source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) sha256sums=('ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b') build() { diff --git a/perl-HTML-Tagset/PKGBUILD b/perl-HTML-Tagset/PKGBUILD index 6dc8b980..00da7fee 100644 --- a/perl-HTML-Tagset/PKGBUILD +++ b/perl-HTML-Tagset/PKGBUILD @@ -13,7 +13,7 @@ depends=('perl>=5.10.0') replaces=('HTML-Tagset') provides=('HTML-Tagset') options=(!emptydirs) -source=(http://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz) sha256sums=('adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2') build() { diff --git a/perl-HTTP-Cookies/PKGBUILD b/perl-HTTP-Cookies/PKGBUILD index e03236b1..8244296b 100644 --- a/perl-HTTP-Cookies/PKGBUILD +++ b/perl-HTTP-Cookies/PKGBUILD @@ -14,7 +14,7 @@ makedepends=() checkdepends=() conflicts=('perl-libwww<6') url=http://search.cpan.org/dist/HTTP-Cookies -source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) sha256sums=('f5d3ade383ce6389d80cb0d0356b643af80435bb036afd8edce335215ec5eb20') build() { diff --git a/perl-HTTP-Daemon/PKGBUILD b/perl-HTTP-Daemon/PKGBUILD index 8eb98ae8..06377a9d 100644 --- a/perl-HTTP-Daemon/PKGBUILD +++ b/perl-HTTP-Daemon/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('PerlArtistic' 'GPL') depends=('perl' 'perl-HTTP-Date' 'perl-HTTP-Message' 'perl-LWP-MediaTypes') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) sha256sums=('43fd867742701a3f9fcc7bd59838ab72c6490c0ebaf66901068ec6997514adc2') build() { diff --git a/perl-HTTP-Date/PKGBUILD b/perl-HTTP-Date/PKGBUILD index bbe7e25d..8cac83c4 100644 --- a/perl-HTTP-Date/PKGBUILD +++ b/perl-HTTP-Date/PKGBUILD @@ -12,7 +12,7 @@ options=('!emptydirs') depends=('perl>=5.8.8') conflicts=('perl-libwww<6') url=http://search.cpan.org/dist/HTTP-Date -source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-$pkgver.tar.gz) +source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-$pkgver.tar.gz) sha256sums=('e8b9941da0f9f0c9c01068401a5e81341f0e3707d1c754f8e11f42a7e629e333') build() { diff --git a/perl-HTTP-Message/PKGBUILD b/perl-HTTP-Message/PKGBUILD index 810001ae..96930a1a 100644 --- a/perl-HTTP-Message/PKGBUILD +++ b/perl-HTTP-Message/PKGBUILD @@ -14,7 +14,7 @@ depends=('perl>=5.8.8' 'perl-Encode-Locale>=1' 'perl-HTML-Parser>=3.33' 'perl-HTTP-Date>=6' 'perl-LWP-MediaTypes>=6' 'perl-URI>=1.10') checkdepends=('perl-IO-HTML') conflicts=('perl-libwww<6') -source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz") sha256sums=('087e97009c5239dca4631cf433d836771b3fc5ba5685eef1965f9d3415cbad63') build() { diff --git a/perl-HTTP-Negotiate/PKGBUILD b/perl-HTTP-Negotiate/PKGBUILD index fe372a40..1e71086b 100644 --- a/perl-HTTP-Negotiate/PKGBUILD +++ b/perl-HTTP-Negotiate/PKGBUILD @@ -14,7 +14,7 @@ checkdepends=() conflicts=('perl-libwww<6') url="http://search.cpan.org/dist/HTTP-Negotiate" groups=('perl-modules') -source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz") sha256sums=('1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016') build() { diff --git a/perl-IO-HTML/PKGBUILD b/perl-IO-HTML/PKGBUILD index 639fc7b2..c7da9010 100644 --- a/perl-IO-HTML/PKGBUILD +++ b/perl-IO-HTML/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') depends=('perl') license=('PerlArtistic' 'GPL') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/${_realname}-$pkgver.tar.gz) +source=(https://www.cpan.org/authors/id/C/CJ/CJM/${_realname}-$pkgver.tar.gz) sha256sums=('ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0') build() { diff --git a/perl-IO-Socket-INET6/PKGBUILD b/perl-IO-Socket-INET6/PKGBUILD index 74489b1b..a5ace188 100644 --- a/perl-IO-Socket-INET6/PKGBUILD +++ b/perl-IO-Socket-INET6/PKGBUILD @@ -12,7 +12,7 @@ depends=('perl-Socket6>=0.12') makedepends=() url='http://search.cpan.org/dist/IO-Socket-INET6' groups=('perl-modules') -source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz") sha256sums=('85e020fa179284125fc1d08e60a9022af3ec1271077fe14b133c1785cdbf1ebb') build() { diff --git a/perl-IO-Socket-SSL/PKGBUILD b/perl-IO-Socket-SSL/PKGBUILD index 39b1ce6c..587bbb64 100644 --- a/perl-IO-Socket-SSL/PKGBUILD +++ b/perl-IO-Socket-SSL/PKGBUILD @@ -12,7 +12,7 @@ groups=('perl-modules') depends=('perl-Net-SSLeay' 'perl' 'perl-URI') checkdepends=('perl-IO-Socket-INET6') options=('!emptydirs') -source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/S/SU/SULLR/${_realname}-${pkgver}.tar.gz) sha256sums=('936268b3c152a4900f9c1762ab2e0aa3f84ed3a988e8e60aaad604beda7bfe41') build() { diff --git a/perl-IO-String/PKGBUILD b/perl-IO-String/PKGBUILD index afb5ac63..61c9529b 100644 --- a/perl-IO-String/PKGBUILD +++ b/perl-IO-String/PKGBUILD @@ -11,7 +11,7 @@ license=('GPL' 'PerlArtistic') groups=('perl-modules') depends=('perl>=5.10.0') options=('!emptydirs') -source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_perlmod}-$pkgver.tar.gz) +source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_perlmod}-$pkgver.tar.gz) md5sums=('250e5424f290299fc3d6b5d1e9da3835') build() { diff --git a/perl-IO-stringy/PKGBUILD b/perl-IO-stringy/PKGBUILD index ec3f6270..aa69b9dd 100644 --- a/perl-IO-stringy/PKGBUILD +++ b/perl-IO-stringy/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') -source=("http://www.cpan.org/authors/id/D/DS/DSKOLL/${_realname}-$pkgver.tar.gz") +source=("https://www.cpan.org/authors/id/D/DS/DSKOLL/${_realname}-$pkgver.tar.gz") sha256sums=('8c67fd6608c3c4e74f7324f1404a856c331dbf48d9deda6aaa8296ea41bf199d') build() { diff --git a/perl-IPC-Run3/PKGBUILD b/perl-IPC-Run3/PKGBUILD index d993b9b7..278a628c 100644 --- a/perl-IPC-Run3/PKGBUILD +++ b/perl-IPC-Run3/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') depends=('perl') license=('PerlArtistic' 'GPL') options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/R/RJ/RJBS/${_realname}-${pkgver}.tar.gz" 'IPC-Run3-0.045.patch') sha256sums=('3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565' 'ec8de83d7fab02bf68ac660893c64063e13681eefb5b57a0999ee2e752e97e75') diff --git a/perl-LWP-MediaTypes/PKGBUILD b/perl-LWP-MediaTypes/PKGBUILD index 01644cf1..79565ca9 100644 --- a/perl-LWP-MediaTypes/PKGBUILD +++ b/perl-LWP-MediaTypes/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') depends=('perl') license=('PerlArtistic' 'GPL') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) sha256sums=('18790b0cc5f0a51468495c3847b16738f785a2d460403595001e0b932e5db676') build() { diff --git a/perl-LWP-Protocol-https/PKGBUILD b/perl-LWP-Protocol-https/PKGBUILD index d69d2951..93e1dbe5 100644 --- a/perl-LWP-Protocol-https/PKGBUILD +++ b/perl-LWP-Protocol-https/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('PerlArtistic' 'GPL') depends=('perl' 'perl-IO-Socket-SSL' 'perl-Mozilla-CA' 'perl-Net-HTTP' 'perl-libwww') options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/${_realname}-$pkgver.tar.gz") +source=("https://www.cpan.org/authors/id/M/MS/MSCHILLI/${_realname}-$pkgver.tar.gz") sha256sums=('b86c83cc1dcf4a6f84e2fbe32f9c39591a36e6e418af00533505f3452496adef') build() { diff --git a/perl-List-MoreUtils/PKGBUILD b/perl-List-MoreUtils/PKGBUILD index f504f670..a51a079e 100644 --- a/perl-List-MoreUtils/PKGBUILD +++ b/perl-List-MoreUtils/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/~rehsack/List-MoreUtils-0.413/" depends=('perl' 'perl-Exporter-Tiny') groups=('perl-modules') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/R/RE/REHSACK/${_realname}-${pkgver}.tar.gz) sha256sums=('4d6429d5672ce74a59d6490320252cb8b5b8285db8fe9c6551a4162e5375ef37') build() { diff --git a/perl-Locale-Gettext/PKGBUILD b/perl-Locale-Gettext/PKGBUILD index 9e197d03..3bc6952c 100644 --- a/perl-Locale-Gettext/PKGBUILD +++ b/perl-Locale-Gettext/PKGBUILD @@ -11,7 +11,7 @@ license=('GPL' 'PerlArtistic') url="http://search.cpan.org/dist/${_realname}/" depends=('gettext' 'perl') options=(!emptydirs) -source=(${_realname}-${pkgver}.tar.gz::"http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-${pkgver}.tar.gz") +source=(${_realname}-${pkgver}.tar.gz::"https://www.cpan.org/authors/id/P/PV/PVANDRY/gettext-${pkgver}.tar.gz") sha256sums=('909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15') build() { diff --git a/perl-MIME-Charset/PKGBUILD b/perl-MIME-Charset/PKGBUILD index 34d3232b..cbdb1f0b 100644 --- a/perl-MIME-Charset/PKGBUILD +++ b/perl-MIME-Charset/PKGBUILD @@ -11,7 +11,7 @@ groups=("perl-modules") license=('GPL' 'PerlArtistic') depends=("perl") options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/N/NE/NEZUMI/${_realname}-${pkgver}.tar.gz) sha256sums=('cee5d1d4184ad46ca17d995335bc8d9b6d95e1e64584079d032cf5f0c82dcccd') prepare() { diff --git a/perl-MIME-tools/PKGBUILD b/perl-MIME-tools/PKGBUILD index 4bebf7e7..ab0e006b 100644 --- a/perl-MIME-tools/PKGBUILD +++ b/perl-MIME-tools/PKGBUILD @@ -17,7 +17,7 @@ provides=('perl-MIME-Body=5.428.0' 'perl-MIME-Decoder' 'perl-MIME-Decoder-Base64 'perl-MIME-Field-Conttype=5.428.0' 'perl-MIME-Field-Paramval=5.428.0' 'perl-MIME-Head=5.428.0' 'perl-MIME-Parser' 'perl-MIME-Parser-Filer' 'perl-MIME-Parser-Reader' 'perl-MIME-Parser-Results' 'perl-MIME-WordDecoder' 'perl-MIME-Words=5.428.0') -source=("http://www.cpan.org/authors/id/D/DS/DSKOLL/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/D/DS/DSKOLL/${_realname}-${pkgver}.tar.gz") sha256sums=('dbed9bf46830c4a1df9840a546824ee44d14902012870f0c34bc4f5cc86af812') build() { diff --git a/perl-MailTools/PKGBUILD b/perl-MailTools/PKGBUILD index 4fb79be2..5a24e002 100644 --- a/perl-MailTools/PKGBUILD +++ b/perl-MailTools/PKGBUILD @@ -10,7 +10,7 @@ url="https://metacpan.org/release/MailTools" license=('PerlArtistic' 'GPL') depends=('perl-TimeDate') options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-$pkgver.tar.gz") +source=("https://www.cpan.org/authors/id/M/MA/MARKOV/MailTools-$pkgver.tar.gz") sha256sums=('4b7c7ef674b2ef75ea793f053cd067c6a4b33e58e3adf08a89c8ea4c56b3dff8') build() { diff --git a/perl-Math-Int64/PKGBUILD b/perl-Math-Int64/PKGBUILD index 4e330ae7..ccd3aaf3 100644 --- a/perl-Math-Int64/PKGBUILD +++ b/perl-Math-Int64/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/~salva/Math-Int64-0.54/" depends=('perl') groups=('perl-modules') options=('!emptydirs') -source=("http://www.cpan.org/authors/id/S/SA/SALVA/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/S/SA/SALVA/${_realname}-${pkgver}.tar.gz") sha256sums=('dcfc51e698437ea6b9cefe0276215c56cdb6a7f85e3e24a2b6b4189f1960d351') prepare() { diff --git a/perl-Module-Build/PKGBUILD b/perl-Module-Build/PKGBUILD index 134dd489..10e88bd4 100644 --- a/perl-Module-Build/PKGBUILD +++ b/perl-Module-Build/PKGBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/dist/Module-Build" license=('PerlArtistic' 'GPL') depends=('perl>=5.8.0' 'perl-CPAN-Meta>=2.142060') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_realname}-$pkgver.tar.gz +source=(https://www.cpan.org/authors/id/L/LE/LEONT/${_realname}-$pkgver.tar.gz module-build-0.4212-msysize.patch) sha512sums=('5677decbb11194f5657e7436abb24afd9697021e924cd33db92da04be4a467d99fd9d587e62ccd865ef4f2120f7dad5e5ee38a7ae14f65d73e080f1bf6bc6147' '9483ac219e01d773db58a80e65111f47872d3009c67801b1b7caada50042b39f942ec2fbe6fa1d1269fc3e8b878ca87e02e9c1fa23746fdc2a48e6bf84dceb25') diff --git a/perl-Mozilla-CA/PKGBUILD b/perl-Mozilla-CA/PKGBUILD index d25c8387..fedb51df 100644 --- a/perl-Mozilla-CA/PKGBUILD +++ b/perl-Mozilla-CA/PKGBUILD @@ -11,7 +11,7 @@ options=(!emptydirs) depends=('perl>=5.006') url=https://metacpan.org/release/Mozilla-CA groups=('perl-modules') -source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/A/AB/ABH/${_realname}-${pkgver}.tar.gz") sha256sums=('b753c9aceb20388482eb7f371b86e9e7bbc43feb0f87b3d9e10f7728d1720d30') build() { diff --git a/perl-Net-DNS/PKGBUILD b/perl-Net-DNS/PKGBUILD index 7ce1a355..3efc781a 100644 --- a/perl-Net-DNS/PKGBUILD +++ b/perl-Net-DNS/PKGBUILD @@ -12,7 +12,7 @@ groups=('perl-modules') depends=('perl-Digest-HMAC' 'perl-Net-IP' 'perl') checkdepends=('perl-Test-Pod') options=('!emptydirs') -source=("http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz") +source=("https://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz") sha256sums=('900198014110af96ebac34af019612dd2ddd6af30178600028c3c940d089d5c8') prepare() { diff --git a/perl-Net-HTTP/PKGBUILD b/perl-Net-HTTP/PKGBUILD index 71e3fd85..713a6239 100644 --- a/perl-Net-HTTP/PKGBUILD +++ b/perl-Net-HTTP/PKGBUILD @@ -12,7 +12,7 @@ license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl>=5.6.2') conflicts=('perl-libwww<6') -source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz") sha256sums=('52762b939d84806908ba544581c5708375f7938c3c0e496c128ca3fbc425e58d') build() { diff --git a/perl-Net-IP/PKGBUILD b/perl-Net-IP/PKGBUILD index d02fdfc1..cfd734ae 100644 --- a/perl-Net-IP/PKGBUILD +++ b/perl-Net-IP/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/dist/${_realname}/" groups=('perl-modules') depends=('perl>=5.10.0') options=(!emptydirs) -source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz) sha256sums=('040f16f3066647d761b724a3b70754d28cbd1e6fe5ea01c63ed1cd857117d639') build() { diff --git a/perl-Net-SMTP-SSL/PKGBUILD b/perl-Net-SMTP-SSL/PKGBUILD index 62760ddb..f8209119 100644 --- a/perl-Net-SMTP-SSL/PKGBUILD +++ b/perl-Net-SMTP-SSL/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/dist/${_realname}/" groups=('perl-modules') depends=('perl-IO-Socket-SSL') options=(!emptydirs) -source=("http://www.cpan.org/authors/id/C/CW/CWEST/Net-SMTP-SSL-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/C/CW/CWEST/Net-SMTP-SSL-${pkgver}.tar.gz") options=(!emptydirs) sha256sums=('13599c46bc7ce47fc151ace89d0625294b62154c3a20c7ff7e7614d1f2ee6289') diff --git a/perl-Net-SSLeay/PKGBUILD b/perl-Net-SSLeay/PKGBUILD index ad32c87b..c4e74746 100644 --- a/perl-Net-SSLeay/PKGBUILD +++ b/perl-Net-SSLeay/PKGBUILD @@ -14,7 +14,7 @@ depends=('openssl') options=(!emptydirs) replaces=('net-ssleay') provides=('net-ssleay') -source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/M/MI/MIKEM/${_realname}-${pkgver}.tar.gz" 'Net-SSLeay-1.55.patch') sha256sums=('a541a66d59fc5f9bb7af09d3a0b68305e4c43ba9488b12915728fd282ea01b93' '6f548646c89bb1af9ef286c07ae766dc28a03cbe17133caffcb295c3d4964df1') diff --git a/perl-Path-Class/PKGBUILD b/perl-Path-Class/PKGBUILD index f0475d8a..daee3667 100644 --- a/perl-Path-Class/PKGBUILD +++ b/perl-Path-Class/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl') -source=("http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/K/KW/KWILLIAMS/${_realname}-${pkgver}.tar.gz") sha256sums=('9226b305196127d02529303dbd6c37802baafe736f0245cb089241ed25922aee') build() { diff --git a/perl-Probe-Perl/PKGBUILD b/perl-Probe-Perl/PKGBUILD index 32980f2a..cf32176e 100644 --- a/perl-Probe-Perl/PKGBUILD +++ b/perl-Probe-Perl/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') depends=('perl') license=('PerlArtistic' 'GPL') options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/K/KW/KWILLIAMS/${_realname}-${pkgver}.tar.gz" 'Probe-Perl-0.01.patch') sha256sums=('d9e4d21e2e77638559045fa09046b1b6fff6c403b949929db213e30abe8a3c31' 'c6d4e44f3b023b8acc88ee6055d77fce357e34732d271e2beddd5a8baadd3f15') diff --git a/perl-Regexp-Common/PKGBUILD b/perl-Regexp-Common/PKGBUILD index 23498b73..83ab0035 100644 --- a/perl-Regexp-Common/PKGBUILD +++ b/perl-Regexp-Common/PKGBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/~abigail/${_realname}-${pkgver}" groups=('perl-modules') depends=('perl') license=('GPL' 'PerlArtistic') -source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABIGAIL/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/A/AB/ABIGAIL/${_realname}-${pkgver}.tar.gz") sha256sums=('65558ad12b5f6250c483b5980e8533048c46912d6d69c76150f8f95a5b8eb1c4') build() { diff --git a/perl-Socket6/PKGBUILD b/perl-Socket6/PKGBUILD index f80f3c4c..b4a1a90e 100644 --- a/perl-Socket6/PKGBUILD +++ b/perl-Socket6/PKGBUILD @@ -10,7 +10,7 @@ url='http://search.cpan.org/dist/Socket6' license=('PerlArtistic' 'GPL') depends=('perl') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-$pkgver.tar.gz) +source=(https://www.cpan.org/authors/id/U/UM/UMEMOTO/Socket6-$pkgver.tar.gz) sha256sums=('bfd49ab99f3197c99285fed4683c4edc06277c1e4453f593e694d7bff0974586') build() { diff --git a/perl-Sort-Versions/PKGBUILD b/perl-Sort-Versions/PKGBUILD index 915595a3..1dda61cf 100644 --- a/perl-Sort-Versions/PKGBUILD +++ b/perl-Sort-Versions/PKGBUILD @@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic') groups=('perl-modules') depends=('perl') options=(!emptydirs) -source=("http://search.cpan.org/CPAN/authors/id/$_author/$_perlmod-$pkgver.tar.gz") +source=("https://www.cpan.org/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 diff --git a/perl-Sys-CPU/PKGBUILD b/perl-Sys-CPU/PKGBUILD index 736d3335..90060725 100644 --- a/perl-Sys-CPU/PKGBUILD +++ b/perl-Sys-CPU/PKGBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/~mzsanford/${_realname}-${pkgver}" groups=('perl-modules') depends=('perl' 'libcrypt-devel') license=('GPL' 'PerlArtistic') -source=("http://search.cpan.org/CPAN/authors/id/M/MZ/MZSANFORD/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/M/MZ/MZSANFORD/${_realname}-${pkgver}.tar.gz" "0001-Cygwin-is-as-per-Windows.patch") sha256sums=('250a86b79c231001c4ae71d2f66428092a4fbb2070971acafd471aa49739c9e4' '3dc075609561da40044c6547274cb463c92d458e59839972a291ea0830193bc8') diff --git a/perl-TAP-Harness-Archive/PKGBUILD b/perl-TAP-Harness-Archive/PKGBUILD index 8a4d5815..c360e4ab 100644 --- a/perl-TAP-Harness-Archive/PKGBUILD +++ b/perl-TAP-Harness-Archive/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL' 'PerlArtistic') depends=('perl-YAML-Tiny' 'perl') options=('!emptydirs') groups=('perl-modules') -source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/S/SC/SCHWIGON/${_realname}-${pkgver}.tar.gz) sha256sums=('ebe98b90330a80977930e4d168fed2e4c728a67d1c60ee778de71d2a1ebf7cde') build() { diff --git a/perl-TermReadKey/PKGBUILD b/perl-TermReadKey/PKGBUILD index 5ad7f4ea..0621f75d 100644 --- a/perl-TermReadKey/PKGBUILD +++ b/perl-TermReadKey/PKGBUILD @@ -11,7 +11,7 @@ depends=('perl') url="http://search.cpan.org/~jstowe/${_realname}/" groups=('perl-modules') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/J/JS/JSTOWE/${_realname}-${pkgver}.tar.gz) sha256sums=('4a9383cf2e0e0194668fe2bd546e894ffad41d556b41d2f2f577c8db682db241') build() { diff --git a/perl-Test-Harness/PKGBUILD b/perl-Test-Harness/PKGBUILD index 771c2aea..12641e53 100644 --- a/perl-Test-Harness/PKGBUILD +++ b/perl-Test-Harness/PKGBUILD @@ -11,7 +11,7 @@ url="http://search.cpan.org/~leont/Test-Harness-3.36/" depends=('perl') groups=('perl-modules') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/L/LE/LEONT/${_realname}-${pkgver}.tar.gz) sha256sums=('e7566f13b041d028b56f184b77ec2545ec6f0bb5a0f8f5368f7e4a08b496b63e') build() { diff --git a/perl-Test-Pod/PKGBUILD b/perl-Test-Pod/PKGBUILD index 9b042220..6971ee0a 100644 --- a/perl-Test-Pod/PKGBUILD +++ b/perl-Test-Pod/PKGBUILD @@ -11,7 +11,7 @@ license=('GPL' 'PerlArtistic') depends=('perl' 'perl-Module-Build') options=('!emptydirs') groups=('perl-modules') -source=(http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/D/DW/DWHEELER/${_realname}-${pkgver}.tar.gz) sha256sums=('2573d48c017bf1d9029c2305bcdfd0837c94f55c755109edb871f5c336554a37') build() { diff --git a/perl-Test-Script/PKGBUILD b/perl-Test-Script/PKGBUILD index c8cea758..0ae92eb0 100644 --- a/perl-Test-Script/PKGBUILD +++ b/perl-Test-Script/PKGBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/dist/File-Which" groups=('perl-modules') depends=('perl' 'perl-IPC-Run3' 'perl-Probe-Perl') license=('GPL' 'PerlArtistic') -source=("http://www.cpan.org/authors/id/P/PL/PLICEASE/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/P/PL/PLICEASE/${_realname}-${pkgver}.tar.gz") sha256sums=('ffef55b5dd8c8c0b09b6ff650e7a7fb20effcf603701523e93b375a771b15efc') prepare() { diff --git a/perl-Text-CharWidth/PKGBUILD b/perl-Text-CharWidth/PKGBUILD index e46a9620..2956757c 100644 --- a/perl-Text-CharWidth/PKGBUILD +++ b/perl-Text-CharWidth/PKGBUILD @@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic') depends=("perl" "libcrypt") makedepends=("libcrypt-devel") options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz) sha256sums=('abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8') prepare() { diff --git a/perl-Text-WrapI18N/PKGBUILD b/perl-Text-WrapI18N/PKGBUILD index a0db43e0..e20cf42a 100644 --- a/perl-Text-WrapI18N/PKGBUILD +++ b/perl-Text-WrapI18N/PKGBUILD @@ -11,7 +11,7 @@ groups=("perl-modules") license=('GPL' 'PerlArtistic') depends=("perl" "perl-Text-CharWidth") options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz) sha256sums=('4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488') prepare() { diff --git a/perl-TimeDate/PKGBUILD b/perl-TimeDate/PKGBUILD index 4cef0224..96f9fc13 100644 --- a/perl-TimeDate/PKGBUILD +++ b/perl-TimeDate/PKGBUILD @@ -10,7 +10,7 @@ license=('PerlArtistic') url="http://search.cpan.org/dist/${_realname}/" depends=('perl') options=('!emptydirs') -source=("http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz") sha256sums=('75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86') build() { diff --git a/perl-Try-Tiny/PKGBUILD b/perl-Try-Tiny/PKGBUILD index 87639310..b7398503 100644 --- a/perl-Try-Tiny/PKGBUILD +++ b/perl-Try-Tiny/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('MIT') depends=('perl') options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOY/${_realname}-${pkgver}.tar.gz") +source=("https://www.cpan.org/authors/id/D/DO/DOY/${_realname}-${pkgver}.tar.gz") sha256sums=('60fba46f4693d33d54539104f9001df008dabb400b6837e9605c39a6ee6a1b19') build() { diff --git a/perl-Unicode-GCString/PKGBUILD b/perl-Unicode-GCString/PKGBUILD index 089e4e0d..4aa80385 100644 --- a/perl-Unicode-GCString/PKGBUILD +++ b/perl-Unicode-GCString/PKGBUILD @@ -13,7 +13,7 @@ license=('GPL' 'PerlArtistic') depends=("perl" "perl-MIME-Charset" "libcrypt") makedepends=("libcrypt-devel") options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/${_filename}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/N/NE/NEZUMI/${_filename}-${pkgver}.tar.gz) sha256sums=('e64e2d990a8cc90f8a387866509c35a93c50b812f5a2e60f3d9deb947a71dc24') prepare() { diff --git a/perl-WWW-RobotRules/PKGBUILD b/perl-WWW-RobotRules/PKGBUILD index 5cb0d069..d7258e9b 100644 --- a/perl-WWW-RobotRules/PKGBUILD +++ b/perl-WWW-RobotRules/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('PerlArtistic' 'GPL') depends=('perl' 'perl-URI') options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) sha256sums=('46b502e7a288d559429891eeb5d979461dd3ecc6a5c491ead85d165b6e03a51e') build() { diff --git a/perl-XML-LibXML/PKGBUILD b/perl-XML-LibXML/PKGBUILD index 28984e0d..c43cc288 100644 --- a/perl-XML-LibXML/PKGBUILD +++ b/perl-XML-LibXML/PKGBUILD @@ -14,7 +14,7 @@ makedepends=('libxml2-devel') #replaces=('perlxml') #provides=("perlxml=${pkgver}") options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz" 'XML-LibXML-2.0002.patch') sha256sums=('ec431011cb37a04640fd2316f64d0405a274eece2c6f3847f7fbd336eb1c0dc9' '415256ee1723b423c95e9f644d83106b9d44ca4b5918597800a027f264541f05') diff --git a/perl-XML-NamespaceSupport/PKGBUILD b/perl-XML-NamespaceSupport/PKGBUILD index 78a17fd6..24c14787 100644 --- a/perl-XML-NamespaceSupport/PKGBUILD +++ b/perl-XML-NamespaceSupport/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('GPL') depends=('perl') options=('!emptydirs') -source=("http://www.cpan.org/authors/id/P/PE/PERIGRIN/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/P/PE/PERIGRIN/${_realname}-${pkgver}.tar.gz" 'XML-NamespaceSupport-1.11.patch') sha256sums=('6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea' '6a6ca4cb71f95cf773bab8f30b66ddbb0fc090f989c095621966624cb7039edd') diff --git a/perl-XML-Parser/PKGBUILD b/perl-XML-Parser/PKGBUILD index cce41f80..c3b1bd8f 100644 --- a/perl-XML-Parser/PKGBUILD +++ b/perl-XML-Parser/PKGBUILD @@ -14,7 +14,7 @@ makedepends=('libexpat-devel' 'libcrypt-devel') replaces=('perlxml') provides=("perlxml=${pkgver}") options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-${pkgver}.tar.gz" 'XML-Parser-2.41.patch') sha256sums=('1ae9d07ee9c35326b3d9aad56eae71a6730a73a116b9fe9e8a4758b7cc033216' 'ba1604bcb41c4d24be82a3391fda1b3451338359bc808305b6e92bc169253223') diff --git a/perl-XML-SAX-Base/PKGBUILD b/perl-XML-SAX-Base/PKGBUILD index 66788bbf..476a5e5c 100644 --- a/perl-XML-SAX-Base/PKGBUILD +++ b/perl-XML-SAX-Base/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') -source=("http://www.cpan.org/authors/id/G/GR/GRANTM/$_realname-$pkgver.tar.gz") +source=("https://www.cpan.org/authors/id/G/GR/GRANTM/$_realname-$pkgver.tar.gz") sha256sums=('666270318b15f88b8427e585198abbc19bc2e6ccb36dc4c0a4f2d9807330219e') build() { diff --git a/perl-XML-SAX/PKGBUILD b/perl-XML-SAX/PKGBUILD index 069f1aa6..21e5cfbc 100644 --- a/perl-XML-SAX/PKGBUILD +++ b/perl-XML-SAX/PKGBUILD @@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic') depends=('perl' 'perl-XML-SAX-Base' 'perl-XML-NamespaceSupport') options=('!emptydirs') install=perl-xml-sax.install -source=("http://www.cpan.org/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz" 'perl-xml-sax.patch') sha256sums=('32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6f5ad84' 'cf5452ccd81b7eb9cd50315a25747099628a6c0442ea3a6c3849edc3e7e4af18') diff --git a/perl-XML-Simple/PKGBUILD b/perl-XML-Simple/PKGBUILD index 854dcbf2..710e5722 100644 --- a/perl-XML-Simple/PKGBUILD +++ b/perl-XML-Simple/PKGBUILD @@ -11,7 +11,7 @@ license=('PerlArtistic') url="http://search.cpan.org/dist/${_realname}/" depends=('perl-XML-Parser' 'perl') options=('!emptydirs') -source=("http://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz") +source=("https://cpan.org/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz") sha256sums=('9a14819fd17c75fbb90adcec0446ceab356cab0ccaff870f2e1659205dc2424f') build() { diff --git a/perl-YAML-Syck/PKGBUILD b/perl-YAML-Syck/PKGBUILD index 025f259a..f1367727 100644 --- a/perl-YAML-Syck/PKGBUILD +++ b/perl-YAML-Syck/PKGBUILD @@ -10,7 +10,7 @@ license=('BSD' 'custom') depends=('perl') groups=('perl-modules') options=('!emptydirs') -source=(http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz +source=(https://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz 'msysize.patch') sha256sums=('d3567b3653e610a2a0fd28286ddc7869ccdeba5e6663f9638c22bc17d6cfc939' '808289add8a10652ddf25d25e3053ff9b5619daa92dd923f02bf70b2366d17cd') diff --git a/perl-YAML-Tiny/PKGBUILD b/perl-YAML-Tiny/PKGBUILD index a1019f28..d1a685c2 100644 --- a/perl-YAML-Tiny/PKGBUILD +++ b/perl-YAML-Tiny/PKGBUILD @@ -11,7 +11,7 @@ groups=('perl-modules') license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') -source=(http://www.cpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz) sha256sums=('bbce4b52b5eafdb04e3043975a08dbf394d00b7d2c958adb9d03d9f7e9291255') prepare() { diff --git a/perl-ack/PKGBUILD b/perl-ack/PKGBUILD index 1b3eec7c..4ce6324a 100644 --- a/perl-ack/PKGBUILD +++ b/perl-ack/PKGBUILD @@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic') depends=('perl-File-Next') groups=('perl-modules') options=(!emptydirs) -source=("http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz" +source=("https://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz" '0001-ack-2.12-msys2.patch' '0002-ack-2.12-match-makefiles-with-more-generality.patch') sha256sums=('8549a833efec158dc85bc6334b3a384ae5a389896942eab9a58c6e630c181b3f' diff --git a/perl-common-sense/PKGBUILD b/perl-common-sense/PKGBUILD index 16399752..b7f63f66 100644 --- a/perl-common-sense/PKGBUILD +++ b/perl-common-sense/PKGBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/dist/common-sense" license=('PerlArtistic' 'GPL') depends=('perl') options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-$pkgver.tar.gz") +source=("https://www.cpan.org/authors/id/M/ML/MLEHMANN/common-sense-$pkgver.tar.gz") sha256sums=('771f7d02abd1ded94d9e37d3f66e795c8d2026d04defbeb5b679ca058116bbf3') build() { diff --git a/perl-libwww/PKGBUILD b/perl-libwww/PKGBUILD index d1324b6c..b97e6b39 100644 --- a/perl-libwww/PKGBUILD +++ b/perl-libwww/PKGBUILD @@ -15,7 +15,7 @@ depends=('perl' 'perl-Encode-Locale' 'perl-File-Listing' 'perl-Net-HTTP' 'perl-URI' 'perl-WWW-RobotRules' 'perl-HTTP-Message') optdepends=('perl-LWP-Protocol-HTTPS: for https:// url schemes') -source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/libwww-perl-${pkgver}.tar.gz) +source=(https://www.cpan.org/authors/id/E/ET/ETHER/libwww-perl-${pkgver}.tar.gz) sha256sums=('6f349d45c21b1ec0501c4437dfcb70570940e6c3d5bff783bd91d4cddead8322') build() { diff --git a/perl-sgmls/PKGBUILD b/perl-sgmls/PKGBUILD index 127e076d..7a8c5abf 100644 --- a/perl-sgmls/PKGBUILD +++ b/perl-sgmls/PKGBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/dist/SGMLSpm" license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs' 'docs') -source=(#http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-${pkgver}.tar.gz +source=(#https://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-${pkgver}.tar.gz SGMLSpm-${pkgver}.tar.gz) sha256sums=('f06895c0206dada9f9e7f07ecaeb6a3651fd648f4820f49c1f76bfeaec2f2913') diff --git a/perl/PKGBUILD b/perl/PKGBUILD index 0d25636e..7d863c88 100644 --- a/perl/PKGBUILD +++ b/perl/PKGBUILD @@ -7,11 +7,11 @@ pkgrel=3 pkgdesc="A highly capable, feature-rich programming language" arch=(i686 x86_64) license=('GPL') -url="http://www.perl.org" +url="https://www.perl.org/" groups=('base-devel') depends=('db' 'gdbm' 'libcrypt' 'coreutils' 'msys2-runtime' 'sh') makedepends=('libdb-devel' 'libgdbm-devel' 'libcrypt-devel') -source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2 +source=(https://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2 perlbin.sh perlbin.csh perlbin.fish diff --git a/po4a/PKGBUILD b/po4a/PKGBUILD index 6f1136a8..ec051c57 100644 --- a/po4a/PKGBUILD +++ b/po4a/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.48 pkgrel=2 pkgdesc="The po4a (PO for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation" arch=('any') -url="http://po4a.alioth.debian.org/" +url="https://po4a.alioth.debian.org/" license=('GPL') depends=("perl" "gettext" 'perl-Text-WrapI18N' 'perl-TermReadKey' 'perl-sgmls' 'perl-Locale-Gettext' 'perl-Unicode-GCString' 'docbook-xsl') makedepends=('perl-Module-Build') diff --git a/python-nose/PKGBUILD b/python-nose/PKGBUILD index 2d5a3b65..2ffb3d98 100644 --- a/python-nose/PKGBUILD +++ b/python-nose/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="A discovery-based unittest extension" arch=('i686' 'x86_64') license=('LGPL-2.1') -url="https://nose.readthedocs.org/" +url="https://nose.readthedocs.io/" makedepends=("python2-setuptools" "python3-setuptools") source=("https://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz") sha256sums=('f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98') diff --git a/python-py/PKGBUILD b/python-py/PKGBUILD index c9b0eac8..256a9915 100644 --- a/python-py/PKGBUILD +++ b/python-py/PKGBUILD @@ -13,7 +13,7 @@ pkgrel=1 pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities" arch=('any') license=('MIT') -url="https://pylib.readthedocs.org/" +url="https://pylib.readthedocs.io/" makedepends=('python3-setuptools' 'python2-setuptools') source=("https://pypi.python.org/packages/source/p/py/py-${pkgver}.tar.gz") sha512sums=('706617f4075663bbdfdbccf9014a7332566cb4342903e51d297c86319492acc39caf98b63b5803f715bbc64adf93d4bbab9576360288b9d78a017c5abd6ce3cb') diff --git a/python-pyalpm/PKGBUILD b/python-pyalpm/PKGBUILD index bb78aa8b..94b5ee42 100644 --- a/python-pyalpm/PKGBUILD +++ b/python-pyalpm/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=3 pkgdesc="Libalpm bindings for Python" arch=('i686' 'x86_64') license=('GPL') -url="http://projects.archlinux.org/users/remy/pyalpm.git/" +url="https://projects.archlinux.org/users/remy/pyalpm.git/" depends=("libarchive-devel") makedepends=('python2' 'python3' diff --git a/python-pyparsing/PKGBUILD b/python-pyparsing/PKGBUILD index 5c9d366b..c21f6196 100644 --- a/python-pyparsing/PKGBUILD +++ b/python-pyparsing/PKGBUILD @@ -6,7 +6,7 @@ pkgver=2.2.0 pkgrel=2 pkgdesc='General parsing module for Python' arch=('any') -url='http://pyparsing.wikispaces.com/' +url='https://pyparsing.wikispaces.com/' makedepends=('python3-setuptools' 'python2-setuptools' 'subversion') license=('MIT') source=("svn://svn.code.sf.net/p/pyparsing/code/tags/pyparsing_$pkgver") diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index 62bc8bf5..e20976a2 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') license=('MIT') -url="http://pytest.org/" +url="https://pytest.org/" makedepends=('python3-setuptools' 'python2-setuptools' 'python3-setuptools-scm' 'python2-setuptools-scm' 'python3-py' 'python2-py') source=("https://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz") sha512sums=('e0fff27fbf8fb79015520f338a418ad0c50ce75e8438e916ae40b1e2c2ad423b7629a9c7e08387b95eddd805f9887175c3159574b0b4c418c7bc9811c10fa7b9') diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 9e885ae6..dea15bd5 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') license=('PSF') -url="http://pypi.python.org/pypi/setuptools" +url="https://pypi.python.org/pypi/setuptools" makedepends=('python3-packaging' 'python2-packaging' 'python3-appdirs' 'python2-appdirs' 'python3-pip' 'python2-pip') source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz") diff --git a/python-six/PKGBUILD b/python-six/PKGBUILD index 2bea42e1..1a1626e6 100644 --- a/python-six/PKGBUILD +++ b/python-six/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.10.0 pkgrel=5 pkgdesc="Python 2 and 3 compatibility utilities" arch=('any') -url="http://pypi.python.org/pypi/six/" +url="https://pypi.python.org/pypi/six/" license=('MIT') makedepends=('python3-setuptools' 'python2-setuptools') source=("https://pypi.io/packages/source/s/six/six-${pkgver}.tar.gz") diff --git a/quilt/PKGBUILD b/quilt/PKGBUILD index 3684e066..0870bd2e 100644 --- a/quilt/PKGBUILD +++ b/quilt/PKGBUILD @@ -4,7 +4,7 @@ pkgname='quilt' pkgver=0.65 pkgrel=1 pkgdesc='Manage large numbers of patches' -url='http://savannah.nongnu.org/projects/quilt' +url='https://savannah.nongnu.org/projects/quilt' groups=('base-devel') license=('GPL2+') arch=('any') diff --git a/readline/PKGBUILD b/readline/PKGBUILD index d86146d1..14cb9431 100644 --- a/readline/PKGBUILD +++ b/readline/PKGBUILD @@ -8,7 +8,7 @@ pkgver=${_basever}.${_patchlevel} pkgrel=1 pkgdesc="GNU readline library" arch=('i686' 'x86_64') -url="http://tiswww.case.edu/php/chet/readline/rltop.html" +url="https://tiswww.case.edu/php/chet/readline/rltop.html" license=('GPL') makedepends=('ncurses-devel') #backup=('etc/inputrc') diff --git a/task/PKGBUILD b/task/PKGBUILD index 029fbba0..b6650a8f 100644 --- a/task/PKGBUILD +++ b/task/PKGBUILD @@ -35,7 +35,7 @@ checkdepends=("python" # for tests ) # This has symlink problems with files missing -#source=("http://taskwarrior.org/download/${pkgname}-${pkgver}.tar.gz") +#source=("https://taskwarrior.org/download/${pkgname}-${pkgver}.tar.gz") #sha256sums=("d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15") source=("${pkgname}-s${pkgver}.tar.gz"::"https://github.com/taskwarrior/${pkgname}/archive/s${pkgver}.tar.gz") diff --git a/termbox/PKGBUILD b/termbox/PKGBUILD index 85e28810..961ef70d 100644 --- a/termbox/PKGBUILD +++ b/termbox/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Library for writing text-based user interfaces" _wafver=1.9.3 arch=('i686' 'x86_64') license=('MIT') -url="http://github.com/nsf/termbox" +url="https://github.com/nsf/termbox" makedepends=('python3') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nsf/termbox/archive/v${pkgver}.tar.gz https://waf.io/waf-${_wafver} diff --git a/ucl/PKGBUILD b/ucl/PKGBUILD index cf614749..cb81d06e 100644 --- a/ucl/PKGBUILD +++ b/ucl/PKGBUILD @@ -12,8 +12,8 @@ pkgrel=1 pkgdesc="Portable lossless data compression library written in ANSI C" arch=('i686' 'x86_64') license=('GPL') -url="http://www.oberhumer.com/opensource/ucl/" -source=("http://www.oberhumer.com/opensource/${_realname}/download/${_realname}-$pkgver.tar.gz" +url="https://www.oberhumer.com/opensource/ucl/" +source=("https://www.oberhumer.com/opensource/${_realname}/download/${_realname}-$pkgver.tar.gz" "000-msys2.patch" "001-autoconf-compat.patch" "002-missing-macros.patch" diff --git a/unrar/PKGBUILD b/unrar/PKGBUILD index 30c71ff7..a9369950 100644 --- a/unrar/PKGBUILD +++ b/unrar/PKGBUILD @@ -6,11 +6,11 @@ pkgver=5.5.3 pkgrel=1 arch=('i686' 'x86_64') groups=('base-devel') -url="http://www.rarlab.com/rar_add.htm" +url="https://www.rarlab.com/rar_add.htm" license=('custom') options=('staticlibs' '!makeflags') depends=('gcc-libs') -source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz" +source=("https://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz" 'build-dll.patch') sha256sums=('d1d9ef4a9247db088f825666de8f8bb69006d8d8b0e004ff366b3e04c103a2b3' 'ce66744fc6d73bf9bb4f90d1789addb8fe4504897777e771f56b754074a8c988') diff --git a/util-macros/PKGBUILD b/util-macros/PKGBUILD index d9ee986f..604d2a4f 100644 --- a/util-macros/PKGBUILD +++ b/util-macros/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc='X.Org Autotools macros' arch=('any') groups=('development') license=('custom') -url="http://xorg.freedesktop.org/" +url="https://xorg.freedesktop.org/" depends=('') source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2) sha256sums=('2835b11829ee634e19fa56517b4cfc52ef39acea0cd82e15f68096e27cbed0ba') diff --git a/whois/PKGBUILD b/whois/PKGBUILD index 3852affb..2766c572 100644 --- a/whois/PKGBUILD +++ b/whois/PKGBUILD @@ -5,7 +5,7 @@ pkgver=5.2.15 pkgrel=1 pkgdesc="The whois client by Marco d'Itri" arch=('i686' 'x86_64') -url="http://www.linux.it/~md/software/" +url="https://www.linux.it/~md/software/" license=('GPL') depends=('libcrypt' 'libidn' 'libiconv') makedepends=('perl' 'libcrypt-devel' 'libidn-devel' 'libiconv-devel') diff --git a/xproto/PKGBUILD b/xproto/PKGBUILD index 48e412f0..42311c58 100644 --- a/xproto/PKGBUILD +++ b/xproto/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="X11 core wire protocol and auxiliary headers" arch=(any) license=('custom') groups=('development') -url="http://xorg.freedesktop.org/" +url="https://xorg.freedesktop.org/" makedepends=('util-macros') source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2 0001-msysize.msys.patch) diff --git a/xz-git/PKGBUILD b/xz-git/PKGBUILD index 06a10512..14d18ac4 100644 --- a/xz-git/PKGBUILD +++ b/xz-git/PKGBUILD @@ -7,12 +7,12 @@ pkgver=5.2.1.1126.c2e29f0 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') -url='http://tukaani.org/xz/' +url='https://tukaani.org/xz/' license=('GPL' 'LGPL' 'custom') depends=('sh' 'libiconv' 'gettext') makedepends=('libiconv-devel' 'gettext-devel') options=('staticlibs') -source=("git+http://git.tukaani.org/xz.git") +source=("git+https://git.tukaani.org/xz.git") sha256sums=('SKIP') pkgver() { diff --git a/xz/PKGBUILD b/xz/PKGBUILD index 5204722d..77f105b8 100644 --- a/xz/PKGBUILD +++ b/xz/PKGBUILD @@ -5,12 +5,12 @@ pkgver=5.2.3 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') -url='http://tukaani.org/xz/' +url='https://tukaani.org/xz/' license=('GPL' 'LGPL' 'custom') depends=('sh' 'libiconv' 'gettext') makedepends=('libiconv-devel' 'gettext-devel') options=('staticlibs') -source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} +source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} xz-5.0.5-msys2.patch) sha256sums=('71928b357d0a09a12a4b4c5fafca8c31c19b0e7d3b8ebb19622e96f26dbf28cb' 'SKIP' diff --git a/zlib/PKGBUILD b/zlib/PKGBUILD index 6ff1327f..b9e8fa31 100644 --- a/zlib/PKGBUILD +++ b/zlib/PKGBUILD @@ -7,9 +7,9 @@ pkgdesc='Compression library implementing the deflate compression method found i arch=('i686' 'x86_64') groups=('libraries') license=('custom') -url="http://www.zlib.net/" +url="https://www.zlib.net/" makedepends=('gcc' 'make') -source=(#"http://zlib.net/current/zlib-${pkgver}.tar.gz" +source=(#"https://zlib.net/current/zlib-${pkgver}.tar.gz" "https://sourceforge.net/projects/libpng/files/zlib/${pkgver}/zlib-${pkgver}.tar.gz" 1.2.7-minizip-cygwin.patch 1.2.7-zlib-symbols.patch diff --git a/znc-git/PKGBUILD b/znc-git/PKGBUILD index 3f778706..2a59ce49 100644 --- a/znc-git/PKGBUILD +++ b/znc-git/PKGBUILD @@ -5,7 +5,7 @@ pkgname=${_pkgname}-git pkgver=r4684.cb4c254b pkgrel=1 pkgdesc='An IRC bouncer with modules & scripts support' -url='http://znc.in/' +url='https://znc.in/' license=('Apache 2.0') arch=('i686' 'x86_64') provides=('znc')