summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO25
-rw-r--r--PKGBUILD22
-rw-r--r--spaz-hib.desktop2
3 files changed, 26 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c0eab01fc5b..0e9bc46e456c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,31 @@
pkgbase = spaz-hib
pkgdesc = Space Pirates and Zombies, a top-down space combat/strategy game (Humble Bundle version)
- pkgver = 1.605_20120918
+ pkgver = 1.605+h20120918
pkgrel = 1
url = http://spacepiratesandzombies.com/
arch = i686
arch = x86_64
license = custom:commercial
- depends = lib32-gcc-libs
- depends = lib32-libgl
- depends = lib32-sdl
- depends = lib32-openal
- depends = lib32-alsa-lib
- optdepends = lib32-alsa-plugins: PulseAudio support
- optdepends = lib32-libpulse: PulseAudio support
options = !strip
options = !upx
source = hib://spaz-linux-1385503815.bin
source = spaz-hib.desktop
md5sums = 0964827fe06d3447ea91457fd789a207
- md5sums = 544fa2a99bc3d4733909e18f2df6515d
+ md5sums = b9060206231fc20059c5a71f944adfc3
+ depends_i686 = gcc-libs
+ depends_i686 = libgl
+ depends_i686 = sdl
+ depends_i686 = openal
+ depends_i686 = alsa-lib
+ optdepends_i686 = alsa-plugins: PulseAudio support
+ optdepends_i686 = libpulse: PulseAudio support
+ depends_x86_64 = lib32-gcc-libs
+ depends_x86_64 = lib32-libgl
+ depends_x86_64 = lib32-sdl
+ depends_x86_64 = lib32-openal
+ depends_x86_64 = lib32-alsa-lib
+ optdepends_x86_64 = lib32-alsa-plugins: PulseAudio support
+ optdepends_x86_64 = lib32-libpulse: PulseAudio support
pkgname = spaz-hib
diff --git a/PKGBUILD b/PKGBUILD
index fb47030dfc88..e2f68535934f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,20 @@
# Maintainer: Sam S. <smls75@gmail.com>
pkgname=spaz-hib
-pkgver=1.605_20120918
+pkgver=1.605+h20120918
_hibver=1385503815
pkgrel=1
pkgdesc='Space Pirates and Zombies, a top-down space combat/strategy game (Humble Bundle version)'
url='http://spacepiratesandzombies.com/'
arch=('i686' 'x86_64')
license=('custom:commercial')
-if [ $CARCH == i686 ]; then
- depends=('gcc-libs' 'libgl' 'sdl' 'openal' 'alsa-lib')
- optdepends=('alsa-plugins: PulseAudio support'
- 'libpulse: PulseAudio support')
-else
- depends=('lib32-gcc-libs' 'lib32-libgl' 'lib32-sdl' 'lib32-openal' 'lib32-alsa-lib')
- optdepends=('lib32-alsa-plugins: PulseAudio support'
- 'lib32-libpulse: PulseAudio support')
-fi
+depends_i686=('gcc-libs' 'libgl' 'sdl' 'openal' 'alsa-lib')
+optdepends_i686=('alsa-plugins: PulseAudio support'
+ 'libpulse: PulseAudio support')
+depends_x86_64=('lib32-gcc-libs' 'lib32-libgl' 'lib32-sdl' 'lib32-openal'
+ 'lib32-alsa-lib')
+optdepends_x86_64=('lib32-alsa-plugins: PulseAudio support'
+ 'lib32-libpulse: PulseAudio support')
options=('!strip' '!upx')
PKGEXT='.pkg.tar'
DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Manually download it to \"$(pwd)\", or set up a hib:// DLAGENT in /etc/makepkg.conf."; exit 1')
@@ -25,11 +23,9 @@ _installer="spaz-linux-${_hibver}.bin"
source=("hib://${_installer}"
'spaz-hib.desktop')
md5sums=('0964827fe06d3447ea91457fd789a207'
- '544fa2a99bc3d4733909e18f2df6515d')
+ 'b9060206231fc20059c5a71f944adfc3')
package() {
- cd $srcdir
-
# Remove bundled libraries (to force usage of system libs instead)
rm -f data/libSDL-1.2.so.0
rm -f data/libopenal.so
diff --git a/spaz-hib.desktop b/spaz-hib.desktop
index 1910202f55df..272ba6751fd3 100644
--- a/spaz-hib.desktop
+++ b/spaz-hib.desktop
@@ -6,6 +6,6 @@ Name=Space Pirates and Zombies
Comment=MinMax Games
GenericName=2D Space Combat/Strategy Game
Icon=spaz
-Exec=/usr/bin/spaz
+Exec=spaz
Terminal=false
StartupNotify=false