add scons to makedeps

This commit is contained in:
Sarah Ottinger
2020-12-05 01:01:15 -08:00
parent 61cb5647ef
commit 5e3dc4ecf3

View File

@@ -10,7 +10,7 @@ arch=('any')
url="http://www.godotengine.org/"
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-godot_headers")
makedepends=("git")
makedepends=("${MINGW_PACKAGE_PREFIX}-scons")
_commit='aba8766618c6aa40c6f7b40b513e8e47cfa807f4'
source=("https://github.com/godotengine/godot-cpp/archive/${_commit}.tar.gz")
sha256sums=('aa8c3031030eb8f5fef7cb6b12d302601787624d1e69eb900a4fd19f16ab9f9e')