summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-05-15 20:06:06 +0200
committerMarcin Wieczorek2016-05-15 20:06:06 +0200
commitc20cef462c089443f06439c775750aaf1057a02d (patch)
treea01be3920f9067502fe330dcd176a2d470a60cca
parent781683cce4a7b32d3bcf4c3fbfc47b7d9a15ddc2 (diff)
downloadaur-c20cef462c089443f06439c775750aaf1057a02d.tar.gz
Add glu and svn (make) to dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 899c0c651b2d..fa6009e2919e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,11 @@ pkgbase = supermodel-svn
arch = i686
arch = x86_64
license = GPL3
+ makedepends = svn
depends = mesa
depends = sdl
depends = zlib
+ depends = glu
source = supermodel.sh
source = multiuser.patch
source = supermodel-svn::svn+https://svn.code.sf.net/p/model3emu/code/trunk
diff --git a/PKGBUILD b/PKGBUILD
index 31b6c71987f0..2a78d158d487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='A Sega Model 3 Arcade Emulator'
arch=('i686' 'x86_64')
url='http://www.supermodel3.com/'
license=('GPL3')
-depends=('mesa' 'sdl' 'zlib')
+depends=('mesa' 'sdl' 'zlib' 'glu')
+makedepends=('svn')
install=supermodel.install
source=('supermodel.sh'
'multiuser.patch'