summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2015-12-10 23:31:27 +0200
committerjonian2015-12-10 23:31:27 +0200
commit905823c79a19c37ea43a240657abb3b295cfd24d (patch)
tree70bd8e6d2c663cf45f0a543e0b5d2d2f79e7ac4f
parent43ad0d0775bbc3a19cb853ed2835a71463df1c89 (diff)
downloadaur-905823c79a19c37ea43a240657abb3b295cfd24d.tar.gz
use bintray mirrors
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc7ad9c3a910..d4bb3a47c972 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Dec 10 21:30:29 UTC 2015
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 = 1.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.godotengine.org
arch = i686
arch = x86_64
@@ -15,9 +17,9 @@ pkgbase = godot-bin
source = icons.tar.gz
md5sums = SKIP
md5sums = SKIP
- source_i686 = http://www.godotengine.org:81/godot_x11-1.1stable.32
+ source_i686 = https://bintray.com/artifact/download/punto/godot-relese/godot_x11-1.1stable.32
md5sums_i686 = SKIP
- source_x86_64 = http://www.godotengine.org:81/godot_x11-1.1stable.64
+ source_x86_64 = https://bintray.com/artifact/download/punto/godot-relese/godot_x11-1.1stable.64
md5sums_x86_64 = SKIP
pkgname = godot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 62e4f61501c3..b76fd0499c5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=godot-bin
pkgver=1.1
-pkgrel=1
+pkgrel=2
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")
url="http://www.godotengine.org"
@@ -10,8 +10,8 @@ provides=("godot-bin")
conflicts=("godot" "godot-git")
replaces=("godot" "godot-git")
source=("godot.desktop" "icons.tar.gz")
-source_i686+=("http://www.godotengine.org:81/godot_x11-"$pkgver"stable.32")
-source_x86_64+=("http://www.godotengine.org:81/godot_x11-"$pkgver"stable.64")
+source_i686+=("https://bintray.com/artifact/download/punto/godot-relese/godot_x11-"$pkgver"stable.32")
+source_x86_64+=("https://bintray.com/artifact/download/punto/godot-relese/godot_x11-"$pkgver"stable.64")
md5sums=("SKIP" "SKIP")
md5sums_i686=("SKIP")
md5sums_x86_64=("SKIP")