From 315d7d5460d7fe185ada3353ffbeaea85cd11eae Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Sat, 15 May 2021 13:28:12 -0700 Subject: [PATCH] godot-cpp 3.3 --- mingw-w64-godot-cpp/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mingw-w64-godot-cpp/PKGBUILD b/mingw-w64-godot-cpp/PKGBUILD index 1e6a5ec13e..975c98492c 100644 --- a/mingw-w64-godot-cpp/PKGBUILD +++ b/mingw-w64-godot-cpp/PKGBUILD @@ -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}"