summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--savage2.install6
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cb1ab624466..d916e2c5e59c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = savage2
pkgdesc = Savage 2: A Tortured Soul is an fantasy themed online multiplayer team-based FPS/RTS/RPG hybrid. Completely free as of December 2008.
pkgver = 2.1.0.1
- pkgrel = 3
+ pkgrel = 4
url = http://savage2.com/
install = savage2.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 63549f6f653b..0bf16da5151a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=savage2
pkgver=2.1.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Savage 2: A Tortured Soul is an fantasy themed online multiplayer team-based FPS/RTS/RPG hybrid. Completely free as of December 2008."
arch=('i686' 'x86_64')
url='http://savage2.com/'
diff --git a/savage2.install b/savage2.install
index c17c61b3c273..64b9ce1f917b 100644
--- a/savage2.install
+++ b/savage2.install
@@ -2,6 +2,12 @@ post_install() {
# Update runpath
cd /opt/savage2
./savage2_update.bin --update-runpath
+
+ echo "==> To disable automatic updates (they do not work), run the game once, then open"
+ echo "==> ~/.savage2/game/startup.cfg and change the following line:"
+ echo '==> SetSave upd_checkForUpdates "true"'
+ echo "==> to:"
+ echo '==> SetSave upd_checkForUpdates "false"'
}
post_upgrade() {