diff --git a/.SRCINFO b/.SRCINFO index 6ea716e..a1a4087 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -8,6 +8,7 @@ pkgbase = godot-git license = MIT makedepends = git makedepends = scons + makedepends = pkg-config depends = glu depends = libxcursor depends = alsa-lib diff --git a/PKGBUILD b/PKGBUILD index 5bce53f..a4c7065 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="Godot Game Engine." url="http://www.godotengine.org" license=('MIT') arch=('i686' 'x86_64') -makedepends=('git' 'scons') +makedepends=('git' 'scons' 'pkg-config') depends=('glu' 'libxcursor' 'alsa-lib' 'freetype2' 'mesa') optdepends=() conflicts=("godot")