summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-07-05 10:59:36 +0300
committerJonian Guveli2018-07-05 10:59:36 +0300
commit6e899c558ac980ad58c2ec87e9ed3cca3fb3ac3c (patch)
tree16bbe1ef6bc0821a43e53f205f0c0a96a1bad849
parent6044fbbbc1efc18b3bb755409390861bab578747 (diff)
downloadaur-6e899c558ac980ad58c2ec87e9ed3cca3fb3ac3c.tar.gz
version update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1f42c1cbab7..c3f441470fea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godot-bin
pkgdesc = Godot is an advanced, feature packed, multi-platform 2D and 3D game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.
- pkgver = 3.0.3
+ pkgver = 3.0.4
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -15,10 +15,10 @@ pkgbase = godot-bin
source = icons.tar.gz
md5sums = fa7422332b97ab8430ea7628ec8b0880
md5sums = 9dbfaa636daf7737899de6a28c33c3be
- source_i686 = godot-bin-3.0.3::https://downloads.tuxfamily.org/godotengine/3.0.3/Godot_v3.0.3-stable_x11.32.zip
- md5sums_i686 = a4dff7c07d27cbc03d458d7af98180d1
- source_x86_64 = godot-bin-3.0.3::https://downloads.tuxfamily.org/godotengine/3.0.3/Godot_v3.0.3-stable_x11.64.zip
- md5sums_x86_64 = c0e8b19af885bdcb9998b7b739539407
+ source_i686 = godot-bin-3.0.4::https://downloads.tuxfamily.org/godotengine/3.0.4/Godot_v3.0.4-stable_x11.32.zip
+ md5sums_i686 = d5e30c956604eabe4ac0972d0f597671
+ source_x86_64 = godot-bin-3.0.4::https://downloads.tuxfamily.org/godotengine/3.0.4/Godot_v3.0.4-stable_x11.64.zip
+ md5sums_x86_64 = 3746ed9fee3715870e944a0900d0136d
pkgname = godot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 20e077784154..e82377d42053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=godot-bin
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc="Godot is an advanced, feature packed, multi-platform 2D and 3D game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel."
arch=("i686" "x86_64")
@@ -13,8 +13,8 @@ source=("godot.desktop" "icons.tar.gz")
source_i686+=("$pkgname-$pkgver::https://downloads.tuxfamily.org/godotengine/"$pkgver"/Godot_v"$pkgver"-stable_x11.32.zip")
source_x86_64+=("$pkgname-$pkgver::https://downloads.tuxfamily.org/godotengine/"$pkgver"/Godot_v"$pkgver"-stable_x11.64.zip")
md5sums=("fa7422332b97ab8430ea7628ec8b0880" "9dbfaa636daf7737899de6a28c33c3be")
-md5sums_i686=("a4dff7c07d27cbc03d458d7af98180d1")
-md5sums_x86_64=("c0e8b19af885bdcb9998b7b739539407")
+md5sums_i686=("d5e30c956604eabe4ac0972d0f597671")
+md5sums_x86_64=("3746ed9fee3715870e944a0900d0136d")
package() {
mkdir -p "$pkgdir/opt/$pkgname"