Clang to makedepends
This commit is contained in:
parent
1ef2111ce5
commit
694979b998
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
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")
|
||||
|
|
Loading…
Reference in a new issue