summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2016-08-11 02:48:44 +0300
committerjonian2016-08-11 02:48:44 +0300
commit67152df9edf26c75dfcb195e2f42575e2b02619e (patch)
treef273d867b31d7b403ce61d953332ad252eae5cd3
parente2910f530d4e430132f50c23544c9afa1812985d (diff)
downloadaur-67152df9edf26c75dfcb195e2f42575e2b02619e.tar.gz
new version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b117034eb29..48b4a996f1a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 13 20:18:34 UTC 2016
+# Wed Aug 10 23:48:31 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.0.4.1
+ pkgver = 2.1
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -17,9 +17,9 @@ pkgbase = godot-bin
source = icons.tar.gz
md5sums = SKIP
md5sums = SKIP
- source_i686 = https://downloads.tuxfamily.org/godotengine/2.0.4.1/Godot_v2.0.4.1_stable_x11.32.zip
+ 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.0.4.1/Godot_v2.0.4.1_stable_x11.64.zip
+ source_x86_64 = https://downloads.tuxfamily.org/godotengine/2.1/Godot_v2.1_stable_x11.64.zip
md5sums_x86_64 = SKIP
pkgname = godot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5420d03593a9..898eb1b48ef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=godot-bin
-pkgver=2.0.4.1
+pkgver=2.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")
@@ -21,7 +21,7 @@ package() {
mkdir -p "$pkgdir/usr/bin"
mkdir -p "$pkgdir/usr/share/icons/hicolor"
mkdir -p "$pkgdir/usr/share/applications"
-
+
case $CARCH in
"i686")
cp "$srcdir/Godot_v"$pkgver"_stable_x11.32" "$pkgdir/opt/$pkgname/godot"