summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFélix Piédallu2015-09-07 13:27:56 +0200
committerFélix Piédallu2015-09-07 13:27:56 +0200
commit0da3c34d2367a5c06e9ef68f6d411c197d74f2f0 (patch)
treec1b898108c771a0ec331fba2121d293d38869c52
parentafadb8d5c2d39455d9ddc06359f02e62dc2aeb98 (diff)
downloadaur-0da3c34d2367a5c06e9ef68f6d411c197d74f2f0.tar.gz
forgot dependency
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38b7a777157b..687001e72fd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,12 @@ arch=('any')
license=('GPL')
groups=('games')
depends=()
-makedepends=('git' 'yasm' 'jdk8-openjdk' 'python-virtualenv' 'boost-libs' 'gcc-libs')
+makedepends=('git'
+ 'yasm'
+ 'jdk8-openjdk'
+ 'python-virtualenv'
+ 'gcc-libs'
+ 'uthash')
install=
_gitname=ARSDKBuildUtils