summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 15 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48620490876f..572ab10d65ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,19 @@
pkgbase = efmb
pkgdesc = Endless Forms Most Beautiful is a crazy platformer with braincrashing mechanics
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.locomalito.com/efmb.php
arch = x86_64
arch = i686
license = CCPL
+ depends = zlib
+ depends = openssl-1.0
+ depends = openal
+ depends = mesa
+ depends = lib32-zlib
+ depends = lib32-openssl-1.0
+ depends = lib32-openal
+ depends = lib32-mesa
source = http://www.locomalito.com/juegos/EFMB_linux.zip
source = efmb.png
source = efmb.desktop
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')