summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbinex-dsk2021-04-30 12:29:13 -0400
committerbinex-dsk2021-04-30 12:29:13 -0400
commit50e9f88c4cb85a67c2da620cd7d79214f6f0a1f6 (patch)
treec30c150cb5a35addbd9716bfd087ca7d1546acd3 /PKGBUILD
parent8be1fe22ba10b0fe1d615f3bbb6582861e9b863b (diff)
downloadaur-passman++.tar.gz
added libpassman dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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() {