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 91926abed1ce..de41d24099c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = maldita-castilla
pkgdesc = Maldita Castilla (Cursed/damn Castile) is an action arcade game like Ghost and Goblins full of myths from Spain and the rest of Europe
pkgver = 1.0
- pkgrel = 4
+ pkgrel = 5
url = http://www.locomalito.com/maldita_castilla.php
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = maldita-castilla
depends = openssl-1.0
depends = openal
depends = mesa
+ depends = xorg-fonts-misc
depends = lib32-zlib
depends = lib32-openssl-1.0
depends = lib32-openal
@@ -20,4 +21,3 @@ pkgbase = maldita-castilla
md5sums = 19f341eef103764cbe3a4d03a7e6a225
pkgname = maldita-castilla
-
diff --git a/PKGBUILD b/PKGBUILD
index 8eae9aa2ecd9..bc91af3acf62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=maldita-castilla
pkgver=1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Maldita Castilla (Cursed/damn Castile) is an action arcade game like Ghost and Goblins full of myths from Spain and the rest of Europe"
arch=('i686' 'x86_64')
url='http://www.locomalito.com/maldita_castilla.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