Date: Wednesday, December 13, 2017 @ 05:03:32
  Author: svenstaro
Revision: 274110

Use https

Modified:
  assaultcube/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-12-13 04:59:55 UTC (rev 274109)
+++ PKGBUILD    2017-12-13 05:03:32 UTC (rev 274110)
@@ -13,8 +13,8 @@
 license=('ZLIB' 'custom')
 depends=('sdl' 'sdl_mixer' 'sdl_image' 'openal' 'zlib' 'gcc-libs' 'libgl' 
'glu' 'curl')
 makedepends=('mesa' 'clang')
-source=("http://downloads.sourceforge.net/actiongame/AssaultCube_v${pkgver}.tar.bz2";
-        
"http://downloads.sourceforge.net/actiongame/AssaultCube_v${pkgver}.source.tar.bz2";
+source=("https://downloads.sourceforge.net/actiongame/AssaultCube_v${pkgver}.tar.bz2";
+        
"https://downloads.sourceforge.net/actiongame/AssaultCube_v${pkgver}.source.tar.bz2";
         assaultcube-gcc6.patch
         'assaultcube'
         'assaultcube-server'

Reply via email to