summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-05-15 20:06:06 +0200
committerMarcin Wieczorek2016-05-15 20:06:06 +0200
commitc20cef462c089443f06439c775750aaf1057a02d (patch)
treea01be3920f9067502fe330dcd176a2d470a60cca /PKGBUILD
parent781683cce4a7b32d3bcf4c3fbfc47b7d9a15ddc2 (diff)
downloadaur-c20cef462c089443f06439c775750aaf1057a02d.tar.gz
Add glu and svn (make) to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'