summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63045a558158..e9e77eeb51d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = verminian-trap
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
pkgver = 1.1
- pkgrel = 4
+ pkgrel = 5
url = http://www.locomalito.com/verminian_trap.php
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = verminian-trap
depends = openssl-1.0
depends = openal
depends = mesa
+ depends = xorg-fonts-misc
depends = lib32-zlib
depends = lib32-openssl-1.0
depends = lib32-openal
@@ -22,4 +23,3 @@ pkgbase = verminian-trap
md5sums = 03a55d9b815448c62d428f5393d4bc84
pkgname = verminian-trap
-
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