summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2015-09-13 16:29:25 +0200
committerRasmus Steinke2015-09-13 16:29:25 +0200
commite08e52cbed0c4acd8f2e645ece70c8f859f8f2fa (patch)
treee4868d68cfe91429386738630f50968b8df2b4d5
parent0cff8fa0b170a4ade0a194eb279216499ddc7826 (diff)
downloadaur-e08e52cbed0c4acd8f2e645ece70c8f859f8f2fa.tar.gz
add passed optdepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16006c1648fe..eecd5528e76f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = rofi-pass-git
depends = pass
depends = xdotool
depends = xclip
+ optdepends = passed-git: change fieldnames in password files
source = git+http://git.53280.de/rofi-pass
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 362dc57390bd..05451fd3afac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,8 @@ 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-git' 'pass' 'xdotool' 'xclip')
+optdepends=('passed-git: change fieldnames in password files')
install=('rofi-pass.install')
makedepends=('git')