summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Vágner2017-01-31 22:42:01 +0100
committerPeter Vágner2017-01-31 22:42:01 +0100
commitc34f8824c0fbb0904ba565ec8e4f88ef86b3c30c (patch)
tree59c2a0ce2b0efe2c17f45cb4d896f481f909c248 /PKGBUILD
parent0cbf05fd9d0025e0368c00dab6b48e07607ecf19 (diff)
downloadaur-c34f8824c0fbb0904ba565ec8e4f88ef86b3c30c.tar.gz
Increment pkgrel and fix the source by cloning correct tag from git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed4155138dec..122cd28c4038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
# $Id: PKGBUILD 151884 2015-12-10 04:07:37Z foutrelis $
# Maintainer : Martin Wimpress <code@flexion.org>
# Contributor: Kyle <kyle@gmx.ca>
+# Contributor: Peter Vágner <pvdeejay@gmail.com>
pkgname=qt-at-spi
pkgver=0.3.1
-pkgrel=4
+pkgrel=5
pkgdesc="A Qt plugin that bridges the QAccessible API’s to the AT-SPI 2 protocol, giving blind and visually impaired users access to qt applications."
arch=(i686 x86_64)
url="http://projects.kde.org/qtatspi"
license=('LGPL')
depends=('at-spi2-core' 'qt4>=4.8')
+makedepends=('git')
options=('!libtool')
-source=("$pkgname-$pkgver.tar.gz::http://quickgit.kde.org/?p=qtatspi.git&a=snapshot&h=f0fb5fd1&fmt=tgz"
+# qtatspi 0.4.0 or later is part of QT5 thus we need last QT4 compatible version 0.3.1
+source=("git://anongit.kde.org/qtatspi.git#tag=v0.3.1"
qt-accessibility.sh)
-md5sums=('622b5f48a0c7e88d6378055845667be5'
+md5sums=('SKIP'
'f0c8551ed54f5d4e5daf7ddac9189aaa')
build() {