summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Hofer2022-03-19 19:24:21 -0400
committerJeremy Hofer2022-03-19 19:24:21 -0400
commitb8f5a65b8762159e657fc119613314095c58c6d1 (patch)
tree4d8b095c6d97186a28898bd6fb0e8f01fd8fd499
parentffbde509a1da5d17d514a16a177af6b2e42aa323 (diff)
downloadaur-b8f5a65b8762159e657fc119613314095c58c6d1.tar.gz
update to 3.4.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5211163d596..1e335d205f8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godot-headless-export-templates-bin
pkgdesc = A headless version of the latest official release of the Godot engine and all export templates.
- pkgver = 3.4.2
+ pkgver = 3.4.3
pkgrel = 1
url = http://www.godotengine.org
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = godot-headless-export-templates-bin
provides = godot
conflicts = godot
conflicts = godot-git
- source = https://downloads.tuxfamily.org/godotengine/3.4.2/Godot_v3.4.2-stable_linux_headless.64.zip
- source = https://downloads.tuxfamily.org/godotengine/3.4.2/Godot_v3.4.2-stable_export_templates.tpz
- sha256sums = 2f7729bb261561cec798be4361504c603e08d00bfa187ef02463d5d4411ac5d8
- sha256sums = 98875680e61858e7775b0da3181b73df69385dd19abf318082a9c4416699f783
+ source = https://downloads.tuxfamily.org/godotengine/3.4.3/Godot_v3.4.3-stable_linux_headless.64.zip
+ source = https://downloads.tuxfamily.org/godotengine/3.4.3/Godot_v3.4.3-stable_export_templates.tpz
+ sha256sums = 76d5272398619d96787b28bdc18206e6b0378df97e39690c488fb86955acefa9
+ sha256sums = abb9b60a978149a2dd4391f0917a8be9ad577d37c5f1c9a6308c4c8d2c546de2
pkgname = godot-headless-export-templates-bin
diff --git a/PKGBUILD b/PKGBUILD
index d1b0e50fe08b..5a959783ff4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jeremy Hofer <fuego0607@gmail.com>
pkgname=godot-headless-export-templates-bin
-pkgver=3.4.2
+pkgver=3.4.3
pkgrel=1
pkgdesc="A headless version of the latest official release of the Godot engine and all export templates."
arch=("x86_64")
@@ -12,9 +12,8 @@ source=(
"https://downloads.tuxfamily.org/godotengine/${pkgver}/Godot_v${pkgver}-stable_linux_headless.64.zip"
"https://downloads.tuxfamily.org/godotengine/${pkgver}/Godot_v${pkgver}-stable_export_templates.tpz"
)
-sha256sums=('2f7729bb261561cec798be4361504c603e08d00bfa187ef02463d5d4411ac5d8'
- '98875680e61858e7775b0da3181b73df69385dd19abf318082a9c4416699f783')
-
+sha256sums=('76d5272398619d96787b28bdc18206e6b0378df97e39690c488fb86955acefa9'
+ 'abb9b60a978149a2dd4391f0917a8be9ad577d37c5f1c9a6308c4c8d2c546de2')
package() {
install -D -m755 "${srcdir}/Godot_v${pkgver}-stable_linux_headless.64" "${pkgdir}/usr/bin/godot"
install -d -m755 "${pkgdir}/usr/share/godot/templates/${pkgver}.stable"