summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06eebc571d08..94bebe078c40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=verminian-trap
pkgver=1.1
-pkgrel=3
+pkgrel=4
pkgdesc="Your space pod has been forced to land on a planet infested with giant insects from Verminest. Fight with your companions and survive the incoming waves of enemy bugs for as long as you can"
arch=('i686' 'x86_64')
-url=('http://www.locomalito.com/verminian_trap.php')
+url='http://www.locomalito.com/verminian_trap.php'
license=('CCPL')
-depends=('openal' 'openssl')
+depends=('zlib' 'openssl-1.0' 'openal' 'mesa')
if [ "$CARCH" = "x86_64" ]; then
- depends+=('lib32-zlib' 'lib32-openssl' 'lib32-openal' 'lib32-mesa')
+ depends+=('lib32-zlib' 'lib32-openssl-1.0' 'lib32-openal' 'lib32-mesa')
fi
source=('http://www.locomalito.com/juegos/Verminian_Trap_1_1_linux.zip'
${pkgname}.png ${pkgname}.desktop)