summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2016-11-25 00:08:38 +0200
committerjonian2016-11-25 00:08:38 +0200
commit8a53a0d186236d22d6e9714d4112cbbf4714543f (patch)
treee8a44770ac007555467a889488c1fbe92a0a443b
parent0b223fa8069f3862297fd147a1a65c13c89b445e (diff)
downloadaur-8a53a0d186236d22d6e9714d4112cbbf4714543f.tar.gz
update to version 2.1.1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fab04c11f5c..f35c70b0ecfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 23:56:13 UTC 2016
+# Thu Nov 24 22:08:29 UTC 2016
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
+ pkgver = 2.1.1
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -15,12 +15,12 @@ pkgbase = godot-bin
replaces = godot-git
source = godot.desktop
source = icons.tar.gz
- md5sums = SKIP
- md5sums = SKIP
- source_i686 = https://downloads.tuxfamily.org/godotengine/2.1/Godot_v2.1-stable_x11.32.zip
- md5sums_i686 = SKIP
- source_x86_64 = https://downloads.tuxfamily.org/godotengine/2.1/Godot_v2.1-stable_x11.64.zip
- md5sums_x86_64 = SKIP
+ md5sums = fa7422332b97ab8430ea7628ec8b0880
+ md5sums = 9dbfaa636daf7737899de6a28c33c3be
+ source_i686 = https://downloads.tuxfamily.org/godotengine/2.1.1/Godot_v2.1.1-stable_x11.32.zip
+ md5sums_i686 = 449769f3f064900e619c5c12dbf9ba70
+ source_x86_64 = https://downloads.tuxfamily.org/godotengine/2.1.1/Godot_v2.1.1-stable_x11.64.zip
+ md5sums_x86_64 = deeddea62e7d261e0d6e324a4443bee9
pkgname = godot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 79c4233b294a..d82bc1e8e5c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=godot-bin
-pkgver=2.1
+pkgver=2.1.1
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")
@@ -12,9 +12,9 @@ replaces=("godot" "godot-git")
source=("godot.desktop" "icons.tar.gz")
source_i686+=("https://downloads.tuxfamily.org/godotengine/"$pkgver"/Godot_v"$pkgver"-stable_x11.32.zip")
source_x86_64+=("https://downloads.tuxfamily.org/godotengine/"$pkgver"/Godot_v"$pkgver"-stable_x11.64.zip")
-md5sums=("SKIP" "SKIP")
-md5sums_i686=("SKIP")
-md5sums_x86_64=("SKIP")
+md5sums=("fa7422332b97ab8430ea7628ec8b0880" "9dbfaa636daf7737899de6a28c33c3be")
+md5sums_i686=("449769f3f064900e619c5c12dbf9ba70")
+md5sums_x86_64=("deeddea62e7d261e0d6e324a4443bee9")
package() {
mkdir -p "$pkgdir/opt/$pkgname"