Date: Wednesday, December 13, 2017 @ 05:33:28
Author: svenstaro
Revision: 274117
Use https
Modified:
supertuxkart/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-13 05:33:04 UTC (rev 274116)
+++ PKGBUILD 2017-12-13 05:33:28 UTC (rev 274117)
@@ -14,7 +14,7 @@
license=('GPL2')
depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}-src.tar.xz")
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}-src.tar.xz")
sha512sums=('29eb1d8fb8e336453e590273089af09eac9a563f82c0bc797d43d5e21d5c9d1274a84ea7ee46487b3d127c47e55e3d233ad7e0e8c502c15dbafc1cc0f5c861c9')
build() {