summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 198613113d85..910e8c375098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=keepassxc-client-library
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ library to access the browser-plugin-API of KeePassXC to retrieve or create entries"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/keepassxc-client-library"
license=('BSD')
-depends=('qt5-base' 'libsodium')
+depends=('qt5-base' 'libsodium' 'keepassxc')
makedepends=('git' 'qt5-tools' 'pkgconfig')
optdepends=("repkg: Automatically rebuild the package on dependency updates")
_pkgfqn=$pkgname-$pkgver