summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2016-04-29 21:22:05 +0200
committerRasmus Steinke2016-04-29 21:22:05 +0200
commit1e743b0d0d7ce8adf07d722fa7ee6018b4bee1e2 (patch)
treebe563b3ab9d0e8d93909cab10e977852ab4ce5bf
parent238ae9420c3caae5a5f7e34c0023f72789b8165f (diff)
downloadaur-1e743b0d0d7ce8adf07d722fa7ee6018b4bee1e2.tar.gz
depend on gawk
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb7110047b8f..420cd2481f40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 09:25:31 UTC 2016
+# Fri Apr 29 19:21:54 UTC 2016
pkgbase = rofi-pass-git
pkgdesc = bash script to handle pass storages in a convenient way
pkgver = 5.f4255a9
@@ -11,6 +11,7 @@ pkgbase = rofi-pass-git
makedepends = git
depends = xdg-utils
depends = rofi
+ depends = gawk
depends = pass
depends = xdotool
depends = xclip
diff --git a/PKGBUILD b/PKGBUILD
index c82d542d21fb..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' 'pass' 'xdotool' 'xclip')
+depends=('xdg-utils' 'rofi' 'gawk' 'pass' 'xdotool' 'xclip')
optdepends=('passed-git: change fieldnames in password files')
install=rofi-pass.install