summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-07-16 21:11:10 +0300
committerJonian Guveli2018-07-16 21:11:10 +0300
commitf2208bc2b09efb935a079b5332d6eef685eba578 (patch)
tree50b84d32878d3176bf9d88e70ca76f9c2cdeb372
parent6e899c558ac980ad58c2ec87e9ed3cca3fb3ac3c (diff)
downloadaur-f2208bc2b09efb935a079b5332d6eef685eba578.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 c3f441470fea..6f73259e4eb7 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.4
+ pkgver = 3.0.5
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.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
+ source_i686 = godot-bin-3.0.5::https://downloads.tuxfamily.org/godotengine/3.0.5/Godot_v3.0.5-stable_x11.32.zip
+ md5sums_i686 = 7f26e109aaa3d0d54a4ef49eb5b1fa5b
+ source_x86_64 = godot-bin-3.0.5::https://downloads.tuxfamily.org/godotengine/3.0.5/Godot_v3.0.5-stable_x11.64.zip
+ md5sums_x86_64 = 059b3f96304edbde9845776c20af0c6c
pkgname = godot-bin
diff --git a/PKGBUILD b/PKGBUILD
index e82377d42053..459faea31ea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=godot-bin
-pkgver=3.0.4
+pkgver=3.0.5
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=("d5e30c956604eabe4ac0972d0f597671")
-md5sums_x86_64=("3746ed9fee3715870e944a0900d0136d")
+md5sums_i686=("7f26e109aaa3d0d54a4ef49eb5b1fa5b")
+md5sums_x86_64=("059b3f96304edbde9845776c20af0c6c")
package() {
mkdir -p "$pkgdir/opt/$pkgname"