summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlfonso Saavedra "Son Link2021-10-13 22:05:30 +0200
committerAlfonso Saavedra "Son Link2021-10-13 22:05:30 +0200
commit0153a36a8f15ae915a5ab5f4d14cb97a69163b0d (patch)
tree043ae16678f4f376f7455f980d331be266419284 /PKGBUILD
parent9f1f59640d470f30edd31764569d9e431105b585 (diff)
downloadaur-verminian-trap.tar.gz
The game works again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94bebe078c40..1afb066043f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=verminian-trap
pkgver=1.1
-pkgrel=4
+pkgrel=5
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'
license=('CCPL')
-depends=('zlib' 'openssl-1.0' 'openal' 'mesa')
+depends=('zlib' 'openssl-1.0' 'openal' 'mesa' 'xorg-fonts-misc')
if [ "$CARCH" = "x86_64" ]; then
depends+=('lib32-zlib' 'lib32-openssl-1.0' 'lib32-openal' 'lib32-mesa')
fi