This commit is contained in:
NovaDragon 2026-01-27 13:26:11 +01:00
parent c254cf598b
commit 90bc1101fe
No known key found for this signature in database
GPG key ID: A001CC28B887229C
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.1
pkgver = 4.6
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.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
source = godot-4.6-stable.tar.xz::https://github.com/godotengine/godot/releases/download/4.6-stable/godot-4.6-stable.tar.xz
source = godot-4.6-stable.tar.xz.sha256::https://github.com/godotengine/godot/releases/download/4.6-stable/godot-4.6-stable.tar.xz.sha256
sha256sums = SKIP
sha256sums = SKIP

View file

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