remove engine deps
This commit is contained in:
parent
f659224e01
commit
5eb4875171
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ url='https://godotengine.org/'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
makedepends=('git' 'scons' 'pulseaudio' 'clang' 'pkgconf')
|
makedepends=('git' 'scons' 'pulseaudio' 'clang' 'pkgconf')
|
||||||
depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa')
|
depends=('godot')
|
||||||
|
|
||||||
source=(
|
source=(
|
||||||
"git://github.com/godotengine/${_gitname}.git#branch=master"
|
"git://github.com/godotengine/${_gitname}.git#branch=master"
|
||||||
|
|
Loading…
Reference in a new issue