summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be102d3fe132..88fcd5411b88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zulucrypt
pkgdesc = a cli and gui frontend to cryptsetup.
pkgver = 4.7.7
- pkgrel = 2
+ pkgrel = 3
url = http://mhogomchungu.github.io/zuluCrypt/
install = zulucrypt.install
changelog = zulucrypt.changelog
@@ -13,7 +13,7 @@ pkgbase = zulucrypt
depends = qt5-base
depends = libpwquality
depends = libsecret
- depends = qt5-xmlpatterns
+ depends = libxkbcommon-x11
optdepends = kdeutils-kwalletmanager: retrieve volume keys from kde kwallet
conflicts = zulucrypt-git
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index c95ac2a70998..01493893d8d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# QT4 version
pkgname=zulucrypt
pkgver=4.7.7
-pkgrel=2
+pkgrel=3
_altpkgname=zuluCrypt
pkgdesc="a cli and gui frontend to cryptsetup."
url="http://mhogomchungu.github.io/zuluCrypt/"
arch=('x86_64' 'i686')
license=('GPL')
-depends=('cryptsetup' 'qt5-base' 'libpwquality' 'libsecret' 'qt5-xmlpatterns' )
+depends=('cryptsetup' 'qt5-base' 'libpwquality' 'libsecret' 'libxkbcommon-x11' )
optdepends=('kdeutils-kwalletmanager: retrieve volume keys from kde kwallet')
conflicts=('zulucrypt-git')
makedepends=('cmake')