summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracerix2019-06-15 22:26:52 -0400
committeracerix2019-06-15 22:26:52 -0400
commit5eb4875171f21be73de502c403cea787896251d7 (patch)
tree066fc40c28c610e5bfe6f92b0da1c365258df837 /PKGBUILD
parentf659224e01ba9f1e84623f7027a59d8b65333556 (diff)
downloadaur-5eb4875171f21be73de502c403cea787896251d7.tar.gz
remove engine deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e7b3c403a62..436367993267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://godotengine.org/'
license=('MIT')
arch=('i686' 'x86_64')
makedepends=('git' 'scons' 'pulseaudio' 'clang' 'pkgconf')
-depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa')
+depends=('godot')
source=(
"git://github.com/godotengine/${_gitname}.git#branch=master"