summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorandrea2015-10-29 23:16:41 +0100
committerAndrea Zucchelli2018-02-24 09:49:18 +0100
commitba77e9cb164e0a3f2a865852ed535080e4894f4e (patch)
treea0c42fa31c30092eafc28bfccc357579e3c64f70 /PKGBUILD
parent83313c55e90fe9f2ba0dfde659629f826f739844 (diff)
downloadaur-ba77e9cb164e0a3f2a865852ed535080e4894f4e.tar.gz
added dependency for qt5-tools and qt5-base
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f415c00babb..bfb6cf44f43a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=xca
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="graphical user interface to OpenSSL, RSA/DSA public keys, certificates, signing requests and revokation lists"
arch=('i686' 'x86_64')
url="http://www.hohnstaedt.de/xca.html"
license=('BSD')
-depends=('qt4' 'libltdl' 'shared-mime-info')
+depends=('qt5-base' 'libltdl' 'shared-mime-info' 'qt5-tools')
makedepends=('linuxdoc-tools')
source=("http://downloads.sourceforge.net/sourceforge/xca/$pkgname-$pkgver.tar.gz")
md5sums=('f9528164f46a78c7a2373778bc019c48')