godot-cpp 3.3

This commit is contained in:
Sarah Ottinger
2021-05-15 13:28:12 -07:00
parent 33f847297f
commit 315d7d5460

View File

@@ -3,8 +3,8 @@
_realname=godot-cpp
pkgbase=mingw-w64-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
pkgver=3.2
pkgrel=3
pkgver=3.3
pkgrel=1
pkgdesc='C++ bindings for the Godot script API (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
@@ -12,9 +12,9 @@ url="http://www.godotengine.org/"
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-godot_headers")
makedepends=("${MINGW_PACKAGE_PREFIX}-scons")
_commit='aba8766618c6aa40c6f7b40b513e8e47cfa807f4'
_commit='d68e629a7cb93a6be73391d87be060eeb72d9d7a'
source=("https://github.com/godotengine/godot-cpp/archive/${_commit}.tar.gz")
sha256sums=('aa8c3031030eb8f5fef7cb6b12d302601787624d1e69eb900a4fd19f16ab9f9e')
sha256sums=('444d7511cbd10359a3d52d7ef326837fabe7d175f937733ba1ffcfcedd2cdb15')
prepare() {
rm -rf "${_realname}-${pkgver}"