summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--savage2.install2
3 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecf84675d1e5..1268091a6e0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,15 @@
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 = 1
+ pkgrel = 2
url = http://savage2.com/
install = savage2.install
arch = i686
arch = x86_64
license = custom: "Savage 2"
makedepends = unzip
- depends = curl
depends = mesa
- depends = libjpeg6
- depends = libpng
depends = libxml2
- depends = speex
source = http://dl.heroesofnewerth.com/Savage2Install-2.1.0.1-.bin
source = savage2.launcher
source = savage2.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 90ffa238bec2..d10ea0d64819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=savage2
pkgver=2.1.0.1
-pkgrel=1
+pkgrel=2
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/'
license=('custom: "Savage 2"')
-depends=('curl' 'mesa' 'libjpeg6' 'libpng' 'libxml2' 'speex')
+depends=('mesa' 'libxml2')
makedepends=('unzip')
install=savage2.install
source=("http://dl.heroesofnewerth.com/Savage2Install-$pkgver-$CARCH.bin" \
diff --git a/savage2.install b/savage2.install
index 5182e85ff6f9..c17c61b3c273 100644
--- a/savage2.install
+++ b/savage2.install
@@ -1,7 +1,7 @@
post_install() {
# Update runpath
cd /opt/savage2
- ./savage2_update.bin --update-runpath
+ ./savage2_update.bin --update-runpath
}
post_upgrade() {