summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbinex-dsk2021-04-30 12:29:40 -0400
committerbinex-dsk2021-04-30 12:29:40 -0400
commit961c507ddac86403ce87b7d6cb14f879d2471b95 (patch)
treeaa0319a02941b2a60fb19ccab451bfeea5baeac3 /PKGBUILD
parenta3e3bf22e54b8604532d8236aeb10310a4573c92 (diff)
downloadaur-passman++-devel.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 12e801609c90..8d19d570a2c9 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++' 'passman++-lts')
-depends=('botan' 'qt6-base')
+depends=('botan' 'qt6-base' 'libpassman')
arch=('x86_64')
build() {