godot-cpp: update to 3.5.1

This commit is contained in:
Mehdi Chinoune
2022-10-01 08:31:20 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 19ee043158
commit e42599acd3

View File

@@ -3,7 +3,7 @@
_realname=godot-cpp
pkgbase=mingw-w64-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
pkgver=3.5
pkgver=3.5.1
pkgrel=1
pkgdesc='C++ bindings for the Godot script API (mingw-w64)'
arch=('any')
@@ -13,7 +13,7 @@ license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-godot_headers")
makedepends=("${MINGW_PACKAGE_PREFIX}-scons")
source=("https://github.com/godotengine/godot-cpp/archive/godot-${pkgver}-stable.tar.gz")
sha256sums=('e766fad0f12860c2188d5f6e26a14e945d0695065365dbcbe02bf52b80185ae7')
sha256sums=('a0ab1f117d30ab01837e39e7ff704bbded282db4643343579b2bca11794f99fc')
prepare() {
rm -rf "${_realname}-${pkgver}"