diff --git a/PKGBUILD b/PKGBUILD index b1fa88f..aa4624f 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")