summaryrefslogtreecommitdiff
path: root/community/tiled-qt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tiled-qt/PKGBUILD')
-rw-r--r--community/tiled-qt/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tiled-qt/PKGBUILD b/community/tiled-qt/PKGBUILD
index c26c18726..22e3fc498 100644
--- a/community/tiled-qt/PKGBUILD
+++ b/community/tiled-qt/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase>
# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
pkgname=tiled-qt
-pkgver=0.9.0
-pkgrel=6
+pkgver=0.9.1
+pkgrel=1
pkgdesc='A general purpose tile map editor, built to be flexible and easy to use'
arch=('i686' 'x86_64')
url='http://mapeditor.org'
@@ -11,7 +11,7 @@ depends=('qt5-base' 'libgl' 'gtk-update-icon-cache')
makedepends=('mesa' 'qt5-tools')
install=${pkgname}.install
source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
+md5sums=('d032b18e0ff7d5a4a843a1ac93a9f638')
build() {
cd $srcdir/$pkgname-$pkgver