summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlfonso Saavedra "Son Link2018-07-25 10:10:31 +0200
committerAlfonso Saavedra "Son Link2018-07-25 10:10:31 +0200
commita2b055798ae5c4ebb19c9d390a336682ea4e0950 (patch)
treee3096e02198600e562b88064e97231479fdcb564 /PKGBUILD
parente560089d7210f751001e0868065dd582ee2868c8 (diff)
downloadaur-a2b055798ae5c4ebb19c9d390a336682ea4e0950.tar.gz
Add dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64621cffafff..6a24f0d8464d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,15 @@
pkgname=efmb
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Endless Forms Most Beautiful is a crazy platformer with braincrashing mechanics"
arch=('i686' 'x86_64')
-url=('http://www.locomalito.com/efmb.php')
+url='http://www.locomalito.com/efmb.php'
license=('CCPL')
-depends=()
+depends=('zlib' 'openssl-1.0' 'openal' 'mesa')
+if [ "$CARCH" = "x86_64" ]; then
+ depends+=('lib32-zlib' 'lib32-openssl-1.0' 'lib32-openal' 'lib32-mesa')
+fi
arch=('x86_64' 'i686')
source=('http://www.locomalito.com/juegos/EFMB_linux.zip'
'efmb.png' 'efmb.desktop')