diff --git a/mingw-w64-OpenBLAS-git/PKGBUILD b/mingw-w64-OpenBLAS-git/PKGBUILD index ed9707d3dc..7ba18e83af 100644 --- a/mingw-w64-OpenBLAS-git/PKGBUILD +++ b/mingw-w64-OpenBLAS-git/PKGBUILD @@ -22,7 +22,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" makedepends=("git" "${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-gcc-fortran") -source=("${_realname}"::"git://github.com/xianyi/${_realname}") +source=("${_realname}"::"https://github.com/xianyi/${_realname}") sha1sums=('SKIP') pkgver() { diff --git a/mingw-w64-adwaita-icon-theme/PKGBUILD b/mingw-w64-adwaita-icon-theme/PKGBUILD index 5805d3c20d..94d7e0937e 100644 --- a/mingw-w64-adwaita-icon-theme/PKGBUILD +++ b/mingw-w64-adwaita-icon-theme/PKGBUILD @@ -7,14 +7,14 @@ pkgver=3.18.0 pkgrel=1 pkgdesc="GNOME icon theme (mingw-w64)" arch=('any') -url="http://www.gnome.org" +url="https://www.gnome.org" license=("GPL") makedepends=("intltool" "icon-naming-utils") depends=("${MINGW_PACKAGE_PREFIX}-hicolor-icon-theme" "${MINGW_PACKAGE_PREFIX}-librsvg") options=(!libtool strip staticlibs) install=theme-${CARCH}.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz) +source=(https://download.gnome.org/sources/${_realname}/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz) sha256sums=('5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58') prepare() { diff --git a/mingw-w64-angleproject-git/PKGBUILD b/mingw-w64-angleproject-git/PKGBUILD index 11dc5b7a7c..59ff7f1072 100644 --- a/mingw-w64-angleproject-git/PKGBUILD +++ b/mingw-w64-angleproject-git/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.1.r5408 pkgrel=1 pkgdesc='Angle project built from git source (mingw-w64)' arch=('any') -url='http://code.google.com/p/angleproject/' +url='https://code.google.com/p/angleproject/' license=('LGPLv2+') depends=() makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" 'gyp-svn' 'git') diff --git a/mingw-w64-arm-none-eabi-binutils/PKGBUILD b/mingw-w64-arm-none-eabi-binutils/PKGBUILD index 49fd0d8f23..0e730b9b3d 100644 --- a/mingw-w64-arm-none-eabi-binutils/PKGBUILD +++ b/mingw-w64-arm-none-eabi-binutils/PKGBUILD @@ -14,7 +14,7 @@ license=('GPL') groups=("${MINGW_PACKAGE_PREFIX}-${_target}-toolchain") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('staticlibs') -source=("ftp://mirrors.kernel.org/sources.redhat.com/${_realname}/releases/${_realname}-${pkgver}.tar.bz2") +source=("https://mirrors.kernel.org/sources.redhat.com/${_realname}/releases/${_realname}-${pkgver}.tar.bz2") md5sums=('e0f71a7b2ddab0f8612336ac81d9636b') build() { diff --git a/mingw-w64-atk/PKGBUILD b/mingw-w64-atk/PKGBUILD index 0dc08569be..7551943e5b 100644 --- a/mingw-w64-atk/PKGBUILD +++ b/mingw-w64-atk/PKGBUILD @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-gnome-common" "${MINGW_PACKAGE_PREFIX}-glib2>=2.46.0") options=('strip' 'staticlibs') -source=("http://ftp.gnome.org/pub/gnome/sources/atk/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/atk/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") md5sums=('fd3678f35004b4c92e3da39356996054') prepare() { diff --git a/mingw-w64-atkmm/PKGBUILD b/mingw-w64-atkmm/PKGBUILD index ea16354c07..e5937f3de9 100644 --- a/mingw-w64-atkmm/PKGBUILD +++ b/mingw-w64-atkmm/PKGBUILD @@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-atk" "${MINGW_PACKAGE_PREFIX}-glibmm" "${MINGW_PACKAGE_PREFIX}-libsigc++") options=(strip staticlibs) -source=("http://ftp.gnome.org/pub/GNOME/sources/atkmm/${pkgver%.*}/atkmm-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/atkmm/${pkgver%.*}/atkmm-${pkgver}.tar.xz") md5sums=('279f32c23b74e5d25bce2b941294cdc8') build() { diff --git a/mingw-w64-atom-editor/PKGBUILD b/mingw-w64-atom-editor/PKGBUILD index aaf5c690ed..7f44a2fbe7 100644 --- a/mingw-w64-atom-editor/PKGBUILD +++ b/mingw-w64-atom-editor/PKGBUILD @@ -5,7 +5,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git" pkgver=r18372.d4f7e71 pkgrel=2 pkgdesc='Cross-platform desktop application shell (mingw-w64)' -source=("${_realname}-${CARCH}"::"git://github.com/atom/atom#branch=master") +source=("${_realname}-${CARCH}"::"https://github.com/atom/atom#branch=master") arch=('any') url='https://atom.io' license=('MIT') diff --git a/mingw-w64-atom-shell/PKGBUILD b/mingw-w64-atom-shell/PKGBUILD index 17c0cbdc8b..65e43e27da 100644 --- a/mingw-w64-atom-shell/PKGBUILD +++ b/mingw-w64-atom-shell/PKGBUILD @@ -5,7 +5,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git" pkgver=r2873.1a80bc7 pkgrel=1 pkgdesc='Cross-platform desktop application shell (mingw-w64)' -source=("${_realname}-${CARCH}"::"git://github.com/atom/atom-shell.git#branch=master" +source=("${_realname}-${CARCH}"::"https://github.com/atom/atom-shell.git#branch=master" "0001-python-python2.patch" "0002-Add-ninja-option.patch") arch=('any') diff --git a/mingw-w64-ca-certificates/PKGBUILD b/mingw-w64-ca-certificates/PKGBUILD index 23af1e1fe7..59c5b41c73 100644 --- a/mingw-w64-ca-certificates/PKGBUILD +++ b/mingw-w64-ca-certificates/PKGBUILD @@ -6,7 +6,7 @@ pkgver=20150426 pkgrel=2 pkgdesc='Common CA certificates (mingw-w64)' arch=('any') -url='http://packages.qa.debian.org/c/ca-certificates.html' +url='https://packages.qa.debian.org/c/ca-certificates.html' license=('MPL' 'GPL') install="ca-certificates-${CARCH}.install" source=("http://ftp.debian.org/debian/pool/main/c/${_realname}/${_realname}_${pkgver}.tar.xz" diff --git a/mingw-w64-clutter-gst/PKGBUILD b/mingw-w64-clutter-gst/PKGBUILD index fa4bf248fd..0206d9c99a 100644 --- a/mingw-w64-clutter-gst/PKGBUILD +++ b/mingw-w64-clutter-gst/PKGBUILD @@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gobject-introspection" "${MINGW_PACKAGE_PREFIX}-gstreamer" "${MINGW_PACKAGE_PREFIX}-gst-plugins-base") options=(!libtool strip staticlibs) -source=(http://download.gnome.org/sources/${_realname}/${pkgver:0:3}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver:0:3}/${_realname}-${pkgver}.tar.xz "0001-msys2-fix-gir-scanner.patch" "0002-install-gtk-doc.patch") md5sums=('635df0aef328fdcb8b2b565525dec3be' diff --git a/mingw-w64-clutter-gtk/PKGBUILD b/mingw-w64-clutter-gtk/PKGBUILD index 2ffc1cce6c..e8327549a2 100644 --- a/mingw-w64-clutter-gtk/PKGBUILD +++ b/mingw-w64-clutter-gtk/PKGBUILD @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" depends=("${MINGW_PACKAGE_PREFIX}-gtk3" "${MINGW_PACKAGE_PREFIX}-clutter") options=(!libtool strip staticlibs) -source=(http://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz "0002-msys-fix-introspection-build.patch") md5sums=('79dc3d7a8645f87d83a9ccca8a08aa8e' 'ab881e17cbef38b2aa05c4f0b88d4358') diff --git a/mingw-w64-clutter/PKGBUILD b/mingw-w64-clutter/PKGBUILD index d571fd662c..d77e0a031b 100644 --- a/mingw-w64-clutter/PKGBUILD +++ b/mingw-w64-clutter/PKGBUILD @@ -18,7 +18,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-atk" "${MINGW_PACKAGE_PREFIX}-gobject-introspection-runtime" "${MINGW_PACKAGE_PREFIX}-gtk3") options=(!libtool strip staticlibs) -source=(http://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz #"git://git.gnome.org/$_realname#tag=${pkgver}" "0001-msys2-add-header-for-BOOL-defintion.patch" "0002-install-gtk-doc.patch") diff --git a/mingw-w64-cocos2dx-console-git/PKGBUILD b/mingw-w64-cocos2dx-console-git/PKGBUILD index 6d254a0efc..a4b6bfd41a 100644 --- a/mingw-w64-cocos2dx-console-git/PKGBUILD +++ b/mingw-w64-cocos2dx-console-git/PKGBUILD @@ -15,8 +15,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-cocos2d-x" makedepends=('git') options=('staticlibs' 'strip') -source=(#"${_realname}"::"git+git://github.com/martell/cocos2d-console.git#branch=msys2") - "${_realname}"::"git+git://github.com/cocos2d/cocos2d-console.git") +source=(#"${_realname}"::"git+https://github.com/martell/cocos2d-console.git#branch=msys2") + "${_realname}"::"git+https://github.com/cocos2d/cocos2d-console.git") md5sums=('SKIP') pkgver() { diff --git a/mingw-w64-cocos2dx-git/PKGBUILD b/mingw-w64-cocos2dx-git/PKGBUILD index 91c4a3482a..df63fb7e10 100644 --- a/mingw-w64-cocos2dx-git/PKGBUILD +++ b/mingw-w64-cocos2dx-git/PKGBUILD @@ -35,8 +35,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-box2d" "${MINGW_PACKAGE_PREFIX}-zlib") options=('staticlibs' 'strip') -source=("${_realname}"::"git+git://github.com/cocos2d/cocos2d-x.git#branch=v3" - "http://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin/archive/v3-deps-${_deps_ver}.tar.gz") +source=("${_realname}"::"git+https://github.com/cocos2d/cocos2d-x.git#branch=v3" + "https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin/archive/v3-deps-${_deps_ver}.tar.gz") md5sums=('SKIP' 'SKIP') diff --git a/mingw-w64-cogl/PKGBUILD b/mingw-w64-cogl/PKGBUILD index d0040d045b..27735f7883 100644 --- a/mingw-w64-cogl/PKGBUILD +++ b/mingw-w64-cogl/PKGBUILD @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-pango" "${MINGW_PACKAGE_PREFIX}-gstreamer" "${MINGW_PACKAGE_PREFIX}-gst-plugins-base") options=(!libtool strip staticlibs) -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz "0002-windows-gl-headers.patch") md5sums=('ab684ec96848d79d22757fb3064820c8' '8686270ab5eae668eae11e2606aa7ce0') diff --git a/mingw-w64-cppunit/PKGBUILD b/mingw-w64-cppunit/PKGBUILD index 9ab0101263..e91f6610ea 100644 --- a/mingw-w64-cppunit/PKGBUILD +++ b/mingw-w64-cppunit/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.13.2 pkgrel=4 pkgdesc="A C++ unit testing framework (mingw-w64)" arch=('any') -url="http://www.freedesktop.org/wiki/Software/cppunit" +url="https://www.freedesktop.org/wiki/Software/cppunit" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") diff --git a/mingw-w64-d-feet/PKGBUILD b/mingw-w64-d-feet/PKGBUILD index ac20b509f7..796db76d5c 100644 --- a/mingw-w64-d-feet/PKGBUILD +++ b/mingw-w64-d-feet/PKGBUILD @@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gtk3" "${MINGW_PACKAGE_PREFIX}-hicolor-icon-theme") makedepends=("${MINGW_PACKAGE_PREFIX}-python3-setuptools" "intltool" "itstool") install=d-feet-${CARCH}.install -source=(http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz localedir-fix.patch) sha256sums=('88f0df5fcb862387ff3d1793873c5eb368c3e4db0bbd82ea65f748cbf70a6359' 'fc75a1e0fafac35a0c94a6c0fff6d0a28c7d5d6ac80ad4ca89399945feafb6c7') diff --git a/mingw-w64-devhelp/PKGBUILD b/mingw-w64-devhelp/PKGBUILD index daeb3a55a9..9b2244833e 100644 --- a/mingw-w64-devhelp/PKGBUILD +++ b/mingw-w64-devhelp/PKGBUILD @@ -16,9 +16,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gobject-introspection" "${MINGW_PACKAGE_PREFIX}-vala") options=('strip' 'staticlibs') license=("GPL 2") -url="http://www.gnome.org" +url="https://www.gnome.org" install=${_realname}-${CARCH}.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz 001-win.patch) sha256sums=('a245b53824c6f2ff89245ff807bb2140bde74951ea6f1d759a0fd0c6959ca9f7' '0ed77884d958aa94af910591a61f33895a5f6d9b4f7e4852de6ab543d4487b50') diff --git a/mingw-w64-dnscrypt-proxy/PKGBUILD b/mingw-w64-dnscrypt-proxy/PKGBUILD index 82a9fce678..ab4d6e42cf 100644 --- a/mingw-w64-dnscrypt-proxy/PKGBUILD +++ b/mingw-w64-dnscrypt-proxy/PKGBUILD @@ -7,13 +7,13 @@ pkgver=1.6.0 pkgrel=2 pkgdesc="A tool for securing communications between a client and a DNS resolver (mingw-w64)" arch=("any") -url="http://dnscrypt.org" +url="https://dnscrypt.org" license=('custom:ISC') depends=("${MINGW_PACKAGE_PREFIX}-libsodium" "${MINGW_PACKAGE_PREFIX}-ldns") makedepends=("${MINGW_PACKAGE_PREFIX}-doxygen" "${MINGW_PACKAGE_PREFIX}-gcc") -source=("http://download.dnscrypt.org/${_realname}/${_realname}-${pkgver}.tar.bz2" +source=("https://download.dnscrypt.org/${_realname}/${_realname}-${pkgver}.tar.bz2" 001-outside-source-build.patch) md5sums=('fa1dad8e487ab587be06e1cbccb9cfcc' 'b7be1792d360db85014bd382f92dab03') diff --git a/mingw-w64-eigen3/PKGBUILD b/mingw-w64-eigen3/PKGBUILD index b4134f796d..1e3a6e7402 100644 --- a/mingw-w64-eigen3/PKGBUILD +++ b/mingw-w64-eigen3/PKGBUILD @@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-mpfr" #"${MINGW_PACKAGE_PREFIX}-qt4" ) -source=(${_realname}-${pkgver}.tar.bz2::"http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2" +source=(${_realname}-${pkgver}.tar.bz2::"https://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2" 'eigen-3.1.2_osversion.patch' 'eigen-3.2_gcc58087.patch' 'TryRunResults.cmake' diff --git a/mingw-w64-eog-plugins/PKGBUILD b/mingw-w64-eog-plugins/PKGBUILD index 5658853ac3..ca8381ef1f 100644 --- a/mingw-w64-eog-plugins/PKGBUILD +++ b/mingw-w64-eog-plugins/PKGBUILD @@ -17,9 +17,9 @@ depends=("${MINGW_PACKAGE_PREFIX}-eog" makedepends=("${MINGW_PACKAGE_PREFIX}-gsettings-desktop-schemas") options=('strip' 'staticlibs') license=("GPL 2") -url="http://www.gnome.org" +url="https://www.gnome.org" install=${_realname}-${CARCH}.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch 002-champlain.patch) sha256sums=('2d2198ed026b1c28329ac3d353b3031c2024277d81d60f3c1e626f4701a73bd2' diff --git a/mingw-w64-eog/PKGBUILD b/mingw-w64-eog/PKGBUILD index d9d6ee67c1..1f3537d4ef 100644 --- a/mingw-w64-eog/PKGBUILD +++ b/mingw-w64-eog/PKGBUILD @@ -26,9 +26,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "gtk-doc") options=('strip' 'staticlibs') license=("GPL 2") -url="http://www.gnome.org" +url="https://www.gnome.org" install=eog-${CARCH}.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz 001-win.patch 002-relocation-support.patch 003-fix-install-dirs.patch diff --git a/mingw-w64-evince/PKGBUILD b/mingw-w64-evince/PKGBUILD index 30c1a2c9d4..02bb856617 100644 --- a/mingw-w64-evince/PKGBUILD +++ b/mingw-w64-evince/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 arch=('any') pkgdesc="Document (PostScript, PDF) viewer (mingw-w64)" license=("GPL 2") -url="http://www.gnome.org" +url="https://www.gnome.org" options=('strip' 'staticlibs') depends=("${MINGW_PACKAGE_PREFIX}-glib2" "${MINGW_PACKAGE_PREFIX}-cairo" diff --git a/mingw-w64-fossil-fossil/PKGBUILD b/mingw-w64-fossil-fossil/PKGBUILD index b083fb54d5..6ce6c31bee 100644 --- a/mingw-w64-fossil-fossil/PKGBUILD +++ b/mingw-w64-fossil-fossil/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='Simple, high-reliability, distributed software configuration management (mingw-w64)' arch=('any') license=('BSD') -url='http://www.fossil-scm.org/' +url='https://www.fossil-scm.org/' depends=("${MINGW_PACKAGE_PREFIX}-openssl" "${MINGW_PACKAGE_PREFIX}-readline" "${MINGW_PACKAGE_PREFIX}-sqlite3" diff --git a/mingw-w64-fossil/PKGBUILD b/mingw-w64-fossil/PKGBUILD index 2bcffe490b..01d63b6c73 100644 --- a/mingw-w64-fossil/PKGBUILD +++ b/mingw-w64-fossil/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=1 pkgdesc='Simple, high-reliability, distributed software configuration management (mingw-w64)' arch=('any') license=('BSD') -url='http://www.fossil-scm.org/' +url='https://www.fossil-scm.org/' depends=("${MINGW_PACKAGE_PREFIX}-openssl" "${MINGW_PACKAGE_PREFIX}-sqlite3" "${MINGW_PACKAGE_PREFIX}-zlib") diff --git a/mingw-w64-freerdp-git/PKGBUILD b/mingw-w64-freerdp-git/PKGBUILD index 6cf0c6f7bf..5fa2c7e3c7 100644 --- a/mingw-w64-freerdp-git/PKGBUILD +++ b/mingw-w64-freerdp-git/PKGBUILD @@ -15,7 +15,7 @@ arch=('any') url="http://www.freerdp.com/" license=('Apache License 2.0') provides=("${MINGW_PACKAGE_PREFIX}-freerdp") -source=("${_realname}::git://github.com/FreeRDP/FreeRDP.git") +source=("${_realname}::https://github.com/FreeRDP/FreeRDP.git") sha256sums=('SKIP') diff --git a/mingw-w64-gcc-git/PKGBUILD b/mingw-w64-gcc-git/PKGBUILD index 6868a7813b..1c326610ee 100644 --- a/mingw-w64-gcc-git/PKGBUILD +++ b/mingw-w64-gcc-git/PKGBUILD @@ -14,7 +14,7 @@ pkgver=r144783.9a0f46c pkgrel=1 pkgdesc="GCC for the MinGW-w64" arch=('any') -url="http://gcc.gnu.org" +url="https://gcc.gnu.org" license=('GPL' 'LGPL' 'FDL' 'custom') groups=("${MINGW_PACKAGE_PREFIX}-toolchain") makedepends=("${MINGW_PACKAGE_PREFIX}-${_realname}" diff --git a/mingw-w64-gdk-pixbuf2/PKGBUILD b/mingw-w64-gdk-pixbuf2/PKGBUILD index 03b169604c..85b767c894 100644 --- a/mingw-w64-gdk-pixbuf2/PKGBUILD +++ b/mingw-w64-gdk-pixbuf2/PKGBUILD @@ -22,7 +22,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-libtiff") options=('emptydirs') install=${_realname}-${CARCH}.install -source=("http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz" 0001-Use-a-regex-to-properly-export-the-symbols.patch 0002-gdk-pixbuf-introspection.patch 0003-More-of-bug-733137-Don-t-force-no-static-builds-on-W.patch) diff --git a/mingw-w64-gdl/PKGBUILD b/mingw-w64-gdl/PKGBUILD index c0c6cff395..c0b0d6b034 100644 --- a/mingw-w64-gdl/PKGBUILD +++ b/mingw-w64-gdl/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="GNOME Docking Library (mingw-w64)" arch=('any') license=('LGPL 2') -url="http://www.gnome.org/" +url="https://www.gnome.org/" depends=("${MINGW_PACKAGE_PREFIX}-gtk3" "${MINGW_PACKAGE_PREFIX}-libxml2") makedepends=("${MINGW_PACKAGE_PREFIX}-vala" @@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-vala" "intltool" "gtk-doc") options=('strip' 'staticlibs') -source=(http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz 001-win.patch) sha256sums=('34cbe104f5df9a20ea26aa8acca2b6d1a73035448aa854162c598e90f4e6ff80' 'ba2f1eed43f926df573ec299b973929499e1da78c0f15157a4ec4ae40057afa1') diff --git a/mingw-w64-gdl2/PKGBUILD b/mingw-w64-gdl2/PKGBUILD index a0a92ab1d9..6195da48fc 100644 --- a/mingw-w64-gdl2/PKGBUILD +++ b/mingw-w64-gdl2/PKGBUILD @@ -9,13 +9,13 @@ pkgrel=1 pkgdesc="GNOME Docking Library (mingw-w64)" arch=('any') license=('LGPL 2') -url="http://www.gnome.org/" +url="https://www.gnome.org/" depends=("${MINGW_PACKAGE_PREFIX}-gtk2" "${MINGW_PACKAGE_PREFIX}-libxml2") makedepends=("intltool" "gtk-doc") options=('strip' 'staticlibs') -source=(http://ftp.gnome.org/pub/GNOME/sources/${_realname:0:3}/${pkgver:0:4}/${_realname:0:3}-${pkgver}.tar.gz +source=(https://download.gnome.org/sources/${_realname:0:3}/${pkgver:0:4}/${_realname:0:3}-${pkgver}.tar.gz 001-pixbuf.patch) sha256sums=('34cbe104f5df9a20ea26aa8acca2b6d1a73035448aa854162c598e90f4e6ff80' 'ba2f1eed43f926df573ec299b973929499e1da78c0f15157a4ec4ae40057afa1') diff --git a/mingw-w64-gdlmm2/PKGBUILD b/mingw-w64-gdlmm2/PKGBUILD index cbc4ba01d2..4f823c0f2b 100644 --- a/mingw-w64-gdlmm2/PKGBUILD +++ b/mingw-w64-gdlmm2/PKGBUILD @@ -9,13 +9,13 @@ pkgrel=1 pkgdesc="GNOME Docking Library (mingw-w64)" arch=('any') license=('LGPL 2') -url="http://www.gnome.org/" +url="https://www.gnome.org/" depends=("${MINGW_PACKAGE_PREFIX}-gtk2" "${MINGW_PACKAGE_PREFIX}-libxml2") makedepends=("intltool" "gtk-doc") options=('strip' 'staticlibs') -source=(http://ftp.gnome.org/pub/GNOME/sources/${_realname:0:5}/${pkgver:0:4}/${_realname:0:5}-${pkgver}.tar.gz +source=(https://download.gnome.org/sources/${_realname:0:5}/${pkgver:0:4}/${_realname:0:5}-${pkgver}.tar.gz 000-C11.patch ) sha256sums=('34cbe104f5df9a20ea26aa8acca2b6d1a73035448aa854162c598e90f4e6ff80' diff --git a/mingw-w64-gedit-plugins/PKGBUILD b/mingw-w64-gedit-plugins/PKGBUILD index ee3fa0610f..efab6dc36b 100644 --- a/mingw-w64-gedit-plugins/PKGBUILD +++ b/mingw-w64-gedit-plugins/PKGBUILD @@ -20,7 +20,7 @@ options=('strip' 'staticlibs') license=("GPL") url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins" install=gedit-plugins-${CARCH}.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz) +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz) sha256sums=('e25249c0c2a057827bb4d4755a2359e1f9b4de288e0c4e201c6ef4f0e0e8c580') prepare() { diff --git a/mingw-w64-gedit/PKGBUILD b/mingw-w64-gedit/PKGBUILD index 45baa76593..2a68080379 100644 --- a/mingw-w64-gedit/PKGBUILD +++ b/mingw-w64-gedit/PKGBUILD @@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "yelp-tools") options=('strip' 'staticlibs') license=("GPL") -url="http://www.gnome.org" +url="https://www.gnome.org" install=${_realname}-${CARCH}.install source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz) sha256sums=('6762ac0d793b0f754a2da5f88739d04fa39daa7491c5c46401d24bcef76c32e7') diff --git a/mingw-w64-geocode-glib/PKGBUILD b/mingw-w64-geocode-glib/PKGBUILD index 09bfc7ea42..4bc07d005d 100644 --- a/mingw-w64-geocode-glib/PKGBUILD +++ b/mingw-w64-geocode-glib/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 arch=('any') pkgdesc="geocoding and reverse geocoding GLib library using Yahoo! Place Finder (mingw-w64)" license=("LGPL 2") -url="http://www.gnome.org/" +url="https://www.gnome.org/" install=${_realname}-${CARCH}.install depends=("${MINGW_PACKAGE_PREFIX}-glib2" "${MINGW_PACKAGE_PREFIX}-json-glib" @@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "gettext" "patch") options=('strip' '!debug' 'staticlibs') -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz 001-locale.patch) sha256sums=('8fb7f0d569e3e6696aaa1fdf275cb3094527ec5e9fa36fd88dd633dfec63495d' '7379362319bab800b464ae4cf1d33e05f51bf500d8b0f65be63c05036f040c34') diff --git a/mingw-w64-geos/PKGBUILD b/mingw-w64-geos/PKGBUILD index 5265509997..9b6cecfb83 100644 --- a/mingw-w64-geos/PKGBUILD +++ b/mingw-w64-geos/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.4.2 pkgrel=4 pkgdesc="C++ port of the Java Topology Suite (mingw-w64)" arch=('any') -url="http://trac.osgeo.org/geos/" +url="https://trac.osgeo.org/geos/" license=('LGPL') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('strip' '!emptydirs') diff --git a/mingw-w64-gexiv2/PKGBUILD b/mingw-w64-gexiv2/PKGBUILD index be86315df0..e16b3cd7e0 100644 --- a/mingw-w64-gexiv2/PKGBUILD +++ b/mingw-w64-gexiv2/PKGBUILD @@ -18,8 +18,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "gtk-doc") options=('strip' 'staticlibs') license=("LGPL 2.1") -url="http://www.gnome.org/" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org/" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch) sha256sums=('390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988' '1ba351119f9112ba649dd4397b712ee04d8327d5d056d3587f77c824f7846438') diff --git a/mingw-w64-ghex/PKGBUILD b/mingw-w64-ghex/PKGBUILD index f69310fa0f..fe0ebcd6ed 100644 --- a/mingw-w64-ghex/PKGBUILD +++ b/mingw-w64-ghex/PKGBUILD @@ -13,9 +13,9 @@ depends=("${MINGW_PACKAGE_PREFIX}-gtk3" makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") license=("GPL 2") -url="http://www.gnome.org" +url="https://www.gnome.org" install=ghex-${CARCH}.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-nohelp.patch 002-fread.patch) sha256sums=('c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925' diff --git a/mingw-w64-git-git/PKGBUILD b/mingw-w64-git-git/PKGBUILD index 4a2bc8e603..03fe3ef676 100644 --- a/mingw-w64-git-git/PKGBUILD +++ b/mingw-w64-git-git/PKGBUILD @@ -10,10 +10,10 @@ _realname=git _based_on_dscho_w64_msysgit=no if [ "${_based_on_dscho_w64_msysgit}" = "yes" ]; then SRC_DIR=${_realname}-dscho - GIT_URL="${SRC_DIR}::git+http://github.com/dscho/git.git#branch=w64-msysgit" + GIT_URL="${SRC_DIR}::git+https://github.com/dscho/git.git#branch=w64-msysgit" else SRC_DIR=${_realname} - GIT_URL="${SRC_DIR}::git+http://github.com/msysgit/git.git" + GIT_URL="${SRC_DIR}::git+https://github.com/msysgit/git.git" fi pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git" @@ -24,7 +24,7 @@ pkgver=2.0.0.47118.8768113 pkgrel=1 pkgdesc="The fast distributed version control system (mingw-w64)" arch=('any') -url="http://git-scm.com/" +url="https://git-scm.com/" license=('GPL2') depends=("${MINGW_PACKAGE_PREFIX}-libiconv") diff --git a/mingw-w64-git/PKGBUILD b/mingw-w64-git/PKGBUILD index d177a0c5cd..6a49017b11 100644 --- a/mingw-w64-git/PKGBUILD +++ b/mingw-w64-git/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.9.4 pkgrel=1 pkgdesc="The fast distributed version control system (mingw-w64)" arch=('any') -url="http://git-scm.com/" +url="https://git-scm.com/" license=('GPL2') makedepends=('python2' 'less' 'openssh') # 'rsync') @@ -30,7 +30,7 @@ options=(!libtool strip staticlibs) _sillyname=$pkgver.msysgit.1 -source=("https://github.com/msysgit/git/archive/v$_sillyname.tar.gz" +source=("httpss://github.com/msysgit/git/archive/v$_sillyname.tar.gz" "0000-Add-SEARCH_LIBS-to-GIT_CHECK_FUNC.patch" "0001-Don-t-redefine-_ReadWriteBarrier-in-malloc.c.h.patch" "0002-Undefine-FORCEINLINE-on-MinGW-w64-in-malloc.c.h.patch" diff --git a/mingw-w64-gitg/PKGBUILD b/mingw-w64-gitg/PKGBUILD index 2bd2aad042..157059c5e0 100644 --- a/mingw-w64-gitg/PKGBUILD +++ b/mingw-w64-gitg/PKGBUILD @@ -30,7 +30,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" license=("GPL2+") url="https://wiki.gnome.org/Apps/Gitg" install=${_realname}-${CARCH}.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver:0:4}/${_realname}-$pkgver.tar.xz) +source=(https://download.gnome.org/sources/${_realname}/${pkgver:0:4}/${_realname}-$pkgver.tar.xz) sha256sums=('d84925c843d4bc81d031a543ce84e400f133310b32c238a7dfd7a67c6cf0ddd0') prepare() { diff --git a/mingw-w64-glade/PKGBUILD b/mingw-w64-glade/PKGBUILD index ec0d8fdb85..c4f6c16fef 100644 --- a/mingw-w64-glade/PKGBUILD +++ b/mingw-w64-glade/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.19.0 pkgrel=1 pkgdesc="User interface builder for GTK+ and GNOME (mingw-w64)" arch=('any') -url="http://glade.gnome.org" +url="https://glade.gnome.org/" license=("GPL" "LGPL") options=('strip' '!debug' 'staticlibs') depends=("${MINGW_PACKAGE_PREFIX}-gtk3" @@ -23,9 +23,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" optdepends=("${MINGW_PACKAGE_PREFIX}-python2: Python widgets support" #'devhelp: help browser' ) -url="http://glade.gnome.org/" install=glade-${CARCH}.install -source=(http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 0001-Fix-windres-invocation.mingw.patch 0004-give-cc-to-gir-scanner.all.patch 0005-give-gtk-cflags-to-gir.patch diff --git a/mingw-w64-glade3/PKGBUILD b/mingw-w64-glade3/PKGBUILD index a34b047046..7645887831 100644 --- a/mingw-w64-glade3/PKGBUILD +++ b/mingw-w64-glade3/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.8.5 pkgrel=1 pkgdesc="User interface builder for GTK+ and GNOME (mingw-w64)" arch=('any') -url="http://glade.gnome.org" +url="https://glade.gnome.org/" license=("GPL" "LGPL") options=('strip' '!debug' 'staticlibs') depends=("${MINGW_PACKAGE_PREFIX}-gtk2" @@ -21,10 +21,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" optdepends=("${MINGW_PACKAGE_PREFIX}-python2: Python widgets support" #'devhelp: help browser' ) -url="http://glade.gnome.org/" install=glade3-${CARCH}.install -source=(http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}3-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}3-${pkgver}.tar.xz ) md5sums=('2f446e84b399864c426679b89f250ecd' '0605a5d30457be0cdf4061c07f1096f2' diff --git a/mingw-w64-glib-networking/PKGBUILD b/mingw-w64-glib-networking/PKGBUILD index 1e7e91b84f..146a072a43 100644 --- a/mingw-w64-glib-networking/PKGBUILD +++ b/mingw-w64-glib-networking/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.46.1 pkgrel=1 pkgdesc="Network-related GIO modules for glib (mingw-w64)" arch=(any) -url="http://ftp.gnome.org/pub/GNOME/sources/libsoup" +url="https://download.gnome.org/sources/libsoup" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-gdk-pixbuf2" @@ -21,7 +21,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-p11-kit" "${MINGW_PACKAGE_PREFIX}-xz") options=('staticlibs' 'strip') -source=("http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz" 0001-dont-overwrite-prefix-remain-relative.mingw.patch 0001-hack-path.patch 0002-relative-system-ca-file.mingw.patch) diff --git a/mingw-w64-glib2/PKGBUILD b/mingw-w64-glib2/PKGBUILD index e72437a52c..0d6f80ba02 100644 --- a/mingw-w64-glib2/PKGBUILD +++ b/mingw-w64-glib2/PKGBUILD @@ -19,7 +19,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-libffi" "${MINGW_PACKAGE_PREFIX}-zlib") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-python2") -source=("http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz" 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch 0003-g_abort.all.patch 0004-glib-prefer-constructors-over-DllMain.patch diff --git a/mingw-w64-glibmm/PKGBUILD b/mingw-w64-glibmm/PKGBUILD index ef7418c964..56a9ffea2e 100644 --- a/mingw-w64-glibmm/PKGBUILD +++ b/mingw-w64-glibmm/PKGBUILD @@ -12,7 +12,7 @@ license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-libsigc++" "${MINGW_PACKAGE_PREFIX}-glib2") options=('staticlibs' 'strip') -source=("http://ftp.gnome.org/pub/GNOME/sources/glibmm/${pkgver%.*}/glibmm-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/glibmm/${pkgver%.*}/glibmm-${pkgver}.tar.xz") sha256sums=('9647e596c1081d2ea202bd3da2824ec2ea359498fa86eb59a55b1b307dd8c4aa') prepare() { diff --git a/mingw-w64-gmime/PKGBUILD b/mingw-w64-gmime/PKGBUILD index 8cc066f790..19edd8a81a 100644 --- a/mingw-w64-gmime/PKGBUILD +++ b/mingw-w64-gmime/PKGBUILD @@ -15,8 +15,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-vala" "gtk-doc") license=("LGPL 2.1") -url="http://www.gnome.org" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch) sha256sums=('e0a170fb264c2ae4cecd852f4e7aaddb8d58e8f3f0b569ce2d2a4704f55bdf65' 'f1fd6b8ad76f083be818623c1083c777880bb56356f87735fb407f5da0ec66a8') diff --git a/mingw-w64-gnome-calculator/PKGBUILD b/mingw-w64-gnome-calculator/PKGBUILD index a4bc24f594..4c5e8ba6fe 100644 --- a/mingw-w64-gnome-calculator/PKGBUILD +++ b/mingw-w64-gnome-calculator/PKGBUILD @@ -17,9 +17,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-pkg-config" "${MINGW_PACKAGE_PREFIX}-vala" "${MINGW_PACKAGE_PREFIX}-gobject-introspection") license=("GPL 2") -url="http://www.gnome.org" +url="https://www.gnome.org" install=${_realname}-${CARCH}.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch) sha256sums=('f4c6ca7e0eda0dbb7d5cfb85ee9fe3351b1d8bd1bf05ce890939374b95e230a0' '7555c43e7b4aa3c6041f0c1641e96186adc02092cb0b5b83fb45f6276e271248') diff --git a/mingw-w64-gnome-common/PKGBUILD b/mingw-w64-gnome-common/PKGBUILD index f6ea8ce367..01dcd0f699 100644 --- a/mingw-w64-gnome-common/PKGBUILD +++ b/mingw-w64-gnome-common/PKGBUILD @@ -8,8 +8,8 @@ pkgrel=1 pkgdesc="Common development macros for GNOME (mingw-w64)" arch=('any') license=('GPL') -url="http://www.gnome.org" -source=(http://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz Werror-format-remove.patch) sha256sums=('22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf' 'c88704be75556c08a62645588ec70050f58def421f849c0519213c8709e36906') diff --git a/mingw-w64-gnome-doc-utils/PKGBUILD b/mingw-w64-gnome-doc-utils/PKGBUILD index 83e44b15c2..2699e44061 100644 --- a/mingw-w64-gnome-doc-utils/PKGBUILD +++ b/mingw-w64-gnome-doc-utils/PKGBUILD @@ -20,8 +20,8 @@ makedepends=( optdepends=(#"${MINGW_PACKAGE_PREFIX}-jade: SGML support" #"${MINGW_PACKAGE_PREFIX}-dblatex: PDF support" ) -url="http://www.gnome.org/" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz) +url="https://www.gnome.org/" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz) sha256sums=('cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6') build() { diff --git a/mingw-w64-gnome-icon-theme-symbolic/PKGBUILD b/mingw-w64-gnome-icon-theme-symbolic/PKGBUILD index bc029edc18..964668bea2 100644 --- a/mingw-w64-gnome-icon-theme-symbolic/PKGBUILD +++ b/mingw-w64-gnome-icon-theme-symbolic/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="GNOME icon theme, symbolic icons (mingw-w64)" arch=('any') license=('GPL') -url="http://www.gnome.org" +url="https://www.gnome.org" depends=("${MINGW_PACKAGE_PREFIX}-gtk2" "${MINGW_PACKAGE_PREFIX}-icon-naming-utils" "${MINGW_PACKAGE_PREFIX}-hicolor-icon-theme" @@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gtk2" makedepends=('intltool') install=gnome-icon-theme-symbolic-${CARCH}.install groups=("${MINGW_PACKAGE_PREFIX}-gnome") -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz) +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz) sha256sums=('851a4c9d8e8cb0000c9e5e78259ab8b8e67c5334e4250ebcc8dfdaa33520068b') prepare() { diff --git a/mingw-w64-gnome-icon-theme/PKGBUILD b/mingw-w64-gnome-icon-theme/PKGBUILD index 501c64c4da..e2d583a61d 100644 --- a/mingw-w64-gnome-icon-theme/PKGBUILD +++ b/mingw-w64-gnome-icon-theme/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.12.0 pkgrel=1 pkgdesc="GNOME icon theme (mingw-w64)" arch=('any') -url="http://www.gnome.org" +url="https://www.gnome.org" license=("GPL") makedepends=("intltool") depends=("${MINGW_PACKAGE_PREFIX}-hicolor-icon-theme" @@ -16,7 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-hicolor-icon-theme" groups=("${MINGW_PACKAGE_PREFIX}-gnome") options=(!libtool strip staticlibs) install=theme-${CARCH}.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz 0001-localedir-fix.patch) sha256sums=('359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a' 'bf568bb64316cc225ea32e27193639c678973b5f2e66f697e794699af08c62f1') diff --git a/mingw-w64-gnome-js-common/PKGBUILD b/mingw-w64-gnome-js-common/PKGBUILD index aacc6f44e2..de72374af7 100644 --- a/mingw-w64-gnome-js-common/PKGBUILD +++ b/mingw-w64-gnome-js-common/PKGBUILD @@ -5,11 +5,11 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=0.1.2 pkgrel=1 pkgdesc="GNOME JavaScript common modules (mingw-w64)" -url="http://live.gnome.org/Seed/" +url="https://wiki.gnome.org/action/show/Projects/Seed" license=('GPL3') arch=('any') makedepends=("intltool") -source=(http://ftp.gnome.org/pub/GNOME/sources/${_realname}/0.1/${_realname}-${pkgver}.tar.bz2) +source=(https://download.gnome.org/sources/${_realname}/0.1/${_realname}-${pkgver}.tar.bz2) sha1sums=('f3771ad53e158443ffe84b5d86fb2ce73417a69d') prepare() { diff --git a/mingw-w64-gnupg/PKGBUILD b/mingw-w64-gnupg/PKGBUILD index 28f167b1d0..89ed05a095 100644 --- a/mingw-w64-gnupg/PKGBUILD +++ b/mingw-w64-gnupg/PKGBUILD @@ -21,8 +21,8 @@ makedepends=("texinfo" "${MINGW_PACKAGE_PREFIX}-gcc") # REMOVE openldap package before build license=('GPL') options=(emptydirs) -url="http://www.gnupg.org/" -source=(ftp://ftp.gnupg.org/gcrypt/gnupg/${_realname}-${pkgver}.tar.bz2{,.sig} +url="https://gnupg.org/" +source=(https://gnupg.org/ftp/gcrypt/gnupg/${_realname}-${pkgver}.tar.bz2{,.sig} 01-mingw32-fix-potomo.mingw.patch 02-mingw-sysconfigdir-under-prefix.patch 03-ldap-libraries-check-order.patch diff --git a/mingw-w64-go/PKGBUILD b/mingw-w64-go/PKGBUILD index 9824290c39..8309b5699e 100644 --- a/mingw-w64-go/PKGBUILD +++ b/mingw-w64-go/PKGBUILD @@ -8,11 +8,11 @@ pkgdesc="Go Lang (mingw-w64)" arch=('any') license=('BSD') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") -url="http://www.golang.org/" +url="https://www.golang.org/" depends=() makedepends=("${MINGW_PACKAGE_PREFIX}-${_realname}") options=('!strip') -source=("http://golang.org/dl/go${pkgver}.src.tar.gz" +source=("https://golang.org/dl/go${pkgver}.src.tar.gz" 0001-run-proper-go.path 0002-run-proper-go.path) sha1sums=('0df564746d105f4180c2b576a1553ebca9d9a124' diff --git a/mingw-w64-gobject-introspection/PKGBUILD b/mingw-w64-gobject-introspection/PKGBUILD index e535ccbb32..a82f2942ba 100644 --- a/mingw-w64-gobject-introspection/PKGBUILD +++ b/mingw-w64-gobject-introspection/PKGBUILD @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-python2-mako") # Building this in debug invokes pdb when things go wrong. # options=('!strip' 'debug') -source=(http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/gobject-introspection/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 0001-Revert-Windows-port-Work-arount-MSYS-weirdness-where.patch 0018-debug-rmtree-errors.mingw.patch 0021-tests-no-undefined.patch @@ -43,7 +43,7 @@ prepare() { patch -p1 -i "${srcdir}"/0021-tests-no-undefined.patch patch -p1 -i "${srcdir}"/0022-change-pkg-config-invocations.mingw.patch # Source for this patch is: - # http://bazaar.launchpad.net/~lrn1986/stupidbuild/trunk/view/head:/src/mingw/gobject-introspection-1.0-1.44.0-2/patches/0024-Support-passing-arguments-to-g-ir-scanner-through-a-.all.patch + # https://bazaar.launchpad.net/~lrn1986/stupidbuild/trunk/view/head:/src/mingw/gobject-introspection-1.0-1.44.0-2/patches/0024-Support-passing-arguments-to-g-ir-scanner-through-a-.all.patch patch -p1 -i "${srcdir}"/0024-Support-passing-arguments-to-g-ir-scanner-through-a-.all.patch patch -p1 -i "${srcdir}"/0050-dont-load-msvcrt.patch patch -p1 -i "${srcdir}"/0055-fix-python-detection.patch diff --git a/mingw-w64-goocanvas/PKGBUILD b/mingw-w64-goocanvas/PKGBUILD index 929fff1c41..08bd3cb712 100644 --- a/mingw-w64-goocanvas/PKGBUILD +++ b/mingw-w64-goocanvas/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=3 arch=('any') pkgdesc="Canvas widget for GTK+ that uses the Cairo 2D library (mingw-w64)" license=("LGPL 2") -url="http://www.gnome.org" +url="https://www.gnome.org" depends=("${MINGW_PACKAGE_PREFIX}-gtk3") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-python2" @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "libintl" "patch") options=('strip' '!debug' 'staticlibs') -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver:0:3}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver:0:3}/${_realname}-${pkgver}.tar.xz 001-convert-python-path-to-unix.patch 002-fix-introspection.patch) sha256sums=('f20e5fbef8d1a2633033edbd886dd13146a1b948d1813a9c353a80a29295d1d0' diff --git a/mingw-w64-gpgme/PKGBUILD b/mingw-w64-gpgme/PKGBUILD index f8427207f4..255f1662fe 100644 --- a/mingw-w64-gpgme/PKGBUILD +++ b/mingw-w64-gpgme/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.6.0 pkgrel=1 pkgdesc="A C wrapper library for GnuPG (mingw-w64)" arch=('any') -url="http://www.gnupg.org/related_software/gpgme/" +url="https://gnupg.org/related_software/gpgme/" license=('LGPL') depends=("${MINGW_PACKAGE_PREFIX}-glib2" "${MINGW_PACKAGE_PREFIX}-gnupg" diff --git a/mingw-w64-gsettings-desktop-schemas/PKGBUILD b/mingw-w64-gsettings-desktop-schemas/PKGBUILD index f1b8aedcf0..37eee00b9e 100644 --- a/mingw-w64-gsettings-desktop-schemas/PKGBUILD +++ b/mingw-w64-gsettings-desktop-schemas/PKGBUILD @@ -5,14 +5,14 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=3.16.1 pkgrel=1 arch=('any') -url="http://live.gnome.org/" +url="https://wiki.gnome.org/" pkgdesc="Shared GSettings schemas for the desktop (mingw-w64)" depends=("${MINGW_PACKAGE_PREFIX}-glib2") makedepends=("${MINGW_PACKAGE_PREFIX}-gobject-introspection" "intltool") license=('GPL') options=('strip' 'staticlibs') install=schemas-${CARCH}.install -source=("http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") sha256sums=('74fe9fdad510c8a6666febeceb7ebafc581ef990b3afcc8c1e8b5d90b24b3461') prepare() { diff --git a/mingw-w64-gspell/PKGBUILD b/mingw-w64-gspell/PKGBUILD index d0e8504e3a..40024eb586 100644 --- a/mingw-w64-gspell/PKGBUILD +++ b/mingw-w64-gspell/PKGBUILD @@ -17,8 +17,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-gsettings-desktop-schemas" makedepends=("${MINGW_PACKAGE_PREFIX}-vala" "${MINGW_PACKAGE_PREFIX}-gobject-introspection") license=("GPL 2") -url="http://www.gnome.org" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz) +url="https://www.gnome.org" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz) sha256sums=('fef8cd89d220fc9ad6b69ff625ca2263a09c69ba56fcefcc90cf4422896e4c52') prepare() { diff --git a/mingw-w64-gst-editing-services/PKGBUILD b/mingw-w64-gst-editing-services/PKGBUILD index a26feb234f..68e3231299 100644 --- a/mingw-w64-gst-editing-services/PKGBUILD +++ b/mingw-w64-gst-editing-services/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.6.1 pkgrel=1 pkgdesc="GStreamer Editing Services (mingw-w64)" arch=('any') -url="http://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-gobject-introspection" @@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" depends=("${MINGW_PACKAGE_PREFIX}-gst-plugins-base" "${MINGW_PACKAGE_PREFIX}-gstreamer") options=(!libtool strip staticlibs) -source=(http://gstreamer.freedesktop.org/src/${_realname}/${_srcname}-${pkgver}.tar.xz +source=(https://gstreamer.freedesktop.org/src/${_realname}/${_srcname}-${pkgver}.tar.xz 0002-add-cflags-for-gir.patch 0003-fix-introspection-syntax.patch) md5sums=('2e2041ef576d702014f7f6064ac75d31' diff --git a/mingw-w64-gst-libav/PKGBUILD b/mingw-w64-gst-libav/PKGBUILD index 7a16777b07..46cc771032 100644 --- a/mingw-w64-gst-libav/PKGBUILD +++ b/mingw-w64-gst-libav/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.6.3 pkgrel=1 pkgdesc="GStreamer libav (mingw-w64)" arch=('any') -url="http://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" diff --git a/mingw-w64-gst-plugins-bad/PKGBUILD b/mingw-w64-gst-plugins-bad/PKGBUILD index e12b5aa166..e0aedf2d0e 100644 --- a/mingw-w64-gst-plugins-bad/PKGBUILD +++ b/mingw-w64-gst-plugins-bad/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.6.3 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Bad Plugins (mingw-w64)" arch=('any') -url="http://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" diff --git a/mingw-w64-gst-plugins-base/PKGBUILD b/mingw-w64-gst-plugins-base/PKGBUILD index 4c53f0aa1b..4c20b6af9c 100644 --- a/mingw-w64-gst-plugins-base/PKGBUILD +++ b/mingw-w64-gst-plugins-base/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.6.3 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Base Plugins (mingw-w64)" arch=('any') -url="http://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" diff --git a/mingw-w64-gst-plugins-base0.10/PKGBUILD b/mingw-w64-gst-plugins-base0.10/PKGBUILD index 4003c78dff..8a32712e71 100644 --- a/mingw-w64-gst-plugins-base0.10/PKGBUILD +++ b/mingw-w64-gst-plugins-base0.10/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.10.36 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Base Plugins (mingw-w64)" arch=('any') -url="http://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" diff --git a/mingw-w64-gst-plugins-good/PKGBUILD b/mingw-w64-gst-plugins-good/PKGBUILD index bc68d3df1f..406c611b79 100644 --- a/mingw-w64-gst-plugins-good/PKGBUILD +++ b/mingw-w64-gst-plugins-good/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.6.3 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Base Plugins (mingw-w64)" arch=('any') -url="http://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" diff --git a/mingw-w64-gst-plugins-good0.10/PKGBUILD b/mingw-w64-gst-plugins-good0.10/PKGBUILD index 57a9a9a846..a6e18c114b 100644 --- a/mingw-w64-gst-plugins-good0.10/PKGBUILD +++ b/mingw-w64-gst-plugins-good0.10/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.10.31 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Base Plugins (mingw-w64)" arch=('any') -url="http://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" diff --git a/mingw-w64-gst-plugins-ugly/PKGBUILD b/mingw-w64-gst-plugins-ugly/PKGBUILD index d113025f41..6992e6cae9 100644 --- a/mingw-w64-gst-plugins-ugly/PKGBUILD +++ b/mingw-w64-gst-plugins-ugly/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.6.3 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Ugly Plugins (mingw-w64)" arch=('any') -url="http://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" diff --git a/mingw-w64-gst-python/PKGBUILD b/mingw-w64-gst-python/PKGBUILD index 0394510f8b..d936fdcd66 100644 --- a/mingw-w64-gst-python/PKGBUILD +++ b/mingw-w64-gst-python/PKGBUILD @@ -13,10 +13,10 @@ depends=("${MINGW_PACKAGE_PREFIX}-gstreamer" "${MINGW_PACKAGE_PREFIX}-python3-gobject" "${MINGW_PACKAGE_PREFIX}-gobject-introspection") makedepends=('git') -url='http://gstreamer.freedesktop.org/modules/gst-python.html' +url='https://gstreamer.freedesktop.org/modules/gst-python.html' options=(!libtool strip staticlibs) -source=(http://gstreamer.freedesktop.org/src/gst-python/${_realname}-${pkgver}.tar.xz +source=(https://gstreamer.freedesktop.org/src/gst-python/${_realname}-${pkgver}.tar.xz '0001-msys2-python3-config-returns-1-so-use-which.patch' '0002-msys2-fix-linking-errors.patch' '0004-add-overrides.patch' diff --git a/mingw-w64-gstreamer/PKGBUILD b/mingw-w64-gstreamer/PKGBUILD index cabd11e6ba..6601e17c4d 100644 --- a/mingw-w64-gstreamer/PKGBUILD +++ b/mingw-w64-gstreamer/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.6.3 pkgrel=1 pkgdesc="GStreamer Multimedia Framework (mingw-w64)" arch=('any') -url="http://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" diff --git a/mingw-w64-gstreamer0.10/PKGBUILD b/mingw-w64-gstreamer0.10/PKGBUILD index 1d1e2a9b50..80c47f3b5c 100644 --- a/mingw-w64-gstreamer0.10/PKGBUILD +++ b/mingw-w64-gstreamer0.10/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.10.36 pkgrel=1 pkgdesc="GStreamer Multimedia Framework (mingw-w64)" arch=('any') -url="http://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" "intltool" "gtk-doc" "flex" "bison") depends=( diff --git a/mingw-w64-gtk-doc/PKGBUILD b/mingw-w64-gtk-doc/PKGBUILD index 9c5cc27bb9..e5c2e28c4d 100644 --- a/mingw-w64-gtk-doc/PKGBUILD +++ b/mingw-w64-gtk-doc/PKGBUILD @@ -27,7 +27,7 @@ optdepends=(#"${MINGW_PACKAGE_PREFIX}-jade: SGML support" #"${MINGW_PACKAGE_PREFIX}-dblatex: PDF support" ) url="http://www.gtk.org/gtk-doc/" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.xz) +source=(https://download.gnome.org/sources/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.xz) md5sums=('e361de4750b707590d9ea1b5550fa738') prepare() { diff --git a/mingw-w64-gtk-engine-unico/PKGBUILD b/mingw-w64-gtk-engine-unico/PKGBUILD index f4eba498a3..7de4f95500 100644 --- a/mingw-w64-gtk-engine-unico/PKGBUILD +++ b/mingw-w64-gtk-engine-unico/PKGBUILD @@ -14,7 +14,7 @@ url='https://launchpad.net/unico' license=('GPL') depends=("${MINGW_PACKAGE_PREFIX}-gtk3") makedepends=("${MINGW_PACKAGE_PREFIX}-gnome-common") -source=("gtk-engine-unico-139.tar.gz::http://bazaar.launchpad.net/~unico-team/unico/trunk/tarball/139") +source=("gtk-engine-unico-139.tar.gz::https://bazaar.launchpad.net/~unico-team/unico/trunk/tarball/139") sha256sums=('9ef0ef5dfbbb5f352a864a3d91f13872d05361343e5d4cc3be48d1f061189251') build() { diff --git a/mingw-w64-gtk-vnc/PKGBUILD b/mingw-w64-gtk-vnc/PKGBUILD index 769ac66b37..0d5e9436d9 100644 --- a/mingw-w64-gtk-vnc/PKGBUILD +++ b/mingw-w64-gtk-vnc/PKGBUILD @@ -20,8 +20,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-vala") options=('strip' 'staticlibs') license=("GPL 2.1") -url="http://www.gnome.org" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch) sha256sums=('488aa97a76ce6868160699cd45d4a0ee0fe6f0ad4631737c6ddd84450f6c9ce7' '503b12e64f6d843fd018e00e3b3221511656d03905516a80a410d44a2deccd40') diff --git a/mingw-w64-gtk2/PKGBUILD b/mingw-w64-gtk2/PKGBUILD index a4768fb65c..c5e587978e 100644 --- a/mingw-w64-gtk2/PKGBUILD +++ b/mingw-w64-gtk2/PKGBUILD @@ -28,7 +28,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" #optdepends=("${MINGW_PACKAGE_PREFIX}-gnome-icon-theme: Default icon theme") install=gtk2-${CARCH}.install options=(!libtool strip staticlibs) -source=("http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz" 'gtkrc' 0001-fix-m4-location.mingw.patch 0002-Fix-def-installation.all.patch diff --git a/mingw-w64-gtk3/PKGBUILD b/mingw-w64-gtk3/PKGBUILD index c72db7ddcd..03549aff80 100644 --- a/mingw-w64-gtk3/PKGBUILD +++ b/mingw-w64-gtk3/PKGBUILD @@ -28,7 +28,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-pango" "${MINGW_PACKAGE_PREFIX}-shared-mime-info") options=('strip' '!debug' 'staticlibs') -source=("http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz" 0013-fix-mingw-w64-fstat-call.mingw.patch) md5sums=('e1c41ad4a6012d703a80f7423acf186e' '21789d52c1debcab59f8b6a99232de68') diff --git a/mingw-w64-gtkhtml3/PKGBUILD b/mingw-w64-gtkhtml3/PKGBUILD index ba371eb4fe..aa1ac4181c 100644 --- a/mingw-w64-gtkhtml3/PKGBUILD +++ b/mingw-w64-gtkhtml3/PKGBUILD @@ -6,7 +6,7 @@ pkgver=4.8.5 pkgrel=1 pkgdesc="Library for embedding a lightweight web browser in GTK programs (mingw-w64)" arch=('any') -url="http://www.gnome.org" +url="https://www.gnome.org" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-gettext" @@ -19,7 +19,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-enchant" "${MINGW_PACKAGE_PREFIX}-libsoup" "${MINGW_PACKAGE_PREFIX}-libsystre") options=(!libtool strip staticlibs) -source=("http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") md5sums=('a146d2ffdf52f6aa25badb75436b6f4d') prepare() { diff --git a/mingw-w64-gtkmm/PKGBUILD b/mingw-w64-gtkmm/PKGBUILD index 9e33f662f9..47fdbac104 100644 --- a/mingw-w64-gtkmm/PKGBUILD +++ b/mingw-w64-gtkmm/PKGBUILD @@ -11,7 +11,7 @@ license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-atkmm" "${MINGW_PACKAGE_PREFIX}-pangomm" "${MINGW_PACKAGE_PREFIX}-gtk2") options=(staticlibs strip) -source=("http://ftp.gnome.org/pub/GNOME/sources/gtkmm/${pkgver%.*}/gtkmm-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/gtkmm/${pkgver%.*}/gtkmm-${pkgver}.tar.xz") md5sums=('b9ac60c90959a71095f07f84dd39961d') build() { diff --git a/mingw-w64-gtkmm3/PKGBUILD b/mingw-w64-gtkmm3/PKGBUILD index 52ef1e0eb7..db5e89d57d 100644 --- a/mingw-w64-gtkmm3/PKGBUILD +++ b/mingw-w64-gtkmm3/PKGBUILD @@ -12,7 +12,7 @@ license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-atkmm" "${MINGW_PACKAGE_PREFIX}-pangomm" "${MINGW_PACKAGE_PREFIX}-gtk3") options=('staticlibs' 'strip') -source=("http://ftp.gnome.org/pub/GNOME/sources/gtkmm/${pkgver%.*}/gtkmm-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/gtkmm/${pkgver%.*}/gtkmm-${pkgver}.tar.xz") sha256sums=('829fa113daed74398c49c3f2b7672807f58ba85d0fa463f5bc726e1b0138b86b') build() { diff --git a/mingw-w64-gtksourceview2/PKGBUILD b/mingw-w64-gtksourceview2/PKGBUILD index 292d7234a9..d220e769a3 100644 --- a/mingw-w64-gtksourceview2/PKGBUILD +++ b/mingw-w64-gtksourceview2/PKGBUILD @@ -6,13 +6,13 @@ pkgver=2.10.5 pkgrel=2 pkgdesc="A text widget adding syntax highlighting and more to GNOME (mingw-w64)" arch=('any') -url="http://www.gnome.org" +url="https://www.gnome.org" license=("GPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" "intltool") depends=("${MINGW_PACKAGE_PREFIX}-gtk2>=2.22.0" "${MINGW_PACKAGE_PREFIX}-libxml2>=2.7.7") options=(!libtool strip staticlibs) -source=("http://ftp.gnome.org/pub/gnome/sources/gtksourceview/${pkgver%.*}/gtksourceview-${pkgver}.tar.bz2") +source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-${pkgver}.tar.bz2") md5sums=('1219ad1694df136f126507466aeb41aa') prepare() { diff --git a/mingw-w64-gtksourceview3/PKGBUILD b/mingw-w64-gtksourceview3/PKGBUILD index a7d1c3acbe..833d70d357 100644 --- a/mingw-w64-gtksourceview3/PKGBUILD +++ b/mingw-w64-gtksourceview3/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.18.2 pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME (mingw-w64)" arch=('any') -url="http://www.gnome.org" +url="https://www.gnome.org" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" depends=("${MINGW_PACKAGE_PREFIX}-gtk3" "${MINGW_PACKAGE_PREFIX}-libxml2") options=(!libtool strip staticlibs) -source=("http://ftp.gnome.org/pub/gnome/sources/gtksourceview/${pkgver%.*}/gtksourceview-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-${pkgver}.tar.xz" 0006-hack-convert-path-back-to-unix.patch) md5sums=('c5d2b1dfafbdbff2fde530361fba46f9' '324c9e3bb2e4fa2a4977653ce6ed6ef9') diff --git a/mingw-w64-gtksourceviewmm2/PKGBUILD b/mingw-w64-gtksourceviewmm2/PKGBUILD index 57dc4f191c..2f345c8708 100644 --- a/mingw-w64-gtksourceviewmm2/PKGBUILD +++ b/mingw-w64-gtksourceviewmm2/PKGBUILD @@ -7,13 +7,13 @@ pkgver=2.10.3 pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME (mingw-w64)" arch=('any') -url="http://www.gnome.org" +url="https://www.gnome.org" license=("GPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" "intltool") depends=("${MINGW_PACKAGE_PREFIX}-gtk2>=2.22.0" "${MINGW_PACKAGE_PREFIX}-libxml2>=2.7.7") options=(!libtool strip staticlibs) -source=("http://ftp.gnome.org/pub/gnome/sources/gtksourceviewmm/${pkgver%.*}/gtksourceviewmm-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/gtksourceviewmm/${pkgver%.*}/gtksourceviewmm-${pkgver}.tar.xz" 000-C11.patch) md5sums=('1219ad1694df136f126507466aeb41aa') diff --git a/mingw-w64-gtksourceviewmm3/PKGBUILD b/mingw-w64-gtksourceviewmm3/PKGBUILD index 235dbb4ac2..db9bfed408 100644 --- a/mingw-w64-gtksourceviewmm3/PKGBUILD +++ b/mingw-w64-gtksourceviewmm3/PKGBUILD @@ -7,12 +7,12 @@ pkgver=3.18.0 pkgrel=1 pkgdesc="C++ bindings to gtksourceview3 library (mingw-w64)" arch=('any') -url="http://www.gnome.org" +url="https://www.gnome.org" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-gtksourceview3" "${MINGW_PACKAGE_PREFIX}-gtkmm3") options=(strip staticlibs) -source=("http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") sha1sums=('5104c6fa2d3082686fffd1e6f5f5977138fb71bc') build() { diff --git a/mingw-w64-gxml/PKGBUILD b/mingw-w64-gxml/PKGBUILD index c0b4382396..eb1bb987cd 100644 --- a/mingw-w64-gxml/PKGBUILD +++ b/mingw-w64-gxml/PKGBUILD @@ -20,10 +20,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-gobject-introspection" "make" "autoconf" "automake" "intltool") license=('LGPL') -url="http://live.gnome.org/GXml" - +url="https://wiki.gnome.org/GXml" + options=('strip' 'staticlibs') -source=("http://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") sha256sums=('79bb09746ba03d617b7045a486f679a9bd2fb3ec088c2ed6017b27a27d560773') prepare() { diff --git a/mingw-w64-harfbuzz/PKGBUILD b/mingw-w64-harfbuzz/PKGBUILD index c4d0dafadd..ba6cc3ddb0 100644 --- a/mingw-w64-harfbuzz/PKGBUILD +++ b/mingw-w64-harfbuzz/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.1.3 pkgrel=1 pkgdesc="OpenType text shaping engine (mingw-w64)" arch=('any') -url="http://www.freedesktop.org/wiki/Software/HarfBuzz" +url="https://www.freedesktop.org/wiki/Software/HarfBuzz" license=("MIT") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-icu" @@ -20,7 +20,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-cairo" "${MINGW_PACKAGE_PREFIX}-glib2") options=('strip' 'staticlibs') optdepends=("${MINGW_PACKAGE_PREFIX}-icu: harfbuzz-icu support") -source=("http://www.freedesktop.org/software/harfbuzz/release/${_realname}-${pkgver}.tar.bz2") +source=("https://www.freedesktop.org/software/harfbuzz/release/${_realname}-${pkgver}.tar.bz2") sha256sums=('d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7') prepare() { diff --git a/mingw-w64-hub/PKGBUILD b/mingw-w64-hub/PKGBUILD index 79386761ba..8910e8b024 100644 --- a/mingw-w64-hub/PKGBUILD +++ b/mingw-w64-hub/PKGBUILD @@ -6,7 +6,7 @@ pkgver=2.2.1 pkgrel=1 pkgdesc="hub introduces git to GitHub (mingw-w64)" arch=('any') -url="http://hub.github.com" +url="https://hub.github.com" license=('MIT') options=('!strip') #TODO: change this when git-for-windows is upstreamed diff --git a/mingw-w64-indent/PKGBUILD b/mingw-w64-indent/PKGBUILD index 2d7a912d9d..a56ee2c5df 100644 --- a/mingw-w64-indent/PKGBUILD +++ b/mingw-w64-indent/PKGBUILD @@ -31,7 +31,7 @@ prepare() { patch -Np1 -i ../indent-2.2.11-segfault.patch - # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205692 + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205692 patch -Np1 -i ../indent-2.2.11-LC_ALL.patch # https://lists.gnu.org/archive/html/bug-indent/2011-08/msg00000.html diff --git a/mingw-w64-insight/PKGBUILD b/mingw-w64-insight/PKGBUILD index 8a1500d4d2..7d8f89b694 100644 --- a/mingw-w64-insight/PKGBUILD +++ b/mingw-w64-insight/PKGBUILD @@ -22,7 +22,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-libiconv" checkdepends=('dejagnu' 'bc') makedepends=("${MINGW_PACKAGE_PREFIX}-libiconv" "${MINGW_PACKAGE_PREFIX}-zlib" "${MINGW_PACKAGE_PREFIX}-ncurses" "${MINGW_PACKAGE_PREFIX}-xz") options=('staticlibs' '!distcc' '!ccache') -source=("ftp://mirrors.kernel.org/sources.redhat.com/gdb/releases/gdb-${pkgver}.tar.bz2" +source=("https://mirrors.kernel.org/sources.redhat.com/gdb/releases/gdb-${pkgver}.tar.bz2" "insight.tar.bz2" 'gdbinit' 'gdb-fix-display-tabs-on-mingw.patch' diff --git a/mingw-w64-json-glib/PKGBUILD b/mingw-w64-json-glib/PKGBUILD index 662383d6e4..c03b177fec 100644 --- a/mingw-w64-json-glib/PKGBUILD +++ b/mingw-w64-json-glib/PKGBUILD @@ -13,7 +13,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" options=('strip' 'staticlibs') license=('LGPL2.1+') url="https://wiki.gnome.org/Projects/JsonGlib" -source=("http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz" 0001-Give-CC-to-gir-scanner.patch) sha256sums=('80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd' 'd3d789fcd1466dde7b42ffe200f699f508bdb477fbabac8c7e0d36703f17a747') diff --git a/mingw-w64-latexila/PKGBUILD b/mingw-w64-latexila/PKGBUILD index 69997a073b..65cee20739 100644 --- a/mingw-w64-latexila/PKGBUILD +++ b/mingw-w64-latexila/PKGBUILD @@ -16,9 +16,9 @@ depends=("${MINGW_PACKAGE_PREFIX}-gsettings-desktop-schemas" makedepends=("${MINGW_PACKAGE_PREFIX}-vala" "${MINGW_PACKAGE_PREFIX}-gobject-introspection") license=("GPL 2") -url="http://www.gnome.org" +url="https://www.gnome.org" install=${_realname}-${CARCH}.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch) sha256sums=('edfd95f321dfff31fb094c243c358cb78d19904164b9ef4fb37c021113044d0a' '94159afb2c0f0688c375ddcce3bf7750e7179c40d394847c665bc492632e3942') diff --git a/mingw-w64-libart_lgpl/PKGBUILD b/mingw-w64-libart_lgpl/PKGBUILD index 14280d2c11..3cfdef1aeb 100644 --- a/mingw-w64-libart_lgpl/PKGBUILD +++ b/mingw-w64-libart_lgpl/PKGBUILD @@ -10,7 +10,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") arch=('any') url='http://www.levien.com/libart' license=('custom') -source=("http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.bz2" +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.bz2" "0001-Fix-an-installation-path-bug.patch") sha1sums=('dbac185c65696381ef188de1f98b348b530e22f9' '1079fcc8b813ce55b445278493fb831a91e347e6') diff --git a/mingw-w64-libassuan/PKGBUILD b/mingw-w64-libassuan/PKGBUILD index d9b01e2235..789c3837c3 100644 --- a/mingw-w64-libassuan/PKGBUILD +++ b/mingw-w64-libassuan/PKGBUILD @@ -8,11 +8,11 @@ pkgrel=1 pkgdesc="A IPC library used by some GnuPG related software (mingw-w64)" arch=('any') license=('GPL') -url="http://www.gnupg.org/related_software/libassuan" +url="https://gnupg.org/related_software/libassuan" depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-libgpg-error") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") -source=(ftp://ftp.gnupg.org/gcrypt/${_realname}/${_realname}-${pkgver}.tar.bz2{,.sig} +source=(https://gnupg.org/ftp/gcrypt/${_realname}/${_realname}-${pkgver}.tar.bz2{,.sig} 0001-fix-def-files.mingw.patch 0002-enable-silent-rules.mingw.patch 0004-enable-gnu.mingw.patch diff --git a/mingw-w64-libblueray/PKGBUILD b/mingw-w64-libblueray/PKGBUILD index 238278e570..5364381400 100644 --- a/mingw-w64-libblueray/PKGBUILD +++ b/mingw-w64-libblueray/PKGBUILD @@ -7,14 +7,14 @@ pkgver=0.9.0 pkgrel=1 pkgdesc="Library to access Blu-Ray disks for video playback (mingw-w64)" arch=('any') -url='http://www.videolan.org/developers/libbluray.html' +url='https://www.videolan.org/developers/libbluray.html' license=('LGPL2.1') depends=("${MINGW_PACKAGE_PREFIX}-libxml2" "${MINGW_PACKAGE_PREFIX}-freetype") options=('strip' 'staticlibs') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-doxygen" "${MINGW_PACKAGE_PREFIX}-pkg-config") -source=(ftp://ftp.videolan.org/pub/videolan/libbluray/${pkgver}/${_realname}-${pkgver}.tar.bz2 +source=(https://download.videolan.org/pub/videolan/libbluray/${pkgver}/${_realname}-${pkgver}.tar.bz2 no-undefined.patch) md5sums=('a4e8077b9fd82349c767cef2ba9bd750' 'abefd822b6db0a042640e9a6dda06254') diff --git a/mingw-w64-libchamplain/PKGBUILD b/mingw-w64-libchamplain/PKGBUILD index 9652ca5471..555e855fda 100644 --- a/mingw-w64-libchamplain/PKGBUILD +++ b/mingw-w64-libchamplain/PKGBUILD @@ -19,8 +19,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "gtk-doc") options=('strip' 'staticlibs') license=("LGPL 2.1") -url="http://www.gnome.org/" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org/" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch) sha256sums=('851e24888d967c10acb8fd878df1292a84b8180eb4c48fc5bfbf1a48896d4aa5' '6aba93f69b14ac384b65dbca00933728cbfe9c34cdd4d562037638b074a7a3e9') diff --git a/mingw-w64-libcroco/PKGBUILD b/mingw-w64-libcroco/PKGBUILD index 72735edb70..aa131debef 100644 --- a/mingw-w64-libcroco/PKGBUILD +++ b/mingw-w64-libcroco/PKGBUILD @@ -7,12 +7,12 @@ pkgver=0.6.11 pkgrel=1 pkgdesc="A CSS parsing library (mingw-w64)" arch=('any') -url="http://www.gnome.org" +url="https://www.gnome.org" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-glib2" "${MINGW_PACKAGE_PREFIX}-libxml2") options=('staticlibs' 'strip') -source=("http://ftp.gnome.org/pub/gnome/sources/libcroco/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/libcroco/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") sha256sums=('132b528a948586b0dfa05d7e9e059901bca5a3be675b6071a90a90b81ae5a056') build() { diff --git a/mingw-w64-libdca-svn/PKGBUILD b/mingw-w64-libdca-svn/PKGBUILD index d1fb764b77..0866b64c0b 100644 --- a/mingw-w64-libdca-svn/PKGBUILD +++ b/mingw-w64-libdca-svn/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="Free library for decoding DTS Coherent Acoustics streams (mingw-w64)" provides=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-libdts") replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-libdts") arch=('any') -url="http://www.videolan.org/developers/libdca.html" +url="https://www.videolan.org/developers/libdca.html" license=("GPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" "subversion") options=('strip' 'staticlibs') diff --git a/mingw-w64-libdvbpsi/PKGBUILD b/mingw-w64-libdvbpsi/PKGBUILD index 195769adf3..d6430c74c9 100644 --- a/mingw-w64-libdvbpsi/PKGBUILD +++ b/mingw-w64-libdvbpsi/PKGBUILD @@ -6,12 +6,12 @@ pkgver=1.3.0 pkgrel=1 pkgdesc="A library designed for decoding and generation of MPEG TS and DVB PSI tables (mingw-w64)" arch=('any') -url="http://developers.videolan.org/libdvbpsi/" +url="https://www.videolan.org/developers/libdvbpsi.html" license=("LGPL2.1") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") options=('staticlibs' 'strip') -source=("http://download.videolan.org/pub/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.bz2") +source=("https://download.videolan.org/pub/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.bz2") sha256sums=('a2fed1d11980662f919bbd1f29e2462719e0f6227e1a531310bd5a706db0a1fe') build() { diff --git a/mingw-w64-libdvdcss/PKGBUILD b/mingw-w64-libdvdcss/PKGBUILD index ce25764583..963f9d6749 100644 --- a/mingw-w64-libdvdcss/PKGBUILD +++ b/mingw-w64-libdvdcss/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.4.0 pkgrel=1 pkgdesc="Portable abstraction library for DVD decryption (mingw-w64)" arch=('any') -url="http://www.videolan.org/libdvdcss" +url="https://www.videolan.org/libdvdcss" license=("GPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-doxygen" @@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" ) depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") options=('staticlibs' 'strip') -source=("http://download.videolan.org/pub/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.bz2" +source=("https://download.videolan.org/pub/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.bz2" #"${_realname}-${pkgver}"::"git://git.videolan.org/${_realname}.git#tag=${pkgver}" ) diff --git a/mingw-w64-libdvdread/PKGBUILD b/mingw-w64-libdvdread/PKGBUILD index 766b07c126..f1fb827f40 100644 --- a/mingw-w64-libdvdread/PKGBUILD +++ b/mingw-w64-libdvdread/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.0.4 pkgrel=1 pkgdesc="Provides a simple foundation for reading DVD video disks (mingw-w64)" arch=('any') -url="http://dvdnav.mplayerhq.hu" +url="https://dvdnav.mplayerhq.hu" license=("GPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-doxygen" @@ -15,8 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "git") depends=("${MINGW_PACKAGE_PREFIX}-libdvdcss") options=('staticlibs' 'strip') -source=(#"http://download.videolan.org/pub/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.bz2" - #ftp://ftp.videolan.org/pub/videolan/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.bz2 +source=(#"https://download.videolan.org/pub/videolan/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.bz2" "${_realname}-${pkgver}"::"git://git.videolan.org/${_realname}.git#tag=${pkgver}" 0001-no-undefined-on.all.patch) sha256sums=('SKIP' diff --git a/mingw-w64-libffi/PKGBUILD b/mingw-w64-libffi/PKGBUILD index 29b3f8324e..0f2b093a34 100644 --- a/mingw-w64-libffi/PKGBUILD +++ b/mingw-w64-libffi/PKGBUILD @@ -10,7 +10,7 @@ arch=('any') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('staticlibs' 'strip') license=('MIT') -url="http://sourceware.org/libffi" +url="https://sourceware.org/libffi" source=("ftp://sourceware.org/pub/libffi/${_realname}-${pkgver}.tar.gz") md5sums=('83b89587607e3eb65c70d361f13bab43') diff --git a/mingw-w64-libgcrypt/PKGBUILD b/mingw-w64-libgcrypt/PKGBUILD index 06b59d6fb2..b16588d33b 100644 --- a/mingw-w64-libgcrypt/PKGBUILD +++ b/mingw-w64-libgcrypt/PKGBUILD @@ -7,12 +7,12 @@ pkgver=1.6.5 pkgrel=1 pkgdesc="General purpose cryptographic library based on the code from GnuPG (mingw-w64)" arch=('any') -url="http://www.gnupg.org" +url="https://gnupg.org" license=('LGPL') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-libgpg-error") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-libgpg-error") # "transfig" "${MINGW_PACKAGE_PREFIX}-ghostscript" options=('staticlibs' 'strip') -source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/${_realname}-${pkgver}.tar.bz2" +source=("https://gnupg.org/ftp/gcrypt/libgcrypt/${_realname}-${pkgver}.tar.bz2" 'libgcrypt-use-correct-def-file.patch' 'libgcrypt-use-correct-asm-code-for-win64.patch' 'Smarter-fig2dev-detection.all.patch') diff --git a/mingw-w64-libgda/PKGBUILD b/mingw-w64-libgda/PKGBUILD index 24e550460a..be30ab6efb 100644 --- a/mingw-w64-libgda/PKGBUILD +++ b/mingw-w64-libgda/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 arch=('any') pkgdesc="Data abstraction library based on GLib (mingw-w64)" license=("LGPL 2") -url="http://www.gnome.org" +url="https://www.gnome.org" depends=("${MINGW_PACKAGE_PREFIX}-gtk3" "${MINGW_PACKAGE_PREFIX}-gtksourceview3" "${MINGW_PACKAGE_PREFIX}-goocanvas" @@ -35,7 +35,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "make" "patch") options=('strip' '!debug' 'staticlibs') -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver:0:3}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver:0:3}/${_realname}-${pkgver}.tar.xz 001-lemon.patch 002-mysql-m4.patch 003-give-cc-to-gir-scanner.all.patch diff --git a/mingw-w64-libgdata/PKGBUILD b/mingw-w64-libgdata/PKGBUILD index fbe14fc15b..4d5c03437f 100644 --- a/mingw-w64-libgdata/PKGBUILD +++ b/mingw-w64-libgdata/PKGBUILD @@ -26,8 +26,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "patch") options=('strip' 'staticlibs') license=("LGPL 2.1") -url="http://www.gnome.org/" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org/" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 0002-symbols.patch 0003-wsock.patch) sha256sums=('ff280b031c50a99ed735c3fa18fbea9ae3e4cc5e3d7dd58ebae09994b01b513b' diff --git a/mingw-w64-libgee/PKGBUILD b/mingw-w64-libgee/PKGBUILD index b6c4350f05..1a8667db32 100644 --- a/mingw-w64-libgee/PKGBUILD +++ b/mingw-w64-libgee/PKGBUILD @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" options=('strip' 'staticlibs') license=("LGPL2+") url="https://wiki.gnome.org/Projects/Libgee" -source=("http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") sha256sums=('4ad99ef937d071b4883c061df40bfe233f7649d50c354cf81235f180b4244399') prepare() { diff --git a/mingw-w64-libgeotiff/PKGBUILD b/mingw-w64-libgeotiff/PKGBUILD index 6d11187d43..2b760a3fa4 100644 --- a/mingw-w64-libgeotiff/PKGBUILD +++ b/mingw-w64-libgeotiff/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.4.0 pkgrel=2 pkgdesc="Cartographic projection software (PROJ.4) (mingw-w64)" arch=(any) -url="http://trac.osgeo.org/geotiff/" +url="https://trac.osgeo.org/geotiff/" license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-libtiff" diff --git a/mingw-w64-libgit2-glib/PKGBUILD b/mingw-w64-libgit2-glib/PKGBUILD index 4c439c318c..2d0e477067 100644 --- a/mingw-w64-libgit2-glib/PKGBUILD +++ b/mingw-w64-libgit2-glib/PKGBUILD @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" options=('strip' 'staticlibs') license=("LGPL") url="https://wiki.gnome.org/Projects/Libgit2-glib" -source=("http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") sha256sums=('50853d1fbdabcdf67c14d3295a973c1c6f625b7d298459e494135a31984f140b') prepare() { diff --git a/mingw-w64-libglade/PKGBUILD b/mingw-w64-libglade/PKGBUILD index 6062fd01bc..7952bc74ef 100644 --- a/mingw-w64-libglade/PKGBUILD +++ b/mingw-w64-libglade/PKGBUILD @@ -6,7 +6,7 @@ pkgver=2.6.4 pkgrel=4 pkgdesc="Allows you to load glade interface files in a program at runtime (mingw-w64)" arch=(any) -url="http://www.gnome.org" +url="https://www.gnome.org" license=('LGPL') depends=("${MINGW_PACKAGE_PREFIX}-gtk2>=2.16.0" "${MINGW_PACKAGE_PREFIX}-libxml2>=2.7.3") @@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") optdepends=("${MINGW_PACKAGE_PREFIX}-python2: libglade-convert script") options=('staticlibs' 'strip') -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/2.6/${_realname}-${pkgver}.tar.bz2 +source=(https://download.gnome.org/sources/${_realname}/2.6/${_realname}-${pkgver}.tar.bz2 libglade-2.0.1-nowarning.patch libglade-secondary.patch libglade-link-against-gmodule.patch) diff --git a/mingw-w64-libgnomecanvas/PKGBUILD b/mingw-w64-libgnomecanvas/PKGBUILD index f36860e9a5..7dc2e52f7e 100644 --- a/mingw-w64-libgnomecanvas/PKGBUILD +++ b/mingw-w64-libgnomecanvas/PKGBUILD @@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "intltool") url='https://developer.gnome.org/libgnomecanvas/stable/GnomeCanvas.html' license=('LGPL2') -source=("http://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/${pkgver%.*}/${_realname}-${pkgver}.tar.gz") +source=("https://download.gnome.org/sources/libgnomecanvas/${pkgver%.*}/${_realname}-${pkgver}.tar.gz") sha1sums=('e73e0739d28c0772728621ae151c9a7d9b6d3dfd') prepare() { diff --git a/mingw-w64-libgpg-error/PKGBUILD b/mingw-w64-libgpg-error/PKGBUILD index 43f442ca7d..3d61d8883b 100644 --- a/mingw-w64-libgpg-error/PKGBUILD +++ b/mingw-w64-libgpg-error/PKGBUILD @@ -7,12 +7,12 @@ pkgver=1.20 pkgrel=1 pkgdesc="Support library for libgcrypt (mingw-w64)" arch=('any') -url="http://www.gnupg.org" +url="https://gnupg.org" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-gettext") options=('staticlibs' 'strip') -source=("ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_realname}-${pkgver}.tar.bz2" +source=("https://gnupg.org/ftp/gcrypt/libgpg-error/${_realname}-${pkgver}.tar.bz2" 01-mingw32-fix-potomo.mingw.patch 02-fix-symbollist-on.mingw.patch 04-use-winpthreads.mingw.patch diff --git a/mingw-w64-libgsf/PKGBUILD b/mingw-w64-libgsf/PKGBUILD index b1f83f2a60..436b8d4a93 100644 --- a/mingw-w64-libgsf/PKGBUILD +++ b/mingw-w64-libgsf/PKGBUILD @@ -17,8 +17,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-vala" "intltool") options=('strip' 'staticlibs') license=("LGPL 2.1") -url="http://www.gnome.org/" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org/" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch 002-get-unix-path-for-git.patch) sha256sums=('f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528' diff --git a/mingw-w64-libgweather/PKGBUILD b/mingw-w64-libgweather/PKGBUILD index 2f9a070942..81064171dc 100644 --- a/mingw-w64-libgweather/PKGBUILD +++ b/mingw-w64-libgweather/PKGBUILD @@ -20,9 +20,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "intltool") options=('strip' 'staticlibs') license=("LGPL 2.1") -url="http://www.gnome.org/" +url="https://www.gnome.org/" install=${_realname}-${CARCH}.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch 002-relocation.patch) sha256sums=('94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0' diff --git a/mingw-w64-libgxps/PKGBUILD b/mingw-w64-libgxps/PKGBUILD index 139625af06..fef71bcf81 100644 --- a/mingw-w64-libgxps/PKGBUILD +++ b/mingw-w64-libgxps/PKGBUILD @@ -22,8 +22,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "gettext-devel") options=('strip' 'staticlibs') license=("LGPL 2.1") -url="http://www.gnome.org" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver:0:3}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org" +source=(https://download.gnome.org/sources/${_realname}/${pkgver:0:3}/${_realname}-${pkgver}.tar.xz 0002-missing-include.patch 0003-missing-cflags-libs.patch) sha256sums=('6ea5f0ed85665a4e6702e31e38b5f1b2e5ae4f3d316a55d7f1fb1799224b4127' diff --git a/mingw-w64-libical-glib/PKGBUILD b/mingw-w64-libical-glib/PKGBUILD index a5fe763de6..4fafba82b0 100644 --- a/mingw-w64-libical-glib/PKGBUILD +++ b/mingw-w64-libical-glib/PKGBUILD @@ -14,8 +14,8 @@ makedepends=("gtk-doc" "${MINGW_PACKAGE_PREFIX}-gobject-introspection") options=('strip' 'staticlibs') license=("LGPL 2.1") -url="http://www.gnome.org/" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org/" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch) sha256sums=('75373fb778352656c6368ffa7b371afa2fd2e2579874b0ec653a443da7a72d36' '4e34ccb69bd5356071b4d0ee96cf5b7148f6ae7dd3815861dee4fbb8e99156fd') diff --git a/mingw-w64-libksba/PKGBUILD b/mingw-w64-libksba/PKGBUILD index 40c98305bc..a519b139de 100644 --- a/mingw-w64-libksba/PKGBUILD +++ b/mingw-w64-libksba/PKGBUILD @@ -7,10 +7,10 @@ pkgrel=2 pkgdesc="A CMS and X.509 access library (mingw-w64)" arch=('any') license=('GPL') -url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba" +url="https://www.gnupg.org/related_software/libksba/" depends=("${MINGW_PACKAGE_PREFIX}-libgpg-error") options=('strip' 'staticlibs') -source=(ftp://ftp.gnupg.org/gcrypt/${_realname}/${_realname}-${pkgver}.tar.bz2 +source=(https://gnupg.org/ftp/gcrypt/${_realname}/${_realname}-${pkgver}.tar.bz2 0001-fix-def.mingw.patch) md5sums=('a5dd3c57fca254935f5cf8db26e39065' '437ad992a8ac21ba7646f707b2b4a4f2') diff --git a/mingw-w64-libnice/PKGBUILD b/mingw-w64-libnice/PKGBUILD index 0b3fd98397..27ed6aea78 100644 --- a/mingw-w64-libnice/PKGBUILD +++ b/mingw-w64-libnice/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.1.13 pkgrel=1 pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams) (mingw-w64)" arch=('any') -url="http://nice.freedesktop.org" +url="https://nice.freedesktop.org/wiki/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-gstreamer" @@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" depends=("${MINGW_PACKAGE_PREFIX}-glib2") optdepends=("${MINGW_PACKAGE_PREFIX}-gstreamer") options=('staticlibs' 'strip') -source=("http://nice.freedesktop.org/releases/${_realname}-${pkgver}.tar.gz" +source=("https://nice.freedesktop.org/releases/${_realname}-${pkgver}.tar.gz" 0001-fix-redefinition-mingw-w64.patch 0003-give-cc-to-gir-scanner.all.patch 0004-mingw-w64-types.patch) diff --git a/mingw-w64-libnotify/PKGBUILD b/mingw-w64-libnotify/PKGBUILD index ba03c443cd..4e59ae9dc2 100644 --- a/mingw-w64-libnotify/PKGBUILD +++ b/mingw-w64-libnotify/PKGBUILD @@ -8,14 +8,14 @@ pkgver=0.7.6 pkgrel=2 pkgdesc="Desktop notification library (mingw-w64)" arch=('any') -url="http://library.gnome.org/devel/notification-spec/" +url="https://developer.gnome.org/notification-spec/" license=('LGPL') depends=("${MINGW_PACKAGE_PREFIX}-gdk-pixbuf2") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-gtk3" "${MINGW_PACKAGE_PREFIX}-gobject-introspection" "${MINGW_PACKAGE_PREFIX}-pkg-config" ) -source=("http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz" "introspection.patch" "test-fix.patch") sha256sums=('0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837' diff --git a/mingw-w64-libogg/PKGBUILD b/mingw-w64-libogg/PKGBUILD index 8e8964566b..ee2c8e2c1a 100644 --- a/mingw-w64-libogg/PKGBUILD +++ b/mingw-w64-libogg/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.3.2 pkgrel=2 pkgdesc="Ogg bitstream and framing library (mingw-w64)" arch=('any') -url="http://xiph.org" +url="https://xiph.org" license=('BSD') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('staticlibs' 'strip') diff --git a/mingw-w64-libpeas/PKGBUILD b/mingw-w64-libpeas/PKGBUILD index 3c0a9554fa..451d00c88d 100644 --- a/mingw-w64-libpeas/PKGBUILD +++ b/mingw-w64-libpeas/PKGBUILD @@ -23,7 +23,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" ) options=('strip' 'staticlibs') install=${_realname}-${CARCH}.install -source=(http://download.gnome.org/sources/${_realname}/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz 0004-localedir-fix.patch) md5sums=('48c5b3da391da1ae390e9d45d88a6aeb' 'ee2cc56c1448c32020288c817b81ff7f') diff --git a/mingw-w64-librest/PKGBUILD b/mingw-w64-librest/PKGBUILD index 6fd5033887..3083feb392 100644 --- a/mingw-w64-librest/PKGBUILD +++ b/mingw-w64-librest/PKGBUILD @@ -15,8 +15,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-vala" "intltool") options=('strip' 'staticlibs') license=("LGPL 2.1") -url="http://www.gnome.org/" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org/" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch) sha256sums=('c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216' 'c7b1ebbc45071b08493758b6953e19cec4d7eac1b8e95fdb67011797b4a26a93') diff --git a/mingw-w64-librsvg/PKGBUILD b/mingw-w64-librsvg/PKGBUILD index 22ebd520f0..bcfaa4fe62 100644 --- a/mingw-w64-librsvg/PKGBUILD +++ b/mingw-w64-librsvg/PKGBUILD @@ -20,7 +20,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gdk-pixbuf2" "${MINGW_PACKAGE_PREFIX}-libcroco") optdepends=("${MINGW_PACKAGE_PREFIX}-gtk3: for rsvg-view-3") options=('staticlibs' 'strip') -source=("http://ftp.gnome.org/pub/gnome/sources/librsvg/${pkgver%.*}/${_realname}-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/librsvg/${pkgver%.*}/${_realname}-${pkgver}.tar.xz" "0005-hack-unixy-paths.patch") sha256sums=('ffe40c4378bf3899f4d679a475726bab03a127a5bdccddec86404cc329ffb550' 'b23b094c0cb65fcbbbb952350448de6f3430b30f273e05acdbf7a56d634212dc') diff --git a/mingw-w64-libsecret/PKGBUILD b/mingw-w64-libsecret/PKGBUILD index 91259c6658..fcfb58a25b 100644 --- a/mingw-w64-libsecret/PKGBUILD +++ b/mingw-w64-libsecret/PKGBUILD @@ -17,7 +17,7 @@ depends=(${MINGW_PACKAGE_PREFIX}-gcc-libs ${MINGW_PACKAGE_PREFIX}-glib2 ${MINGW_PACKAGE_PREFIX}-libgcrypt) options=('!libtool' 'strip') -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.xz 0001-port-to.mingw.patch) md5sums=('279d723cd005e80d1d304f74a3488acc' '32d12d84dc3ae5b108e67f12a512bd3c') diff --git a/mingw-w64-libsigc++/PKGBUILD b/mingw-w64-libsigc++/PKGBUILD index 391e63eaba..0f01520f7a 100644 --- a/mingw-w64-libsigc++/PKGBUILD +++ b/mingw-w64-libsigc++/PKGBUILD @@ -12,7 +12,7 @@ license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") options=('staticlibs' 'strip') -source=("http://ftp.gnome.org/pub/GNOME/sources/libsigc++/${pkgver%.*}/libsigc++-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/libsigc++/${pkgver%.*}/libsigc++-${pkgver}.tar.xz") sha256sums=('fdace7134c31de792c17570f9049ca0657909b28c4c70ec4882f91a03de54437') build() { diff --git a/mingw-w64-libsoup/PKGBUILD b/mingw-w64-libsoup/PKGBUILD index 22eb35401f..06023e93b9 100644 --- a/mingw-w64-libsoup/PKGBUILD +++ b/mingw-w64-libsoup/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.52.2 pkgrel=1 pkgdesc="HTTP client/server library (mingw-w64)" arch=(any) -url="http://ftp.gnome.org/pub/GNOME/sources/libsoup" +url="https://download.gnome.org/sources/libsoup" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-gobject-introspection" @@ -20,7 +20,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-libxml2" "${MINGW_PACKAGE_PREFIX}-sqlite3") options=('staticlibs' 'strip') -source=("http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz" 0004-localedir-fix.patch 0006-change-pkg-config-invocations.mingw.patch) md5sums=('e4757d09012ed93822b1ee41435fec24' diff --git a/mingw-w64-libspectre/PKGBUILD b/mingw-w64-libspectre/PKGBUILD index 2f7c2ad50b..bd3d85668b 100644 --- a/mingw-w64-libspectre/PKGBUILD +++ b/mingw-w64-libspectre/PKGBUILD @@ -18,8 +18,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "make") options=('strip' 'staticlibs') license=("GPL 2") -url="http://libspectre.freedesktop.org/" -source=(http://libspectre.freedesktop.org/releases/${_realname}-${pkgver}.tar.gz +url="https://www.freedesktop.org/wiki/Software/libspectre/" +source=(https://libspectre.freedesktop.org/releases/${_realname}-${pkgver}.tar.gz gs-error-codes.patch) sha256sums=('e81b822a106beed14cf0fec70f1b890c690c2ffa150fa2eee41dc26518a6c3ec' '4be333af80378aba74c7bc3804727e3a3b49ccfaee0a8f9173094607e01b9b17') diff --git a/mingw-w64-libssh2/PKGBUILD b/mingw-w64-libssh2/PKGBUILD index 52f8e31074..eb8f775e14 100644 --- a/mingw-w64-libssh2/PKGBUILD +++ b/mingw-w64-libssh2/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.6.0 pkgrel=2 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts (mingw-w64)" arch=('any') -url="http://www.libssh2.org" +url="https://libssh2.org" license=("BSD") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-openssl" "${MINGW_PACKAGE_PREFIX}-zlib") diff --git a/mingw-w64-libvorbis/PKGBUILD b/mingw-w64-libvorbis/PKGBUILD index 7098ffeea3..e4052a047c 100644 --- a/mingw-w64-libvorbis/PKGBUILD +++ b/mingw-w64-libvorbis/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.3.5 pkgrel=1 pkgdesc="Vorbis codec library (mingw-w64)" arch=('any') -url="http://xiph.org" +url="https://xiph.org" license=('custom') depends=("${MINGW_PACKAGE_PREFIX}-libogg" "${MINGW_PACKAGE_PREFIX}-gcc-libs") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") diff --git a/mingw-w64-libxml++/PKGBUILD b/mingw-w64-libxml++/PKGBUILD index a4d03b1ca0..8f2821a16e 100644 --- a/mingw-w64-libxml++/PKGBUILD +++ b/mingw-w64-libxml++/PKGBUILD @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") options=('strip' 'staticlibs') license=('LGPL') url="http://libxmlplusplus.sourceforge.net/" -source=("http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") md5sums=('c4a0a131cf149300b8edbb7fe1c19202') prepare() { diff --git a/mingw-w64-meld3/PKGBUILD b/mingw-w64-meld3/PKGBUILD index 824da4d10c..439002dd19 100644 --- a/mingw-w64-meld3/PKGBUILD +++ b/mingw-w64-meld3/PKGBUILD @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" 'intltool' 'itstool') install=meld-${CARCH}.install -source=(http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz '0001-fixes-for-MinGW-w64-symlinks-and-use-sh-to-spawn.patch' "0002-build-exe.patch") md5sums=('238c3eba59290d5128675c88c1849e05' diff --git a/mingw-w64-nanovg-git/PKGBUILD b/mingw-w64-nanovg-git/PKGBUILD index 18f139fdae..dcf9c0847c 100644 --- a/mingw-w64-nanovg-git/PKGBUILD +++ b/mingw-w64-nanovg-git/PKGBUILD @@ -12,7 +12,7 @@ makedepends=("git" "${MINGW_PACKAGE_PREFIX}-premake") conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-${_realname}") -source=("${_realname}"::'git://github.com/memononen/nanovg.git') +source=("${_realname}"::'https://github.com/memononen/nanovg.git') md5sums=('SKIP') options=('staticlibs') diff --git a/mingw-w64-nim/PKGBUILD b/mingw-w64-nim/PKGBUILD index 3cc27c0162..9fa8bcaf29 100644 --- a/mingw-w64-nim/PKGBUILD +++ b/mingw-w64-nim/PKGBUILD @@ -12,8 +12,8 @@ url='http://nim-lang.org/' license=('MIT') makedepends=('git') options=(!emptydirs) -source=("${_realname}::git://github.com/Araq/Nim.git#tag=v${pkgver}" - "${_realname}-build::git://github.com/nim-lang/csources" +source=("${_realname}::https://github.com/Araq/Nim.git#tag=v${pkgver}" + "${_realname}-build::https://github.com/nim-lang/csources" "0001-Use-unixy-filenames-even-on-Windows.patch" "0002-Recognize-mingw-in-build.sh.patch") md5sums=('SKIP' diff --git a/mingw-w64-nimble/PKGBUILD b/mingw-w64-nimble/PKGBUILD index 22a80c226e..b25bc83e83 100644 --- a/mingw-w64-nimble/PKGBUILD +++ b/mingw-w64-nimble/PKGBUILD @@ -10,7 +10,7 @@ url='https://github.com/nim-lang/nimble' license=('BSD') makedepends=('git' "${MINGW_PACKAGE_PREFIX}-nim") -source=("${_realname}::git://github.com/nim-lang/nimble.git#tag=v${pkgver}") +source=("${_realname}::https://github.com/nim-lang/nimble.git#tag=v${pkgver}") md5sums=('SKIP') build() { diff --git a/mingw-w64-npth/PKGBUILD b/mingw-w64-npth/PKGBUILD index 7e72b249c1..f2f2c703fc 100644 --- a/mingw-w64-npth/PKGBUILD +++ b/mingw-w64-npth/PKGBUILD @@ -9,9 +9,9 @@ arch=('any') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") license=('LGPL') -url="http://www.gnupg.org/" +url="https://gnupg.org/" validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') -source=("ftp://ftp.gnupg.org/gcrypt/${_realname}/${_realname}-${pkgver}.tar.bz2"{,.sig}) +source=("https://gnupg.org/ftp/gcrypt/${_realname}/${_realname}-${pkgver}.tar.bz2"{,.sig}) sha1sums=('3bfa2a2d7521d6481850e8a611efe5bf5ed75200' 'SKIP') diff --git a/mingw-w64-nspr/PKGBUILD b/mingw-w64-nspr/PKGBUILD index 8072362517..19d8947885 100644 --- a/mingw-w64-nspr/PKGBUILD +++ b/mingw-w64-nspr/PKGBUILD @@ -8,13 +8,13 @@ pkgver=4.10.10 pkgrel=1 pkgdesc="Netscape Portable Runtime (mingw-w64)" arch=('any') -url="http://www.mozilla.org/projects/nspr/" +url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR" license=(MPL2) depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "zip") options=('staticlibs' 'strip' '!emptydirs') source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_realname}-${pkgver}.tar.gz - http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/moztools-static.zip + https://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/moztools-static.zip nspr-4.10.6-mswsock.patch nspr-4.10.2_autotools.patch nspr-4.10.2_mingw.patch diff --git a/mingw-w64-nss/PKGBUILD b/mingw-w64-nss/PKGBUILD index 243f499694..42d4093c87 100644 --- a/mingw-w64-nss/PKGBUILD +++ b/mingw-w64-nss/PKGBUILD @@ -9,7 +9,7 @@ _nsprver=4.10.10 pkgrel=1 pkgdesc="Mozilla Network Security Services (mingw-w64)" arch=('any') -url="http://www.mozilla.org/projects/security/pki/nss/" +url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS" license=(MPL2) depends=("${MINGW_PACKAGE_PREFIX}-nspr" "${MINGW_PACKAGE_PREFIX}-sqlite3" @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-nspr" makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "zip" "perl") options=('staticlibs' 'strip' '!emptydirs') source=(https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_realname}-${pkgver}.tar.gz - http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/moztools-static.zip + https://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/moztools-static.zip nss.pc.in nss-config.in ssl-renegotiate-transitional.patch diff --git a/mingw-w64-octopi-git/PKGBUILD b/mingw-w64-octopi-git/PKGBUILD index fc6b6a6fa8..ca7204edb9 100644 --- a/mingw-w64-octopi-git/PKGBUILD +++ b/mingw-w64-octopi-git/PKGBUILD @@ -14,7 +14,7 @@ makedepends=('git' "${MINGW_PACKAGE_PREFIX}-qt5-static" "${MINGW_PACKAGE_PREFIX} depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") provides=("${MINGW_PACKAGE_PREFIX}-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}") -_gitroot="git://github.com/aarnt/octopi.git" +_gitroot="https://github.com/aarnt/octopi.git" _gitname="octopi" #options=('debug' '!strip') source=("${_gitname}"::"${_gitroot}" diff --git a/mingw-w64-opencollada-git/PKGBUILD b/mingw-w64-opencollada-git/PKGBUILD index 2590da355a..4ebd4d7b15 100644 --- a/mingw-w64-opencollada-git/PKGBUILD +++ b/mingw-w64-opencollada-git/PKGBUILD @@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-libxml2" provides=("${MINGW_PACKAGE_PREFIX}-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}") options=('staticlibs' 'strip') -source=("${_realname}"::"git://github.com/KhronosGroup/OpenCOLLADA.git" +source=("${_realname}"::"https://github.com/KhronosGroup/OpenCOLLADA.git" fix-mingw-w64.patch fix-missing-include.patch) md5sums=('SKIP' diff --git a/mingw-w64-openssl/PKGBUILD b/mingw-w64-openssl/PKGBUILD index 82e5381ffe..d928c0a052 100644 --- a/mingw-w64-openssl/PKGBUILD +++ b/mingw-w64-openssl/PKGBUILD @@ -13,9 +13,9 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-zlib") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('strip' '!buildflags' 'staticlibs') license=('BSD') -url="http://www.openssl.org" +url="https://www.openssl.org" noextract=(${_realname}-${_ver}.tar.gz) -source=(http://www.openssl.org/source/${_realname}-${_ver}.tar.gz{,.asc} +source=(https://www.openssl.org/source/${_realname}-${_ver}.tar.gz{,.asc} 'openssl-1.0.0a-ldflags.patch' 'openssl-1.0.0d-windres.patch' 'openssl-1.0.2a-parallel-build.patch' diff --git a/mingw-w64-orc/PKGBUILD b/mingw-w64-orc/PKGBUILD index b9f1e9c667..fb9daf28cc 100644 --- a/mingw-w64-orc/PKGBUILD +++ b/mingw-w64-orc/PKGBUILD @@ -10,7 +10,7 @@ url="http://code.entropywave.com/projects/orc/" license=("custom") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") options=('strip' 'staticlibs') -source=("http://gstreamer.freedesktop.org/src/orc/${_realname}-${pkgver}.tar.xz") +source=("https://gstreamer.freedesktop.org/src/orc/${_realname}-${pkgver}.tar.xz") md5sums=('9e793ec34c0e20339659dd4bbbf62135') prepare() { diff --git a/mingw-w64-osmgpsmap-git/PKGBUILD b/mingw-w64-osmgpsmap-git/PKGBUILD index c85edcc0a4..3c8ad64849 100644 --- a/mingw-w64-osmgpsmap-git/PKGBUILD +++ b/mingw-w64-osmgpsmap-git/PKGBUILD @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gnome-common" "gtk-doc" "git") options=('staticlibs' 'strip' '!debug') -source=("git://github.com/nzjrs/osm-gps-map" +source=("https://github.com/nzjrs/osm-gps-map" 001-fix-docdir.patch) md5sums=('SKIP' '797e4ef839ab903de0311fd06277cb0c') diff --git a/mingw-w64-p11-kit/PKGBUILD b/mingw-w64-p11-kit/PKGBUILD index e6bd5b6fb7..94d27387d1 100644 --- a/mingw-w64-p11-kit/PKGBUILD +++ b/mingw-w64-p11-kit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.23.1 pkgrel=3 pkgdesc="Library to work with PKCS#11 modules" arch=('any') -url="http://p11-glue.freedesktop.org" +url="https://p11-glue.freedesktop.org" license=('BSD') depends=("${MINGW_PACKAGE_PREFIX}-libtasn1" "${MINGW_PACKAGE_PREFIX}-libffi" diff --git a/mingw-w64-pango/PKGBUILD b/mingw-w64-pango/PKGBUILD index 993a75ca30..c1c803a682 100644 --- a/mingw-w64-pango/PKGBUILD +++ b/mingw-w64-pango/PKGBUILD @@ -28,7 +28,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-glib2" "${MINGW_PACKAGE_PREFIX}-harfbuzz") options=('staticlibs' 'strip' 'emptydirs') -source=("http://ftp.gnome.org/pub/gnome/sources/pango/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz" +source=("https://download.gnome.org/sources/pango/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz" 0001-no-unconditional-xft-please.all.patch 0002-msvc-is-impotent-but-not.mingw.patch) sha256sums=('1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7' diff --git a/mingw-w64-pangomm/PKGBUILD b/mingw-w64-pangomm/PKGBUILD index 9d9ac308c6..41638b0184 100644 --- a/mingw-w64-pangomm/PKGBUILD +++ b/mingw-w64-pangomm/PKGBUILD @@ -12,7 +12,7 @@ license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-cairomm" "${MINGW_PACKAGE_PREFIX}-glibmm" "${MINGW_PACKAGE_PREFIX}-pango") options=(staticlibs strip) -source=("http://ftp.gnome.org/pub/GNOME/sources/pangomm/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/pangomm/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") sha256sums=('effb18505b36d81fc32989a39ead8b7858940d0533107336a30bc3eef096bc8b') prepare() { diff --git a/mingw-w64-pcre/PKGBUILD b/mingw-w64-pcre/PKGBUILD index 32579aa0e1..988eb865c1 100644 --- a/mingw-w64-pcre/PKGBUILD +++ b/mingw-w64-pcre/PKGBUILD @@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-wineditline" "${MINGW_PACKAGE_PREFIX}-zlib") options=('staticlibs' 'strip') -source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${_realname}-${pkgver}.tar.bz2{,.sig}) +source=(https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${_realname}-${pkgver}.tar.bz2{,.sig}) md5sums=('ed91be292cb01d21bc7e526816c26981' 'SKIP') diff --git a/mingw-w64-phodav/PKGBUILD b/mingw-w64-phodav/PKGBUILD index 299e3ff463..2c18be9ea8 100644 --- a/mingw-w64-phodav/PKGBUILD +++ b/mingw-w64-phodav/PKGBUILD @@ -11,8 +11,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "gtk-doc") options=('strip' 'staticlibs') license=("LGPL 2.1") -url="http://www.gnome.org" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver}/${_realname}-$pkgver.tar.xz +url="https://www.gnome.org" +source=(https://download.gnome.org/sources/${_realname}/${pkgver}/${_realname}-$pkgver.tar.xz 001-win.patch) sha256sums=('53b42faf2d6edfb0072dbbbe9b8360d8603cca2cacd142df8d1781b9ba0cb9ed' '2480a0b804924fd1cfa3dd6a949cdb2250d487cead2f1b1d30ba8cf8e3ec0246') diff --git a/mingw-w64-pidgin++/PKGBUILD b/mingw-w64-pidgin++/PKGBUILD index 436b7a71b8..76d4328c77 100644 --- a/mingw-w64-pidgin++/PKGBUILD +++ b/mingw-w64-pidgin++/PKGBUILD @@ -23,7 +23,7 @@ makedepends=('python2' "ca-certificates" 'intltool') # source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc}) -source=(~renatosilva-${pkgname}-trunk-${pkgver}.tgz::http://bazaar.launchpad.net/~renatosilva/pidgin++/trunk/tarball/${pkgver}) +source=(~renatosilva-${pkgname}-trunk-${pkgver}.tgz::https://bazaar.launchpad.net/~renatosilva/pidgin++/trunk/tarball/${pkgver}) sha256sums=('SKIP') prepare() { [ -d "${srcdir}"/${_realname}-${pkgver}-${CARCH} ] && rm -rf "${srcdir}"/${_realname}-${pkgver}-${CARCH} diff --git a/mingw-w64-pidgin/PKGBUILD b/mingw-w64-pidgin/PKGBUILD index 9d862deac7..4bfb8c4963 100644 --- a/mingw-w64-pidgin/PKGBUILD +++ b/mingw-w64-pidgin/PKGBUILD @@ -7,7 +7,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=2.10.12 pkgrel=1 pkgdesc='Multi-protocol instant messaging client (mingw-w64)' -url='http://pidgin.im' +url='https://pidgin.im' license=(GPL2+) arch=('any') diff --git a/mingw-w64-pkg-config/PKGBUILD b/mingw-w64-pkg-config/PKGBUILD index 07d8481a36..fb0907560a 100644 --- a/mingw-w64-pkg-config/PKGBUILD +++ b/mingw-w64-pkg-config/PKGBUILD @@ -7,13 +7,13 @@ pkgver=0.29 pkgrel=1 pkgdesc="A system for managing library compile/link flags (mingw-w64)" arch=('any') -url="http://pkgconfig.freedesktop.org/wiki/" +url="https://www.freedesktop.org/wiki/Software/pkg-config/" license=('GPL') depends=("${MINGW_PACKAGE_PREFIX}-libwinpthread") conflicts=("${MINGW_PACKAGE_PREFIX}-pkgconf") replaces=("${MINGW_PACKAGE_PREFIX}-pkgconf") groups=("${MINGW_PACKAGE_PREFIX}-toolchain") -source=(http://pkgconfig.freedesktop.org/releases/${_realname}-${pkgver}.tar.gz +source=(https://pkgconfig.freedesktop.org/releases/${_realname}-${pkgver}.tar.gz 0001-fix-double-slash-in-test.patch 0010-expand-paths.mingw.patch 0011-platform-dependent-separator-and-adjustable-prefix.mingw.patch diff --git a/mingw-w64-poppler-data/PKGBUILD b/mingw-w64-poppler-data/PKGBUILD index f6fe05d1a1..696a6e6473 100644 --- a/mingw-w64-poppler-data/PKGBUILD +++ b/mingw-w64-poppler-data/PKGBUILD @@ -7,8 +7,8 @@ pkgrel=2 pkgdesc="Encoding data for the poppler PDF rendering library" arch=('any') license=('custom' 'GPL2') -url="http://poppler.freedesktop.org/" -source=(http://poppler.freedesktop.org/${_realname}-${pkgver}.tar.gz) +url="https://poppler.freedesktop.org/" +source=(https://poppler.freedesktop.org/${_realname}-${pkgver}.tar.gz) md5sums=('636a8f2b9f6df9e7ced8ec0946961eaf') package() { diff --git a/mingw-w64-poppler-qt4/PKGBUILD b/mingw-w64-poppler-qt4/PKGBUILD index 036988056e..5e1e39521b 100644 --- a/mingw-w64-poppler-qt4/PKGBUILD +++ b/mingw-w64-poppler-qt4/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.36.0 pkgrel=1 pkgdesc="PDF rendering library based on xpdf 3.0 (mingw-w64)" arch=('any') -url="http://poppler.freedesktop.org" +url="https://poppler.freedesktop.org/" license=("GPL") conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" @@ -28,7 +28,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-cairo" optdepends=("${MINGW_PACKAGE_PREFIX}-glib2: libpoppler-glib" "${MINGW_PACKAGE_PREFIX}-qt4: libpoppler-qt4") options=('strip' 'staticlibs') -source=("http://poppler.freedesktop.org/${_realname}-${pkgver}.tar.xz" +source=("https://poppler.freedesktop.org/${_realname}-${pkgver}.tar.xz" "give-cc-to-gir-scanner.mingw.patch") md5sums=('9f72a76e6ca899dd81b03537c4ce3680' '727c1b414987f6ee2ba841d9db57a967') diff --git a/mingw-w64-poppler/PKGBUILD b/mingw-w64-poppler/PKGBUILD index 9fd3b9d2aa..3caf5c1769 100644 --- a/mingw-w64-poppler/PKGBUILD +++ b/mingw-w64-poppler/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.39.0 pkgrel=1 pkgdesc="PDF rendering library based on xpdf 3.0 (mingw-w64)" arch=('any') -url="http://poppler.freedesktop.org" +url="https://poppler.freedesktop.org/" license=("GPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" @@ -27,7 +27,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-cairo" optdepends=("${MINGW_PACKAGE_PREFIX}-glib2: libpoppler-glib" "${MINGW_PACKAGE_PREFIX}-qt5: libpoppler-qt5") options=('strip' 'staticlibs') -source=("http://poppler.freedesktop.org/${_realname}-${pkgver}.tar.xz") +source=("https://poppler.freedesktop.org/${_realname}-${pkgver}.tar.xz") md5sums=('5100960c61b932430b5d74068d71f530') prepare() { diff --git a/mingw-w64-postr/PKGBUILD b/mingw-w64-postr/PKGBUILD index d8e9a3120a..ff51c3e4e1 100644 --- a/mingw-w64-postr/PKGBUILD +++ b/mingw-w64-postr/PKGBUILD @@ -12,8 +12,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "gnome-doc-utils") options=('strip' 'staticlibs') license=("GPL 2") -url="http://www.gnome.org" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch) sha256sums=('8b004d108ebe18e0399f8a20282f129a3c8c9b6615322479d0e01918c6b42fbc' '7f963d3703a7e0fc678622a69961a6dabb00af050086520fd122fdcc37fbc292') diff --git a/mingw-w64-proj/PKGBUILD b/mingw-w64-proj/PKGBUILD index 541506e651..b0a679a200 100644 --- a/mingw-w64-proj/PKGBUILD +++ b/mingw-w64-proj/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.9.2 pkgrel=1 pkgdesc="Cartographic projection software (PROJ.4) (mingw-w64)" arch=(any) -url="http://proj.osgeo.org" +url="https://trac.osgeo.org/proj/" license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-libtool") diff --git a/mingw-w64-pygobject/PKGBUILD b/mingw-w64-pygobject/PKGBUILD index af202d0619..0489b6bc46 100644 --- a/mingw-w64-pygobject/PKGBUILD +++ b/mingw-w64-pygobject/PKGBUILD @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-gobject-introspection" "${MINGW_PACKAGE_PREFIX}-gnome-common") options=('staticlibs' 'strip') -source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${pkgver%.*}/${_realname}-${pkgver}.tar.xz) +source=(https://download.gnome.org/sources/pygobject/${pkgver%.*}/${_realname}-${pkgver}.tar.xz) md5sums=('2ac5d4398e7ecabf64b3deb65c799516') prepare() { diff --git a/mingw-w64-pygobject2/PKGBUILD b/mingw-w64-pygobject2/PKGBUILD index 84220efc5e..c40a0e0df6 100644 --- a/mingw-w64-pygobject2/PKGBUILD +++ b/mingw-w64-pygobject2/PKGBUILD @@ -10,7 +10,7 @@ url="http://www.pygtk.org" license=('LGPL') makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python3" "${MINGW_PACKAGE_PREFIX}-gobject-introspection" "${MINGW_PACKAGE_PREFIX}-gnome-common") options=('staticlibs' 'strip') -source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/pygobject/${pkgver%.*}/${_realname}-${pkgver}.tar.xz win32-fix.patch python-m4.patch) md5sums=('9415cb7f2b3a847f2310ccea258b101e' diff --git a/mingw-w64-pygtksourceview2/PKGBUILD b/mingw-w64-pygtksourceview2/PKGBUILD index 0a93e1e7c8..c4df0e6264 100644 --- a/mingw-w64-pygtksourceview2/PKGBUILD +++ b/mingw-w64-pygtksourceview2/PKGBUILD @@ -6,14 +6,14 @@ pkgver=2.10.1 pkgrel=1 pkgdesc="Python bindings for gtksourceview2 (mingw-w64)" arch=(any) -url="http://www.gnome.org" +url="https://www.gnome.org" license=('LGPL') depends=("${MINGW_PACKAGE_PREFIX}-gtksourceview2>=2.10.0" "${MINGW_PACKAGE_PREFIX}-python2-pygtk>=2.17.0") makedepends=("${MINGW_PACKAGE_PREFIX}-python2-gobject2" "intltool") options=('staticlibs' 'strip') -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.bz2 +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.bz2 python-m4.patch) md5sums=('2654354d61422fb79d8375fc3a3b5393' 'bc368c2b741d2b3b8612b882378bbba6') diff --git a/mingw-w64-python2-pygtk/PKGBUILD b/mingw-w64-python2-pygtk/PKGBUILD index c090c03713..b4a9ff2200 100644 --- a/mingw-w64-python2-pygtk/PKGBUILD +++ b/mingw-w64-python2-pygtk/PKGBUILD @@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python2-cairo" "${MINGW_PACKAGE_PREFIX}-libglade") makedepends=("${MINGW_PACKAGE_PREFIX}-python2-numpy") options=('staticlibs' 'strip') -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.bz2 +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.bz2 001-python27.patch 002-no-undefined.patch 003-python-m4.patch diff --git a/mingw-w64-python2/PKGBUILD b/mingw-w64-python2/PKGBUILD index d66f344144..a8d509aeb4 100644 --- a/mingw-w64-python2/PKGBUILD +++ b/mingw-w64-python2/PKGBUILD @@ -11,7 +11,7 @@ _pybasever=${pkgver%.*} pkgdesc="A high-level scripting language (mingw-w64)" arch=('any') license=('PSF') -url="http://www.python.org/" +url="https://www.python.org/" depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-expat" "${MINGW_PACKAGE_PREFIX}-bzip2" @@ -26,7 +26,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" ) makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") options=('!makeflags') # 'debug' '!strip') -source=("http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz" +source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz" 0000-make-_sysconfigdata.py-relocatable.patch 0001-fix-_nt_quote_args-using-subprocess-list2cmdline.patch 0100-MINGW-BASE-use-NT-thread-model.patch @@ -221,7 +221,7 @@ prepare() { autoreconf -vfi # Temporary workaround for FS#22322 - # See http://bugs.python.org/issue10835 for upstream report + # See https://bugs.python.org/issue10835 for upstream report #sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c # Enable built-in SQLite module to load extensions (fix FS#22122) diff --git a/mingw-w64-python3/PKGBUILD b/mingw-w64-python3/PKGBUILD index 927d9cd0d9..b40def3d54 100644 --- a/mingw-w64-python3/PKGBUILD +++ b/mingw-w64-python3/PKGBUILD @@ -22,7 +22,7 @@ pkgrel=5 pkgdesc="A high-level scripting language (mingw-w64)" arch=('any') license=('PSF') -url="http://www.python.org/" +url="https://www.python.org/" depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-expat" "${MINGW_PACKAGE_PREFIX}-bzip2" @@ -38,7 +38,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" ) makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") options=('!makeflags') # '!strip' 'debug') -source=("http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz" +source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz" 0000-make-_sysconfigdata.py-relocatable.patch 0001-fix-_nt_quote_args-using-subprocess-list2cmdline.patch 0100-MINGW-BASE-use-NT-thread-model.patch @@ -241,7 +241,7 @@ prepare() { autoreconf -vfi # Temporary workaround for FS#22322 - # See http://bugs.python.org/issue10835 for upstream report + # See https://bugs.python.org/issue10835 for upstream report #sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c touch Include/graminit.h diff --git a/mingw-w64-qt-installer-framework/PKGBUILD b/mingw-w64-qt-installer-framework/PKGBUILD index c185bbf75f..377067277c 100644 --- a/mingw-w64-qt-installer-framework/PKGBUILD +++ b/mingw-w64-qt-installer-framework/PKGBUILD @@ -6,7 +6,7 @@ pkgdesc="The Qt Installer Framework used for the Qt SDK installer" pkgver=r2826.6277c86 pkgrel=1 arch=('any') -url='http://qt-project.org/' +url='https://www.qt.io/developers/' license=('GPL3' 'LGPL' 'FDL' 'custom') provides=("${MINGW_PACKAGE_PREFIX}-qt-${_realname}") makedepends=("${MINGW_PACKAGE_PREFIX}-qt5-static" "${MINGW_PACKAGE_PREFIX}-gcc" diff --git a/mingw-w64-qt4/PKGBUILD b/mingw-w64-qt4/PKGBUILD index 8ab37bce1d..e33c8d2f9a 100644 --- a/mingw-w64-qt4/PKGBUILD +++ b/mingw-w64-qt4/PKGBUILD @@ -5,7 +5,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=4.8.7 pkgrel=3 arch=('any') -url='http://qt-project.org/' +url='https://www.qt.io/' install=qt4-${CARCH}.install license=('GPL3' 'LGPL' 'FDL' 'custom') conflicts=("${MINGW_PACKAGE_PREFIX}-qt5") diff --git a/mingw-w64-qt5-git/PKGBUILD b/mingw-w64-qt5-git/PKGBUILD index 3eb8b103f6..0979716cb3 100644 --- a/mingw-w64-qt5-git/PKGBUILD +++ b/mingw-w64-qt5-git/PKGBUILD @@ -7,7 +7,7 @@ _ver_base=5.3.0 pkgver=5.3.0.890.e198c12 pkgrel=1 arch=('any') -url='http://qt-project.org/' +url='https://www.qt.io/' install=qt5.install license=('GPL3' 'LGPL' 'FDL' 'custom') provides=("${MINGW_PACKAGE_PREFIX}-${_realname}") diff --git a/mingw-w64-qt5-static/PKGBUILD b/mingw-w64-qt5-static/PKGBUILD index b6450af575..8047a7711d 100644 --- a/mingw-w64-qt5-static/PKGBUILD +++ b/mingw-w64-qt5-static/PKGBUILD @@ -102,7 +102,7 @@ pkgver=${_ver_base//-/} pkgrel=4 arch=('any') pkgdesc="A cross-platform application and UI framework (mingw-w64${_namesuff})" -url='http://qt-project.org/' +url='https://www.qt.io/' install=qt5-${CARCH}.install license=('GPL3' 'LGPL' 'FDL' 'custom') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" @@ -593,9 +593,9 @@ package() { # And now for something completely broken: # https://bugreports.qt-project.org/browse/QTBUG-40814 # Using this: -# http://www.mirrorservice.org/sites/download.qt-project.org/snapshots/qt/5.3/5.3.2/2014-09-12_151/qt-opensource-windows-x86-msvc2013_64-5.3.2_2014-09-12_10-11-49-151.exe +# https://www.mirrorservice.org/sites/download.qt-project.org/snapshots/qt/5.3/5.3.2/2014-09-12_151/qt-opensource-windows-x86-msvc2013_64-5.3.2_2014-09-12_10-11-49-151.exe # and: -# http://www.mirrorservice.org/sites/download.qt-project.org/snapshots/qt/5.3/5.3.2/2014-09-12_src/qt-everywhere-opensource-src-5.3.2.zip +# https://www.mirrorservice.org/sites/download.qt-project.org/snapshots/qt/5.3/5.3.2/2014-09-12_src/qt-everywhere-opensource-src-5.3.2.zip # .. unpacked into C:\work\build\qt5_workdir\w\s # On MinGW-w64, both debug and release fail .. release has an extra segfault though quite early on. # pushd /e/m2/repo/mingw-w64-qt5/src/x86_64/qtscript/tests diff --git a/mingw-w64-qt5/PKGBUILD b/mingw-w64-qt5/PKGBUILD index 3a1de8d8a3..eec4a9c690 100644 --- a/mingw-w64-qt5/PKGBUILD +++ b/mingw-w64-qt5/PKGBUILD @@ -103,7 +103,7 @@ pkgver=${_ver_base//-/} pkgrel=4 arch=('any') pkgdesc="A cross-platform application and UI framework (mingw-w64${_namesuff})" -url='http://qt-project.org/' +url='https://www.qt.io/' install=qt5-${CARCH}.install license=('GPL3' 'LGPL' 'FDL' 'custom') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" @@ -633,9 +633,9 @@ package() { # And now for something completely broken: # https://bugreports.qt-project.org/browse/QTBUG-40814 # Using this: -# http://www.mirrorservice.org/sites/download.qt-project.org/snapshots/qt/5.3/5.3.2/2014-09-12_151/qt-opensource-windows-x86-msvc2013_64-5.3.2_2014-09-12_10-11-49-151.exe +# https://www.mirrorservice.org/sites/download.qt-project.org/snapshots/qt/5.3/5.3.2/2014-09-12_151/qt-opensource-windows-x86-msvc2013_64-5.3.2_2014-09-12_10-11-49-151.exe # and: -# http://www.mirrorservice.org/sites/download.qt-project.org/snapshots/qt/5.3/5.3.2/2014-09-12_src/qt-everywhere-opensource-src-5.3.2.zip +# https://www.mirrorservice.org/sites/download.qt-project.org/snapshots/qt/5.3/5.3.2/2014-09-12_src/qt-everywhere-opensource-src-5.3.2.zip # .. unpacked into C:\work\build\qt5_workdir\w\s # On MinGW-w64, both debug and release fail .. release has an extra segfault though quite early on. # pushd /e/m2/repo/mingw-w64-qt5/src/x86_64/qtscript/tests diff --git a/mingw-w64-qtcreator/PKGBUILD b/mingw-w64-qtcreator/PKGBUILD index a408f51a9a..d909401c35 100644 --- a/mingw-w64-qtcreator/PKGBUILD +++ b/mingw-w64-qtcreator/PKGBUILD @@ -9,7 +9,7 @@ _base_ver=3.6.0 pkgver=${_base_ver}${_pre} pkgrel=1 pkgdesc='Cross-patform IDE (mingw-w64)' -url='http://qt-project.org' +url='https://www.qt.io/' install=qt-creator-${CARCH}.install arch=('any') depends=("${MINGW_PACKAGE_PREFIX}-qt5" diff --git a/mingw-w64-ruby/PKGBUILD b/mingw-w64-ruby/PKGBUILD index e9a772c683..9782a62e3c 100644 --- a/mingw-w64-ruby/PKGBUILD +++ b/mingw-w64-ruby/PKGBUILD @@ -10,7 +10,7 @@ pkgver=2.3.0 pkgrel=1 pkgdesc="An object-oriented language for quick and easy programming (mingw-w64)" arch=('any') -url="http://www.ruby-lang.org/en" +url="https://www.ruby-lang.org/en" license=("BSD, custom") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" @@ -21,7 +21,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-openssl" "${MINGW_PACKAGE_PREFIX}-tk") options=('staticlibs' 'strip') -source=("http://cache.ruby-lang.org/pub/ruby/${pkgver%.*}/${_realname}-${pkgver}.tar.bz2" +source=("https://cache.ruby-lang.org/pub/ruby/${pkgver%.*}/${_realname}-${pkgver}.tar.bz2" 0001-mingw-w64-time-functions.patch 0002-use-gnu-printf.patch 0003-fix-check-types.patch diff --git a/mingw-w64-rust-git/PKGBUILD b/mingw-w64-rust-git/PKGBUILD index 2fc7af384f..9dda969579 100644 --- a/mingw-w64-rust-git/PKGBUILD +++ b/mingw-w64-rust-git/PKGBUILD @@ -7,7 +7,7 @@ pkgver=r31923.27e8d5b pkgrel=1 pkgdesc="A safe, concurrent, practical language from Mozilla (mingw-w64)" arch=('any') -url="http://www.rust-lang.org/" +url="https://www.rust-lang.org/" license=('custom:MIT' 'Apache') #depends=('shared-mime-info') makedepends=('git' diff --git a/mingw-w64-rust/PKGBUILD b/mingw-w64-rust/PKGBUILD index 70f868ea5b..125e0e60cd 100644 --- a/mingw-w64-rust/PKGBUILD +++ b/mingw-w64-rust/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.2.0 pkgrel=1 pkgdesc="A safe, concurrent, practical language from Mozilla (mingw-w64)" arch=('any') -url="http://www.rust-lang.org/" +url="https://www.rust-lang.org/" license=('custom:MIT' 'Apache') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") makedepends=("git" diff --git a/mingw-w64-shared-mime-info/PKGBUILD b/mingw-w64-shared-mime-info/PKGBUILD index f45bbeab2a..bf759e5100 100644 --- a/mingw-w64-shared-mime-info/PKGBUILD +++ b/mingw-w64-shared-mime-info/PKGBUILD @@ -11,8 +11,8 @@ license=(GPL2) depends=("${MINGW_PACKAGE_PREFIX}-libxml2" "${MINGW_PACKAGE_PREFIX}-glib2") makedepends=('intltool' "${MINGW_PACKAGE_PREFIX}-pkg-config" "${MINGW_PACKAGE_PREFIX}-gettext") install=${_realname}-${CARCH}.install -url="http://freedesktop.org/Software/shared-mime-info" -source=(http://freedesktop.org/~hadess/${_realname}-${pkgver}.tar.xz +url="https://freedesktop.org/Software/shared-mime-info" +source=(https://people.freedesktop.org/~hadess/${_realname}-${pkgver}.tar.xz program.manifest) md5sums=('16c02f7b658fff2a9c207406d388ea31' '39a5e7ad433d8d83d2c8ac6779dce0d8') diff --git a/mingw-w64-sparsehash/PKGBUILD b/mingw-w64-sparsehash/PKGBUILD index c41270b777..3b4bec2747 100644 --- a/mingw-w64-sparsehash/PKGBUILD +++ b/mingw-w64-sparsehash/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.0.2 pkgrel=3 pkgdesc="Library that contains several hash-map implementations, including implementations that optimize for space or speed (mingw-w64)" arch=("any") -url="http://code.google.com/p/sparsehash" +url="https://code.google.com/p/sparsehash" license=('BSD') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('strip' '!libtool') diff --git a/mingw-w64-sqlheavy/PKGBUILD b/mingw-w64-sqlheavy/PKGBUILD index eafc9b05cb..b13a0480d1 100644 --- a/mingw-w64-sqlheavy/PKGBUILD +++ b/mingw-w64-sqlheavy/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="GNOME Docking Library (mingw-w64)" arch=('any') license=('LGPL 2') -url="http://www.gnome.org/" +url="https://www.gnome.org/" depends=("${MINGW_PACKAGE_PREFIX}-gtk2" "${MINGW_PACKAGE_PREFIX}-sqlite3" "${MINGW_PACKAGE_PREFIX}-vala" diff --git a/mingw-w64-totem-pl-parser/PKGBUILD b/mingw-w64-totem-pl-parser/PKGBUILD index 219d38bb5c..ecca2fcac6 100644 --- a/mingw-w64-totem-pl-parser/PKGBUILD +++ b/mingw-w64-totem-pl-parser/PKGBUILD @@ -17,8 +17,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-pkg-config" "${MINGW_PACKAGE_PREFIX}-gobject-introspection" "gtk-doc") license=("LGPL 2") -url="http://www.gnome.org" -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +url="https://www.gnome.org" +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-win.patch) sha256sums=('a746580f61b678029dadaa824a6923445afd944d12c40c5fccb27159799c8137' 'f7aa9fec9fdeb8671bcd145b5900e1beb9b8615cb42354b91efe54fef01a247e') diff --git a/mingw-w64-v8/PKGBUILD b/mingw-w64-v8/PKGBUILD index 877d4597a4..869a6edf61 100644 --- a/mingw-w64-v8/PKGBUILD +++ b/mingw-w64-v8/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.3.66 pkgrel=1 pkgdesc="Fast and modern Javascript engine (mingw-w64)" arch=('any') -url="http://code.google.com/p/v8" +url="https://code.google.com/p/v8" license=("BSD") makedepends=("gyp-svn") depends=("${MINGW_PACKAGE_PREFIX}-readline" diff --git a/mingw-w64-vala/PKGBUILD b/mingw-w64-vala/PKGBUILD index a8632a5582..5fcb69bb22 100644 --- a/mingw-w64-vala/PKGBUILD +++ b/mingw-w64-vala/PKGBUILD @@ -7,13 +7,13 @@ pkgver=0.30.0 pkgrel=1 pkgdesc="Compiler for the GObject type system (mingw-w64)" arch=('any') -url="http://live.gnome.org/Vala" +url="https://wiki.gnome.org/Projects/Vala" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" "${MINGW_PACKAGE_PREFIX}-libxslt") depends=("${MINGW_PACKAGE_PREFIX}-glib2") -source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz +source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz 001-change-pkg-config-invocations.mingw.patch) sha256sums=('61f0337b000f7ed6ef8c1fea87e0047d9bd7c0f91dd9c5b4eb70fd3fb883dedf' 'c588a3a69097aae30ada1d543001d5029865b1dd1f46132d9e60d12e1833b325') diff --git a/mingw-w64-vlc-git/PKGBUILD b/mingw-w64-vlc-git/PKGBUILD index cd724e0919..61a0902109 100644 --- a/mingw-w64-vlc-git/PKGBUILD +++ b/mingw-w64-vlc-git/PKGBUILD @@ -14,7 +14,7 @@ pkgver=3.0.0.61503.1d43e72 pkgrel=1 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('any') -url="http://www.videolan.org/vlc/" +url="https://www.videolan.org/vlc/" license=('LGPL2.1' 'GPL2') depends=("${MINGW_PACKAGE_PREFIX}-a52dec" "${MINGW_PACKAGE_PREFIX}-aribb24" diff --git a/mingw-w64-w32pth/PKGBUILD b/mingw-w64-w32pth/PKGBUILD index 9154937a08..019a14dbf4 100644 --- a/mingw-w64-w32pth/PKGBUILD +++ b/mingw-w64-w32pth/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="An emulation of PTH for MS Windows (mingw-w64)" arch=('any') license=("LGPL") -url="http://www.gnupg.org" +url="https://gnupg.org" makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('strip' 'staticlibs') source=("ftp://ftp.g10code.com/g10code/w32pth/w32pth-${pkgver}.tar.bz2" diff --git a/mingw-w64-x264/PKGBUILD b/mingw-w64-x264/PKGBUILD index 1e05bc17b4..922a6386a8 100644 --- a/mingw-w64-x264/PKGBUILD +++ b/mingw-w64-x264/PKGBUILD @@ -6,7 +6,7 @@ pkgver=r2538.121396c pkgrel=1 pkgdesc="Library for encoding H264/AVC video streams (mingw-w64)" arch=('any') -url="http://www.videolan.org/developers/x264.html" +url="https://www.videolan.org/developers/x264.html" license=("custom") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" "yasm" "git") depends=("${MINGW_PACKAGE_PREFIX}-libwinpthread" diff --git a/mingw-w64-zlib/PKGBUILD b/mingw-w64-zlib/PKGBUILD index 5cf2ce3a85..16a4828ed0 100644 --- a/mingw-w64-zlib/PKGBUILD +++ b/mingw-w64-zlib/PKGBUILD @@ -16,7 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-bzip2") makedepends=('git') options=('staticlibs') source=("http://zlib.net/current/${_realname}-${pkgver}.tar.gz" - "git://github.com/nmoinvaz/minizip.git" + "https://github.com/nmoinvaz/minizip.git" 01-zlib-1.2.7-1-buildsys.mingw.patch 02-no-undefined.mingw.patch 03-dont-put-sodir-into-L.mingw.patch