summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422018-12-21 01:30:54 +0100
committerSkycoder422018-12-21 01:30:54 +0100
commit83a8936ba4f786028c35000018988abcbecbc350 (patch)
treea671b5da668a6194c76706812924f6f4d6893135
parentffb05e31f242f81046bedcb85482d61a69c4d537 (diff)
downloadaur-keepassxc-client-library.tar.gz
add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fce715935f68..14a7c19e12da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keepassxc-client-library
pkgdesc = A C++ library to access the browser-plugin-API of KeePassXC to retrieve or create entries
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Skycoder42/keepassxc-client-library
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = keepassxc-client-library
makedepends = pkgconfig
depends = qt5-base
depends = libsodium
+ depends = keepassxc
optdepends = repkg: Automatically rebuild the package on dependency updates
source = keepassxc-client-library-1.0.0::git+https://github.com/Skycoder42/keepassxc-client-library.git#tag=1.0.0
source = clientflags.patch
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