summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2017-01-26 23:36:55 +0200
committerJonian Guveli2017-01-26 23:36:55 +0200
commit7cd36665d32fcef0c804d877f4e47cbea9a83885 (patch)
tree1cb42ea44c13b6eca1ea4d7a336a26158a1ee6b3
parent8a53a0d186236d22d6e9714d4112cbbf4714543f (diff)
downloadaur-7cd36665d32fcef0c804d877f4e47cbea9a83885.tar.gz
release version 2.1.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f35c70b0ecfb..3729fbb5fd48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 24 22:08:29 UTC 2016
+# Thu Jan 26 21:36:06 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.1
+ pkgver = 2.1.2
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 = 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
+ source_i686 = godot-bin-2.1.2.tar.gz::https://downloads.tuxfamily.org/godotengine/2.1.2/Godot_v2.1.2-stable_x11.32.zip
+ md5sums_i686 = a8cb31a1263a8ff50dc94c8dac5162ce
+ source_x86_64 = godot-bin-2.1.2.tar.gz::https://downloads.tuxfamily.org/godotengine/2.1.2/Godot_v2.1.2-stable_x11.64.zip
+ md5sums_x86_64 = 921ba1f909cff50543df38fcee74f281
pkgname = godot-bin
diff --git a/PKGBUILD b/PKGBUILD
index d82bc1e8e5c7..ca05d116be10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=godot-bin
-pkgver=2.1.1
+pkgver=2.1.2
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")
@@ -10,11 +10,11 @@ provides=("godot-bin")
conflicts=("godot" "godot-git")
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")
+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=("449769f3f064900e619c5c12dbf9ba70")
-md5sums_x86_64=("deeddea62e7d261e0d6e324a4443bee9")
+md5sums_i686=("a8cb31a1263a8ff50dc94c8dac5162ce")
+md5sums_x86_64=("921ba1f909cff50543df38fcee74f281")
package() {
mkdir -p "$pkgdir/opt/$pkgname"
@@ -39,4 +39,3 @@ package() {
ln -s "/opt/$pkgname/godot" "$pkgdir/usr/bin/godot"
}
-