summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Weingardt2017-02-12 12:18:12 +0100
committerPaul Weingardt2017-02-12 12:18:12 +0100
commitbea79cee5f85600473e3031b63df7974e651daa0 (patch)
tree534198f474f5c1c2967660470fe91679ed5d1a0c /PKGBUILD
parentd70cfc4b2cf8b7ab4bde0f86d741c4c6a1b27ecc (diff)
downloadaur-bea79cee5f85600473e3031b63df7974e651daa0.tar.gz
updated git-cola to 2.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27607d874027..9b7695b55ee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Paul Weingardt <paulweingardt@web.de>
# Contributor: TDY <tdy@gmx.com>
pkgname=git-cola
-pkgver=2.8
+pkgver=2.10
pkgrel=1
pkgdesc="A powerful GUI for Git"
arch=('any')
url="http://git-cola.github.com/"
license=('GPL')
-depends=('git' 'python-pyqt4>=4.4' 'icu')
+depends=('git' 'python-pyqt5>=5.7' 'icu')
makedepends=('asciidoc' 'docbook-xsl' 'rsync' 'xmlto' 'python-sphinx>=1.1.3')
optdepends=('python-pyinotify>=0.7.1: for inotify support'
'tk: to use the built-in ssh-askpass handler')
options=('!makeflags')
source=("https://github.com/git-cola/git-cola/archive/v$pkgver.tar.gz")
-sha256sums=('9962098bb73c2c13ea32ded01821e447e0c9fbece3d213eaccf6bb02413ccea5')
+sha256sums=('fd310087ad4c4ccd22829ae319d9409ea3ff872f5391b999de130faaf77f4e1c')
build() {
cd "$srcdir/${pkgname}-$pkgver"