summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-06-17 00:59:02 +0300
committerJonian Guveli2018-06-17 00:59:02 +0300
commit6044fbbbc1efc18b3bb755409390861bab578747 (patch)
treea45cb32a4eb16fa719061a1bab2982da4978bf9b
parent0b1ada1c87e12b17ff976474537e1f18b50ddee3 (diff)
downloadaur-6044fbbbc1efc18b3bb755409390861bab578747.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 d4f325077fa4..c1f42c1cbab7 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.2
+ pkgver = 3.0.3
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.2::https://downloads.tuxfamily.org/godotengine/3.0.2/Godot_v3.0.2-stable_x11.32.zip
- md5sums_i686 = 271fd1b3ad1063c0de0b3127ec7483e5
- source_x86_64 = godot-bin-3.0.2::https://downloads.tuxfamily.org/godotengine/3.0.2/Godot_v3.0.2-stable_x11.64.zip
- md5sums_x86_64 = a70a960cc4e0570108be58604b6630ba
+ 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
pkgname = godot-bin
diff --git a/PKGBUILD b/PKGBUILD
index fe59c7ad9c8e..20e077784154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=godot-bin
-pkgver=3.0.2
+pkgver=3.0.3
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=("271fd1b3ad1063c0de0b3127ec7483e5")
-md5sums_x86_64=("a70a960cc4e0570108be58604b6630ba")
+md5sums_i686=("a4dff7c07d27cbc03d458d7af98180d1")
+md5sums_x86_64=("c0e8b19af885bdcb9998b7b739539407")
package() {
mkdir -p "$pkgdir/opt/$pkgname"