summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-02-26 14:00:02 -0700
committerMark Wagie2021-02-26 14:00:02 -0700
commita7abef84f06c2160f1ed0f95584170815d97e585 (patch)
tree0d4d7fc5436b9a66f5914c4ab8d6cfbde586e12d /PKGBUILD
parent66d68343e65e996db5b6c24cddf1ab928a969b54 (diff)
downloadaur-a7abef84f06c2160f1ed0f95584170815d97e585.tar.gz
add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c1ed06061ee..6e667f46e1d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: TDY <tdy@gmx.com>
pkgname=git-cola
pkgver=3.9
-pkgrel=1
+pkgrel=2
pkgdesc="The highly caffeinated Git GUI"
arch=('any')
url="https://git-cola.github.io"
license=('GPL2')
-depends=('git' 'python-pyqt5' 'hicolor-icon-theme')
+depends=('git' 'python-qtpy' 'python-pyqt5' 'hicolor-icon-theme')
makedepends=('asciidoc' 'docbook-xsl' 'rsync' 'xmlto' 'python-sphinx')
optdepends=('python-pygments: syntax highlighting'
'python-pyinotify: for inotify support'