summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2021-04-30 12:29:13 -0400
committerbinex-dsk2021-04-30 12:29:13 -0400
commit50e9f88c4cb85a67c2da620cd7d79214f6f0a1f6 (patch)
treec30c150cb5a35addbd9716bfd087ca7d1546acd3
parent8be1fe22ba10b0fe1d615f3bbb6582861e9b863b (diff)
downloadaur-passman++.tar.gz
added libpassman dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea102f51ee5..6756d45cd8e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = passman++
license = GPL
depends = botan
depends = qt6-base
+ depends = libpassman
provides = passman
conflicts = passman-git
conflicts = passman++-devel
diff --git a/PKGBUILD b/PKGBUILD
index e2806f66ae1c..3bbcff56bcf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ source=("https://github.com/binex-dsk/$_pkgname/archive/$pkgver.tar.gz")
md5sums=('10875cba388b6502b5e6999280ad5c31')
provides=('passman')
conflicts=('passman-git' 'passman++-devel' 'passman++-lts')
-depends=('botan' 'qt6-base')
+depends=('botan' 'qt6-base' 'libpassman')
arch=('x86_64')
build() {