makedeb


zod-engine 0.2011.09.06-2


The Zod Engine - An Open Source Remake of the 1996 Game Z by Bitmap Brothers

Click here to go back to the commit logs for zod-engine.

Commit:


Hash: 011e8129fdd2a9b1888a04c87494600e2011ed77

Message: https

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3211629..490fe1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = commander-zod
 	depends = sdl_image
 	depends = libmariadbclient
 	depends = wxgtk2.8
-	source = http://sourceforge.net/projects/zod/files/linux_releases/zod_linux-2011-09-06.tar.gz
+	source = https://sourceforge.net/projects/zod/files/linux_releases/zod_linux-2011-09-06.tar.gz
 	source = commander-zod.desktop
 	source = commander-zod
 	source = zod_launcher_wxgtk2.8.patch
diff --git a/PKGBUILD b/PKGBUILD
index 977e0eb..cf03c62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Stefan J. Betz <info@stefan-betz.net>
+# Contributor: Stefan J. Betz <info@stefan-betz.net>
 pkgname=commander-zod
 _version=2011_09_06
 pkgver=0.$_version
@@ -8,7 +8,7 @@ depends=("sdl" "sdl_mixer" "sdl_ttf" "sdl_image" "libmariadbclient" "wxgtk2.8")
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://zod.sourceforge.net/"
-source=("http://sourceforge.net/projects/zod/files/linux_releases/zod_linux-${_version//_/-}.tar.gz"
+source=("https://sourceforge.net/projects/zod/files/linux_releases/zod_linux-${_version//_/-}.tar.gz"
 	"commander-zod.desktop"
 	"commander-zod"
 	"zod_launcher_wxgtk2.8.patch")