summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b430a1c80002..1b3ec269ae2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="bash script to handle pass storages in a convenient way"
arch=('any')
url='https://github.com/carnager/rofi-pass'
license=('GPL')
-depends=('xdg-utils' 'rofi' 'gawk' 'pass' 'xdotool' 'xclip')
+depends=('xdg-utils' 'rofi' 'gawk' 'pass' 'xdotool' 'xclip' 'pwgen')
optdepends=('passed-git: change fieldnames in password files')
install=rofi-pass.install