summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Araya Navarro2018-06-23 19:53:41 -0600
committerJorge Araya Navarro2018-06-23 19:53:41 -0600
commit4c81f27b354c5bc172b70ddbd4307b5227cb5774 (patch)
tree60b0761629bb33f25f106ea8fec09956847457c9
parent5944d0c98b73e5998287fa47c7cd5bb98de7483c (diff)
downloadaur-4c81f27b354c5bc172b70ddbd4307b5227cb5774.tar.gz
chg: Update for the hot-fix
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3505457480dc..56f88552d283 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 19 21:22:02 UTC 2018
+# Sun Jun 24 01:53:41 UTC 2018
pkgbase = godot
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine
- pkgver = 3.0.3
+ pkgver = 3.0.4
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -20,8 +20,8 @@ pkgbase = godot
depends = libglvnd
conflicts = godot-git
conflicts = godot-pulse
- source = https://github.com/godotengine/godot/archive/3.0.3-stable.tar.gz
- sha256sums = db6bf2a2cee8e058254fc0b43c38c68a5226b18315b852e266cb3b95e23618c1
+ source = https://github.com/godotengine/godot/archive/3.0.4-stable.tar.gz
+ sha256sums = ebd2164ecde94c5276fe0420b8b232b13f255c420a1dca6b34e511e17292164e
pkgname = godot
diff --git a/PKGBUILD b/PKGBUILD
index 4ebabea6f1b0..8bec183672e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Matthew Bentley <matthew@mtbentley.us>
pkgname=godot
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine"
url="http://www.godotengine.org"
@@ -22,7 +22,7 @@ fi
source=(
"https://github.com/godotengine/godot/archive/${pkgver}-stable.tar.gz"
)
-sha256sums=('db6bf2a2cee8e058254fc0b43c38c68a5226b18315b852e266cb3b95e23618c1')
+sha256sums=('ebd2164ecde94c5276fe0420b8b232b13f255c420a1dca6b34e511e17292164e')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}-stable