Update to 3.5.2
This commit is contained in:
parent
93f67ee071
commit
cfa47e3fe8
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
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.1
|
pkgver = 3.5.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://godotengine.org
|
url = https://godotengine.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -30,7 +30,7 @@ pkgbase = godot3
|
||||||
optdepends = pipewire-pulse
|
optdepends = pipewire-pulse
|
||||||
provides = godot
|
provides = godot
|
||||||
conflicts = godot
|
conflicts = godot
|
||||||
source = godot-3.5.1.tar.gz::https://github.com/godotengine/godot/archive/3.5.1-stable.tar.gz
|
source = godot-3.5.2.tar.gz::https://github.com/godotengine/godot/archive/3.5.2-stable.tar.gz
|
||||||
b2sums = e8a209972fc680ce9c024762715c64ea36f9d1ca223c6911a5179ff1cff3c2a143b703bb5b41f198b8b3ed5bd2c474316177bda094a3ef34d06e2dcf2adb2815
|
b2sums = f5f9449711b7727846dcc34d0ff44c7fdb64fbdf29c85ca0ba42c2933d01c41aaac8f584e1b9c33b36fc30cfe47710fae935502855255da305694873a9148e7c
|
||||||
|
|
||||||
pkgname = godot3
|
pkgname = godot3
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
_pkgname=godot
|
_pkgname=godot
|
||||||
pkgname=godot3
|
pkgname=godot3
|
||||||
pkgver=3.5.1
|
pkgver=3.5.2
|
||||||
pkgrel=1
|
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'
|
||||||
|
@ -20,7 +20,7 @@ optdepends=(pipewire-alsa pipewire-pulse)
|
||||||
provides=("godot")
|
provides=("godot")
|
||||||
conflicts=("godot")
|
conflicts=("godot")
|
||||||
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")
|
||||||
b2sums=('e8a209972fc680ce9c024762715c64ea36f9d1ca223c6911a5179ff1cff3c2a143b703bb5b41f198b8b3ed5bd2c474316177bda094a3ef34d06e2dcf2adb2815')
|
b2sums=('f5f9449711b7727846dcc34d0ff44c7fdb64fbdf29c85ca0ba42c2933d01c41aaac8f584e1b9c33b36fc30cfe47710fae935502855255da305694873a9148e7c')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
# Disable the check that adds -no-pie to LINKFLAGS, for gcc != 6
|
# Disable the check that adds -no-pie to LINKFLAGS, for gcc != 6
|
||||||
|
|
Loading…
Reference in a new issue