summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9246be21712..ce047ae44f8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 23 18:13:23 UTC 2016
+# Tue Aug 9 22:03:09 UTC 2016
pkgbase = godot
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine
- pkgver = 2.0.4.1
- pkgrel = 2
+ pkgver = 2.0.1
+ pkgrel = 1
url = http://www.godotengine.org
arch = i686
arch = x86_64
@@ -17,10 +17,10 @@ pkgbase = godot
depends = alsa-lib
conflicts = godot-git
conflicts = godot-pulse
- source = https://github.com/godotengine/godot/archive/2.0.4.1-stable.tar.gz
+ source = https://github.com/godotengine/godot/archive/2.0.1-stable.tar.gz
source = godot.desktop
source = icon.png
- sha256sums = 7dc2a012740bef6ac1948e05a4bc9a21700af2dc861d963bbf1235fd93efadc9
+ sha256sums = 9dbd307879c1b60ba3d945c1cc49b0b7833c0ae1576b4ccec388e5b6cafc3b57
sha256sums = d2f5ae30b8c0c3fd8a20a451d34e9e9d0ba1b60a39b1f68484a9a74227c83822
sha256sums = b6bb8e42625414303cf7608f08fe63bd3267486bf7a96586ebab05ade5189785
diff --git a/.gitignore b/.gitignore
index 42cb43e79030..1af45d4deafe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
src/*
pkg/*
-*.gz \ No newline at end of file
+*.gz
+*.log
+*.xz
diff --git a/PKGBUILD b/PKGBUILD
index 52455d7a3799..919ec3f9d1f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Matthew Bentley <matthew@mtbentley.us>
pkgname=godot
-pkgver=2.0.4.1
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine"
url="http://www.godotengine.org"
license=('MIT')
@@ -24,7 +24,7 @@ source=(
godot.desktop
icon.png
)
-sha256sums=('7dc2a012740bef6ac1948e05a4bc9a21700af2dc861d963bbf1235fd93efadc9'
+sha256sums=('9dbd307879c1b60ba3d945c1cc49b0b7833c0ae1576b4ccec388e5b6cafc3b57'
'd2f5ae30b8c0c3fd8a20a451d34e9e9d0ba1b60a39b1f68484a9a74227c83822'
'b6bb8e42625414303cf7608f08fe63bd3267486bf7a96586ebab05ade5189785')