summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlfonso Saavedra "Son Link2021-10-13 22:08:33 +0200
committerAlfonso Saavedra "Son Link2021-10-13 22:08:33 +0200
commit5a4aaf72b134e98f369a2a7d8db929cf486b0914 (patch)
tree2146324535f5d3fd0f01195a9031a233187a7b98 /PKGBUILD
parenta2b055798ae5c4ebb19c9d390a336682ea4e0950 (diff)
downloadaur-efmb.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 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