summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Araya Navarro2016-04-27 22:11:58 -0600
committerJorge Araya Navarro2016-04-27 22:11:58 -0600
commit1c58fdc8f113265a54fbb0c81c5da58df656d241 (patch)
treee3ce83ab3255ea9fe07bf8050e869356a32bbe98
parent35af66068aba61105cfacdefd5a1a192adf33617 (diff)
downloadaur-1c58fdc8f113265a54fbb0c81c5da58df656d241.tar.gz
Updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59dfee76a86c..566c931596f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 13 01:08:16 UTC 2016
+# Thu Apr 28 04:11:48 UTC 2016
pkgbase = godot
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -17,10 +17,10 @@ pkgbase = godot
depends = freetype2
depends = mesa
conflicts = godot-git
- source = https://github.com/godotengine/godot/archive/2.0.1-stable.tar.gz
+ source = https://github.com/godotengine/godot/archive/2.0.2-stable.tar.gz
source = godot.desktop
source = icon.png
- md5sums = 5539d540b932d1bd34c0645d8d713d21
+ md5sums = 7a7ef730a1083518a04bb9ac746c0a19
md5sums = dca7c5c5682bdc8cc83386034e0d7d07
md5sums = f756e85756a9cbc06a328414abf74585
diff --git a/PKGBUILD b/PKGBUILD
index a54a3807c398..c1d17f1c65eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Matthew Bentley <matthew@mtbentley.us>
pkgname=godot
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine"
url="http://www.godotengine.org"
@@ -25,7 +25,7 @@ source=(
godot.desktop
icon.png
)
-md5sums=('83e1ec74ca3156af548f0e829085cdf7'
+md5sums=('7a7ef730a1083518a04bb9ac746c0a19'
'dca7c5c5682bdc8cc83386034e0d7d07'
'f756e85756a9cbc06a328414abf74585')
@@ -49,7 +49,3 @@ package() {
install -D -m755 bin/godot.x11.opt.tools.${_arch} "${pkgdir}"/usr/bin/godot
install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/godot/LICENSE
}
-
-md5sums=('5539d540b932d1bd34c0645d8d713d21'
- 'dca7c5c5682bdc8cc83386034e0d7d07'
- 'f756e85756a9cbc06a328414abf74585')