summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Demartino2016-07-01 19:45:47 -0500
committerFrancisco Demartino2016-07-01 19:45:47 -0500
commitd75c47c484e208a233ea0203ef16003dfcf6b37f (patch)
tree52b23c3158092e8c3b75267acbd67c4bf70a3d07
parente033a26999aa873cb2713cedd5cb4da36ebbfc53 (diff)
downloadaur-d75c47c484e208a233ea0203ef16003dfcf6b37f.tar.gz
Add architecture-specific sdl dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bfbb0500adf..69b6dde8d1cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = deflemask
pkgdesc = A Multi-System music tracker (Genesis/MegaDrive, NES/Famicom (nsf), Commodore 64 (sid), and many others)
pkgver = 0.12.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.delek.com.ar/deflemask
arch = i686
arch = x86_64
license = unknown
- depends = sdl
depends = freeglut
depends = unionfs-fuse
+ depends = lib32-sdl
source = http://www.deflemask.com/DefleMask_Linux.tar.gz
source = launcher.sh
md5sums = 1865dbc78ec06bb098c4d0676354d830
md5sums = 81d19468cae85f038ad2999bebc2f026
+ depends_i686 = sdl
pkgname = deflemask
diff --git a/PKGBUILD b/PKGBUILD
index b517ee1947ea..1a038b95cc74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,16 @@
# Maintainer: Francisco Demartino <demartino.francisco@gmail.com>
pkgname=deflemask
pkgver=0.12.0
-pkgrel=2
+pkgrel=3
pkgdesc="A Multi-System music tracker (Genesis/MegaDrive, NES/Famicom (nsf), Commodore 64 (sid), and many others)"
arch=('i686' 'x86_64')
url='http://www.delek.com.ar/deflemask'
license=('unknown')
-depends=(sdl freeglut unionfs-fuse)
+
+depends=(freeglut unionfs-fuse)
+depends_i686=(sdl)
+depends_x86_64=(lib32-sdl)
+
_tarfile=DefleMask_Linux.tar.gz
_tarlink=http://www.deflemask.com/$_tarfile
source=($_tarlink