summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Wallace2016-02-20 19:46:32 -0800
committerColin Wallace2016-02-20 19:46:32 -0800
commite7f72051f6bf310e9424419920f35045744f5cab (patch)
tree7fee2b26c862e8073da704638965e63842eaa5a0
parent40ddbef59e65ea52c9b07cf6f05299916d9fbbb8 (diff)
downloadaur-e7f72051f6bf310e9424419920f35045744f5cab.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91c47aab76ea..bfbb06f580e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 21 03:30:04 UTC 2016
+# Sun Feb 21 03:46:23 UTC 2016
pkgbase = sparrow3d-git
pkgdesc = A software renderer for different open handhelds like the gp2x, wiz, caanoo and pandora
pkgver = 820.143acbc
@@ -8,6 +8,11 @@ pkgbase = sparrow3d-git
arch = any
license = LGPL
makedepends = git
+ depends = sdl
+ depends = sdl_image
+ depends = sdl_mixer
+ depends = sdl_net
+ depends = sdl_ttf
provides = sparrow3d
source = git+https://github.com/theZiz/sparrow3d.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b9c6dd923d73..ce7da964e72d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ provides=('sparrow3d')
arch=('any')
url='https://github.com/theZiz/sparrow3d'
license=('LGPL')
-depends=()
+depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf')
makedepends=('git')
source=("git+https://github.com/theZiz/sparrow3d.git")
md5sums=('SKIP')