This commit is contained in:
Nova 2025-10-22 23:50:56 +02:00
parent 470a30a05d
commit c254cf598b
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = godot-export-templates-linux
pkgdesc = Godot export templates - Linux x86_64
pkgver = 4.5
pkgver = 4.5.1
pkgrel = 1
url = https://github.com/godotengine/godot
arch = any
@ -11,8 +11,8 @@ pkgbase = godot-export-templates-linux
provides = godot-export-templates
options = !strip
options = !debug
source = godot-4.5-stable.tar.xz::https://github.com/godotengine/godot/releases/download/4.5-stable/godot-4.5-stable.tar.xz
source = godot-4.5-stable.tar.xz.sha256::https://github.com/godotengine/godot/releases/download/4.5-stable/godot-4.5-stable.tar.xz.sha256
source = godot-4.5.1-stable.tar.xz::https://github.com/godotengine/godot/releases/download/4.5.1-stable/godot-4.5.1-stable.tar.xz
source = godot-4.5.1-stable.tar.xz.sha256::https://github.com/godotengine/godot/releases/download/4.5.1-stable/godot-4.5.1-stable.tar.xz.sha256
sha256sums = SKIP
sha256sums = SKIP

View file

@ -8,7 +8,7 @@
_pkgname="godot-export-templates"
pkgname="$_pkgname-linux"
pkgver=4.5
pkgver=4.5.1
pkgrel=1
pkgdesc='Godot export templates - Linux x86_64'
url="https://github.com/godotengine/godot"