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 572ab10d65ce..6d076f9419e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = efmb
pkgdesc = Endless Forms Most Beautiful is a crazy platformer with braincrashing mechanics
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.locomalito.com/efmb.php
arch = x86_64
arch = i686
@@ -10,6 +10,7 @@ pkgbase = efmb
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 = efmb
md5sums = 99dce59d073c2496e6ae5604fef74ef4
pkgname = efmb
-
diff --git a/PKGBUILD b/PKGBUILD
index 6a24f0d8464d..abd5bb0a8a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=efmb
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Endless Forms Most Beautiful is a crazy platformer with braincrashing mechanics"
arch=('i686' 'x86_64')
url='http://www.locomalito.com/efmb.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