mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to version 4.5.1
This commit is contained in:
parent
549a2ef6e0
commit
593aa39845
2 changed files with 5 additions and 27 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = godot32
|
||||
pkgdesc = Advanced cross-platform 2D and 3D game engine (32-bit)
|
||||
pkgver = 4.5
|
||||
pkgver = 4.5.1
|
||||
pkgrel = 1
|
||||
url = https://godotengine.org/
|
||||
arch = x86_64
|
||||
|
|
@ -22,19 +22,9 @@ pkgbase = godot32
|
|||
depends = lib32-libxinerama
|
||||
depends = lib32-libxrandr
|
||||
depends = lib32-pcre2
|
||||
depends = lib32-glibc
|
||||
depends = lib32-fontconfig
|
||||
depends = lib32-libx11
|
||||
depends = lib32-wayland
|
||||
depends = lib32-glib2
|
||||
depends = lib32-libxext
|
||||
depends = lib32-libxfixes
|
||||
depends = lib32-libxkbcommon
|
||||
depends = lib32-alsa-lib
|
||||
depends = lib32-pipewire
|
||||
optdepends = pipewire-alsa: for audio support
|
||||
optdepends = pulse-native-provider: for audio support
|
||||
source = godot-4.5.tar.gz::https://github.com/godotengine/godot/archive/4.5-stable.tar.gz
|
||||
b2sums = fa8aa954974701f5070c06dd0801dadec903159d75ac6a21ec7c85d533dad2c1f42ff21fe40de33fa430c82ba79abeb0d69767eede0112bc4ac02d6e1441b81d
|
||||
source = godot-4.5.1.tar.gz::https://github.com/godotengine/godot/archive/4.5.1-stable.tar.gz
|
||||
b2sums = 657f675ebb39a97dd7ec1102b3650ee5a91feb9115634ee964efffcac01d957f9471e78f0169dae20d1c1cd58b99aad31c673ac5c4ed602a6c45266a581b05e0
|
||||
|
||||
pkgname = godot32
|
||||
|
|
|
|||
16
PKGBUILD
16
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
_pkgname=godot
|
||||
pkgname=${_pkgname}32
|
||||
pkgver=4.5
|
||||
pkgver=4.5.1
|
||||
pkgrel=1
|
||||
pkgdesc='Advanced cross-platform 2D and 3D game engine (32-bit)'
|
||||
url='https://godotengine.org/'
|
||||
|
|
@ -18,7 +18,6 @@ makedepends=(
|
|||
yasm
|
||||
)
|
||||
depends=(
|
||||
# Building AND Runtime dependencies.
|
||||
lib32-brotli
|
||||
lib32-freetype2
|
||||
lib32-libglvnd
|
||||
|
|
@ -30,24 +29,13 @@ depends=(
|
|||
lib32-libxinerama
|
||||
lib32-libxrandr
|
||||
lib32-pcre2
|
||||
# Runtime Dependencies, Not sure but these ensure no errors, on my side.
|
||||
lib32-glibc
|
||||
lib32-fontconfig
|
||||
lib32-libx11
|
||||
lib32-wayland
|
||||
lib32-glib2
|
||||
lib32-libxext
|
||||
lib32-libxfixes
|
||||
lib32-libxkbcommon
|
||||
lib32-alsa-lib
|
||||
lib32-pipewire
|
||||
)
|
||||
optdepends=(
|
||||
'pipewire-alsa: for audio support'
|
||||
'pulse-native-provider: for audio support'
|
||||
)
|
||||
source=("$_pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz")
|
||||
b2sums=('fa8aa954974701f5070c06dd0801dadec903159d75ac6a21ec7c85d533dad2c1f42ff21fe40de33fa430c82ba79abeb0d69767eede0112bc4ac02d6e1441b81d')
|
||||
b2sums=('657f675ebb39a97dd7ec1102b3650ee5a91feb9115634ee964efffcac01d957f9471e78f0169dae20d1c1cd58b99aad31c673ac5c4ed602a6c45266a581b05e0')
|
||||
|
||||
prepare() {
|
||||
cd "$_pkgname-$pkgver-stable"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue