summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f2a91e9cfef..17dfd4ca7a38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = godot-headless
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine
pkgver = 3.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.godotengine.org
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = godot-headless
conflicts = godot-git
conflicts = godot-pulse
source = https://github.com/godotengine/godot/archive/3.3-stable.tar.gz
- sha256sums = 4c2a8e7da1ad05c6223b0ff6cf2be124dad6708b56a8ec9910dc2aaf82a553ae
+ sha256sums = 595ff16eaef3d0b6c030575f4b7fcae8b805e407b90a2f71af3e4142362c1794
pkgname = godot-headless
diff --git a/PKGBUILD b/PKGBUILD
index a5af0b27e898..46f0dd4924e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=godot-headless
pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc='An advanced, feature packed, multi-platform 2D and 3D game engine'
url='http://www.godotengine.org'
license=('MIT')
@@ -23,7 +23,7 @@ fi
source=(
"https://github.com/godotengine/godot/archive/${pkgver}-stable.tar.gz"
)
-sha256sums=('4c2a8e7da1ad05c6223b0ff6cf2be124dad6708b56a8ec9910dc2aaf82a553ae')
+sha256sums=('595ff16eaef3d0b6c030575f4b7fcae8b805e407b90a2f71af3e4142362c1794')
build() {
cd "${srcdir}"/godot-${pkgver}-stable