summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2016-02-27 18:19:24 +0200
committerjonian2016-02-27 18:19:24 +0200
commitb09c9e46d3f9e55233cbb1ca1b8255aa42e7f9ec (patch)
tree37248f38af42e9f871db931ba047773169e89144
parent905823c79a19c37ea43a240657abb3b295cfd24d (diff)
downloadaur-b09c9e46d3f9e55233cbb1ca1b8255aa42e7f9ec.tar.gz
release version 2.0
only 64bit package available
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD24
2 files changed, 11 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4bb3a47c972..1e9a79b7c913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 21:30:29 UTC 2015
+# Sat Feb 27 16:18:43 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 = 1.1
- pkgrel = 2
+ pkgver = 2.0
+ pkgrel = 1
url = http://www.godotengine.org
- arch = i686
arch = x86_64
license = GPL
provides = godot-bin
@@ -15,12 +14,10 @@ pkgbase = godot-bin
replaces = godot-git
source = godot.desktop
source = icons.tar.gz
+ source = https://github.com/godotengine/godot/releases/download/2.0-stable/Godot_v2.0_linux.64
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
- source_i686 = https://bintray.com/artifact/download/punto/godot-relese/godot_x11-1.1stable.32
- md5sums_i686 = SKIP
- 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 b76fd0499c5c..949652c11e8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,16 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=godot-bin
-pkgver=1.1
-pkgrel=2
+pkgver=2.0
+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")
+arch=("x86_64")
url="http://www.godotengine.org"
license=('GPL')
provides=("godot-bin")
conflicts=("godot" "godot-git")
replaces=("godot" "godot-git")
-source=("godot.desktop" "icons.tar.gz")
-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")
+source=("godot.desktop" "icons.tar.gz" "https://github.com/godotengine/godot/releases/download/"$pkgver"-stable/Godot_v"$pkgver"_linux.64")
+md5sums=("SKIP" "SKIP" "SKIP")
package() {
mkdir -p "$pkgdir/opt/$pkgname"
@@ -22,15 +18,7 @@ package() {
mkdir -p "$pkgdir/usr/share/icons/hicolor"
mkdir -p "$pkgdir/usr/share/applications"
- case $CARCH in
- "i686")
- cp "$srcdir/godot_x11-"$pkgver"stable.32" "$pkgdir/opt/$pkgname/godot"
- ;;
- "x86_64")
- cp "$srcdir/godot_x11-"$pkgver"stable.64" "$pkgdir/opt/$pkgname/godot"
- ;;
- esac
-
+ cp "$srcdir/Godot_v"$pkgver"_linux.64" "$pkgdir/opt/$pkgname/godot"
cp "$srcdir/godot.desktop" "$pkgdir/usr/share/applications/godot.desktop"
cp -a "$srcdir/icons/." "$pkgdir/usr/share/icons/hicolor"
cp -a "$srcdir/icons/." "$pkgdir/usr/share/icons/gnome"