summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2016-05-28 09:10:13 +0200
committerRasmus Steinke2016-05-28 09:10:13 +0200
commit2b32cd11b0c7ae12c7e75e0e2efe8212a1b7f2ba (patch)
treecaa29152f9198797bdf0868cb25defb58f418d4e
parent1e743b0d0d7ce8adf07d722fa7ee6018b4bee1e2 (diff)
downloadaur-2b32cd11b0c7ae12c7e75e0e2efe8212a1b7f2ba.tar.gz
depend on rofi-git for the time being
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 420cd2481f40..6caccf3516cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Apr 29 19:21:54 UTC 2016
+# Sat May 28 07:10:00 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
+ depends = rofi-git
depends = gawk
depends = pass
depends = xdotool
diff --git a/PKGBUILD b/PKGBUILD
index b430a1c80002..22287aa0daf8 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-git' 'gawk' 'pass' 'xdotool' 'xclip')
optdepends=('passed-git: change fieldnames in password files')
install=rofi-pass.install