summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2015-12-12 23:52:36 +0100
committerRasmus Steinke2015-12-12 23:52:36 +0100
commit5012b7c4bf31cf7b76164ea459472e6b73bb71d4 (patch)
tree8137c8c09e3d3535ebcf2a63f1b20704dfee4308
parent17a4f013fc64c340dcc82d63d62196ca74b6499d (diff)
downloadaur-5012b7c4bf31cf7b76164ea459472e6b73bb71d4.tar.gz
change rofi dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05451fd3afac..467ca8a00fd8 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-git' 'pass' 'xdotool' 'xclip')
+depends=('xdg-utils' 'rofi' 'pass' 'xdotool' 'xclip')
optdepends=('passed-git: change fieldnames in password files')
install=('rofi-pass.install')