summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e335d205f8e..dd08a97e7886 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.3
+ pkgver = 3.5
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.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
+ source = https://downloads.tuxfamily.org/godotengine/3.5/Godot_v3.5-stable_linux_headless.64.zip
+ source = https://downloads.tuxfamily.org/godotengine/3.5/Godot_v3.5-stable_export_templates.tpz
+ sha256sums = 36a6952c031e84feed8d5fede25ba46bb8f83fb192d755b136a3729089ef98e1
+ sha256sums = 7c7eefa74d3ec13c85a0f2f0fa191691e8ca4b5c91aa7d0dbeb84d950d92b637
pkgname = godot-headless-export-templates-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5a959783ff4b..7076b1b270b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jeremy Hofer <fuego0607@gmail.com>
pkgname=godot-headless-export-templates-bin
-pkgver=3.4.3
+pkgver=3.5
pkgrel=1
pkgdesc="A headless version of the latest official release of the Godot engine and all export templates."
arch=("x86_64")
@@ -12,8 +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=('76d5272398619d96787b28bdc18206e6b0378df97e39690c488fb86955acefa9'
- 'abb9b60a978149a2dd4391f0917a8be9ad577d37c5f1c9a6308c4c8d2c546de2')
+sha256sums=('36a6952c031e84feed8d5fede25ba46bb8f83fb192d755b136a3729089ef98e1'
+ '7c7eefa74d3ec13c85a0f2f0fa191691e8ca4b5c91aa7d0dbeb84d950d92b637')
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"