summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2017-08-31 20:29:38 +0300
committerJonian Guveli2017-08-31 20:29:38 +0300
commit77415c5939739cf3a24929ab26228773fe4a0e79 (patch)
treec3f15966dfdfa30002b7c4720c6eba49fcd027ac
parentea7948ff8bc67c00442b9bfcc866382e347d0c3d (diff)
downloadaur-77415c5939739cf3a24929ab26228773fe4a0e79.tar.gz
release version 2.1.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9d1d8521a21..77336f11db37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 16 17:56:22 UTC 2017
+# Thu Aug 31 17:28:55 UTC 2017
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 = 2.1.3
+ pkgver = 2.1.4
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -17,10 +17,10 @@ pkgbase = godot-bin
source = icons.tar.gz
md5sums = fa7422332b97ab8430ea7628ec8b0880
md5sums = 9dbfaa636daf7737899de6a28c33c3be
- source_i686 = godot-bin-2.1.3.tar.gz::https://downloads.tuxfamily.org/godotengine/2.1.3/Godot_v2.1.3-stable_x11.32.zip
- md5sums_i686 = 91374740e1505360b48d0de9cffcb5cc
- source_x86_64 = godot-bin-2.1.3.tar.gz::https://downloads.tuxfamily.org/godotengine/2.1.3/Godot_v2.1.3-stable_x11.64.zip
- md5sums_x86_64 = f755e828829ca796f56013adffacd2ba
+ source_i686 = godot-bin-2.1.4.tar.gz::https://downloads.tuxfamily.org/godotengine/2.1.4/Godot_v2.1.4-stable_x11.32.zip
+ md5sums_i686 = 742d27e60b651090196b5bd2dbf1e9ed
+ source_x86_64 = godot-bin-2.1.4.tar.gz::https://downloads.tuxfamily.org/godotengine/2.1.4/Godot_v2.1.4-stable_x11.64.zip
+ md5sums_x86_64 = 97f4a104146344042c3d411f2b25b4ad
pkgname = godot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0e69a0cfcf52..73ed0d253250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=godot-bin
-pkgver=2.1.3
+pkgver=2.1.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.tar.gz::https://downloads.tuxfamily.org/godotengine/"$pkgver"/Godot_v"$pkgver"-stable_x11.32.zip")
source_x86_64+=("$pkgname-$pkgver.tar.gz::https://downloads.tuxfamily.org/godotengine/"$pkgver"/Godot_v"$pkgver"-stable_x11.64.zip")
md5sums=("fa7422332b97ab8430ea7628ec8b0880" "9dbfaa636daf7737899de6a28c33c3be")
-md5sums_i686=("91374740e1505360b48d0de9cffcb5cc")
-md5sums_x86_64=("f755e828829ca796f56013adffacd2ba")
+md5sums_i686=("742d27e60b651090196b5bd2dbf1e9ed")
+md5sums_x86_64=("97f4a104146344042c3d411f2b25b4ad")
package() {
mkdir -p "$pkgdir/opt/$pkgname"