Update to 3.5.3
This commit is contained in:
parent
81257e849e
commit
8bc77fb084
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = godot3
|
pkgbase = godot3
|
||||||
pkgdesc = Advanced cross-platform 2D and 3D game engine (3.x Branch)
|
pkgdesc = Advanced cross-platform 2D and 3D game engine (3.x Branch)
|
||||||
pkgver = 3.5.2
|
pkgver = 3.5.3
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://godotengine.org
|
url = https://godotengine.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
|
@ -27,9 +27,9 @@ pkgbase = godot3
|
||||||
depends = opusfile
|
depends = opusfile
|
||||||
optdepends = pipewire-alsa
|
optdepends = pipewire-alsa
|
||||||
optdepends = pipewire-pulse
|
optdepends = pipewire-pulse
|
||||||
source = godot-3.5.2.tar.gz::https://github.com/godotengine/godot/archive/3.5.2-stable.tar.gz
|
source = godot-3.5.3.tar.gz::https://github.com/godotengine/godot/archive/3.5.3-stable.tar.gz
|
||||||
source = godot3.patch
|
source = godot3.patch
|
||||||
b2sums = f5f9449711b7727846dcc34d0ff44c7fdb64fbdf29c85ca0ba42c2933d01c41aaac8f584e1b9c33b36fc30cfe47710fae935502855255da305694873a9148e7c
|
b2sums = 07ee037803e103f863e56a00c6106d00834870881ec75ecc43f947ea3d6e04a560763aa183661fa6437c4c8307f9231b250f2d51462057add1720d71d2ada827
|
||||||
b2sums = 5ed41b79e0121e66614cce997d8c05b3efafefb45d93a426fe4f63bc9917a8dad8519d3f11021a62d6b3a8f7210f2cc86d03361a51dcf79007b0eb71289c1370
|
b2sums = 5ed41b79e0121e66614cce997d8c05b3efafefb45d93a426fe4f63bc9917a8dad8519d3f11021a62d6b3a8f7210f2cc86d03361a51dcf79007b0eb71289c1370
|
||||||
|
|
||||||
pkgname = godot3
|
pkgname = godot3
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
_pkgname=godot
|
_pkgname=godot
|
||||||
pkgname=godot3
|
pkgname=godot3
|
||||||
pkgver=3.5.2
|
pkgver=3.5.3
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc='Advanced cross-platform 2D and 3D game engine (3.x Branch)'
|
pkgdesc='Advanced cross-platform 2D and 3D game engine (3.x Branch)'
|
||||||
url='https://godotengine.org'
|
url='https://godotengine.org'
|
||||||
license=(MIT)
|
license=(MIT)
|
||||||
|
@ -20,7 +20,7 @@ depends=(embree3 freetype2 libglvnd libtheora libvorbis libvpx libwebp libwslay
|
||||||
optdepends=(pipewire-alsa pipewire-pulse)
|
optdepends=(pipewire-alsa pipewire-pulse)
|
||||||
source=("$_pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz"
|
source=("$_pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz"
|
||||||
"godot3.patch")
|
"godot3.patch")
|
||||||
b2sums=('f5f9449711b7727846dcc34d0ff44c7fdb64fbdf29c85ca0ba42c2933d01c41aaac8f584e1b9c33b36fc30cfe47710fae935502855255da305694873a9148e7c'
|
b2sums=('07ee037803e103f863e56a00c6106d00834870881ec75ecc43f947ea3d6e04a560763aa183661fa6437c4c8307f9231b250f2d51462057add1720d71d2ada827'
|
||||||
'5ed41b79e0121e66614cce997d8c05b3efafefb45d93a426fe4f63bc9917a8dad8519d3f11021a62d6b3a8f7210f2cc86d03361a51dcf79007b0eb71289c1370')
|
'5ed41b79e0121e66614cce997d8c05b3efafefb45d93a426fe4f63bc9917a8dad8519d3f11021a62d6b3a8f7210f2cc86d03361a51dcf79007b0eb71289c1370')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue