summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2016-10-29 23:19:14 +0200
committerRasmus Steinke2016-10-29 23:19:14 +0200
commit94ffaa9bf5774e11edbadf670636fe56a57004a1 (patch)
tree298f6b2708716dd1fca81f31e22d35103ce1586c
parent2b32cd11b0c7ae12c7e75e0e2efe8212a1b7f2ba (diff)
downloadaur-94ffaa9bf5774e11edbadf670636fe56a57004a1.tar.gz
use rofi
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6caccf3516cc..d563cb138126 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat May 28 07:10:00 UTC 2016
+# Sat Oct 29 21:19:03 UTC 2016
pkgbase = rofi-pass-git
pkgdesc = bash script to handle pass storages in a convenient way
pkgver = 5.f4255a9
@@ -10,7 +10,7 @@ pkgbase = rofi-pass-git
license = GPL
makedepends = git
depends = xdg-utils
- depends = rofi-git
+ depends = rofi
depends = gawk
depends = pass
depends = xdotool
diff --git a/PKGBUILD b/PKGBUILD
index 22287aa0daf8..b430a1c80002 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' 'gawk' 'pass' 'xdotool' 'xclip')
+depends=('xdg-utils' 'rofi' 'gawk' 'pass' 'xdotool' 'xclip')
optdepends=('passed-git: change fieldnames in password files')
install=rofi-pass.install