summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKrzysztof Dermont2016-08-09 22:11:58 +0200
committerKrzysztof Dermont2016-08-09 22:11:58 +0200
commit398c773115a9b7d1f8d218e3156f2823d364e3f8 (patch)
tree3d13e1d4ef5f688f633c42d094818ff666fb8cb3 /PKGBUILD
parentf20cb68347769527ff2dfea57ccedf940e2d80ad (diff)
downloadaur-398c773115a9b7d1f8d218e3156f2823d364e3f8.tar.gz
Update to 1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 074e13aff67c..30fe16102f9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=urho3d
-pkgver=1.5
-pkgrel=2
+pkgver=1.6
+pkgrel=1
pkgdesc="Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented in C++ and released under the MIT license."
arch=('i686' 'x86_64')
url="http://urho3d.github.io"
@@ -11,8 +11,8 @@ conflicts=("$pkgname-git")
replaces=("$pkgname-git")
provides=("$pkgname=$pkgver")
source=("https://github.com/urho3d/Urho3D/archive/$pkgver.tar.gz")
-md5sums=('f8f4aadf9b47f9609bea3738edd04f33')
-sha1sums=('41d41c2fd9687a24cdcf9276592f09ebc4559ef1')
+md5sums=('b1f554809c255ca11bd5b478ccb679b1')
+sha1sums=('1f64391037421a9fdcbb7b95757834248db17442')
install=urho3d.install
build() {