summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2017-04-17 21:24:57 +0200
committerNarrat2017-04-17 21:24:57 +0200
commit1cf8dcfc87cd3738e9960ab6b4e6cef0106764a0 (patch)
treeece7f0ad96536bf94848451d262f47c7da75becf
parent6b5fc0a16a8d877cb5ea3a4363c21d45a74c379e (diff)
downloadaur-1cf8dcfc87cd3738e9960ab6b4e6cef0106764a0.tar.gz
tomb-git: Enhance zsh-completion file
There were new options added
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--_tomb4
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5378ef9fcbd..d8c8ca530c24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomb-git
pkgdesc = simple tool to manage encrypted storage
- pkgver = 2.3.r12.g5b7f875
- pkgrel = 1
+ pkgver = 2.4.r1.gc858def
+ pkgrel = 2
url = http://tomb.dyne.org/
arch = any
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = tomb-git
source = tomb::git://github.com/dyne/Tomb.git
source = _tomb
sha256sums = SKIP
- sha256sums = 3952cda7762fded6e9fd03be4b4b2634f50ea20fba72c6a2803978f228630749
+ sha256sums = 1e99f8bd972f4325f822bd7bd7c27abcd0bcf08d4f313a43011fb0a4a7ca7c43
pkgname = tomb-git
depends = cryptsetup
diff --git a/PKGBUILD b/PKGBUILD
index 224116578764..6bd655a3e506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
_name=tomb
pkgbase="${_name}-git"
pkgname=("${_name}-git" "${_name}-kdf-git")
-pkgver=2.3.r12.g5b7f875
-pkgrel=1
+pkgver=2.4.r1.gc858def
+pkgrel=2
pkgdesc="simple tool to manage encrypted storage"
arch=('any')
url="http://tomb.dyne.org/"
@@ -19,7 +19,7 @@ provides=("${_name}")
source=("${_name}::git://github.com/dyne/${_name//t/T}.git"
"_${_name}")
sha256sums=('SKIP'
- '3952cda7762fded6e9fd03be4b4b2634f50ea20fba72c6a2803978f228630749')
+ '1e99f8bd972f4325f822bd7bd7c27abcd0bcf08d4f313a43011fb0a4a7ca7c43')
pkgver() {
diff --git a/_tomb b/_tomb
index 42384ddfde47..10db72d271ac 100644
--- a/_tomb
+++ b/_tomb
@@ -32,10 +32,12 @@ _arguments -C -A "-*" \
-n'[do not process hooks found in tomb]' \
-o'[mount options used to open]' \
-f'[force operation]' \
+ -g'[use a GnuPG key to encrypt a tomb key]' \
+ -r'[provide GnuPG recipients (separated by comma)]' \
+ -R'[provide GnuPG hidden recipients (separated by comma)]' \
-v'[print version information]' \
-q'[run quietly]' \
-D'[print debugging information]' \
--kdf'[specify the KDF method]' \
--no-color'[do not use colors]' \
'*: :_files' && ret=0
-