summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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