summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2016-08-11 02:51:15 +0300
committerjonian2016-08-11 02:51:15 +0300
commit4d37d06dca0c9a546cd332a43bd06f6aa1a046fb (patch)
tree81f977bdadf04688479e6be12f4c7ad61a4e9676
parent67152df9edf26c75dfcb195e2f42575e2b02619e (diff)
downloadaur-4d37d06dca0c9a546cd332a43bd06f6aa1a046fb.tar.gz
fix download url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48b4a996f1a2..7a27d21fdaab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 23:48:31 UTC 2016
+# Wed Aug 10 23:51:10 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
@@ -17,9 +17,9 @@ pkgbase = godot-bin
source = icons.tar.gz
md5sums = SKIP
md5sums = SKIP
- source_i686 = https://downloads.tuxfamily.org/godotengine/2.1/Godot_v2.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.1/Godot_v2.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 898eb1b48ef1..e6b9b1c2d802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ 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+=("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")