Date: Friday, April 26, 2019 @ 22:38:18 Author: arojas Revision: 454411
https, fix source URL Modified: warzone2100/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-26 22:38:09 UTC (rev 454410) +++ PKGBUILD 2019-04-26 22:38:18 UTC (rev 454411) @@ -5,12 +5,12 @@ pkgver=3.2.3 pkgrel=2 pkgdesc="3D realtime strategy game on a future Earth" -url="http://wz2100.net/" +url="https://wz2100.net/" arch=('x86_64') license=('GPL') depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 'ttf-dejavu' 'qt5-script' 'xorg-xrandr') makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa') -source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz") +source=("https://downloads.sourceforge.net/project/warzone2100/archives/unsupported/Warzone2100-3.2/$pkgver/$pkgname-$pkgver.tar.xz") sha256sums=('fcab9e860203e7dacda6ee60384da490a9d44aeafc07aa31ff25f9c548be7582') build() {
