summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Porras2016-08-24 21:37:51 -0300
committerCristian Porras2016-08-24 21:37:51 -0300
commit694979b99854f5e888379f8ca73c421471e921f9 (patch)
tree233baf6220abb474a5ff68e44db885d3a7ec3494
parent1ef2111ce551e819697ccaf68e63f35704b0d942 (diff)
downloadaur-694979b99854f5e888379f8ca73c421471e921f9.tar.gz
Clang to makedepends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1fa88f3712f..aa4624f4acb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc="Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3
url="http://www.godotengine.org"
license=('MIT')
arch=('i686' 'x86_64')
-makedepends=('git' 'scons' 'pulseaudio')
-depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa' 'clang')
+makedepends=('git' 'scons' 'pulseaudio' 'clang')
+depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa')
optdepends=()
conflicts=("godot")
provides=("godot")