summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2018-01-05 03:03:14 +0100
committerNarrat2018-01-05 03:03:14 +0100
commit49cab07be7b101facd420e42d8115a4c4a0d2303 (patch)
tree16bd536bec5e93bd287c608598f0f97452daf861
parent66913ea0290db1c7ea0885edfe24968cf4d0c21b (diff)
downloadaur-49cab07be7b101facd420e42d8115a4c4a0d2303.tar.gz
Tomb-git: add 'ps' to completion file
New subcommand which got introduced with slam refactoring
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--_tomb1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78ffd2fcd5fc..e58b8463eeec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomb-git
pkgdesc = simple tool to manage encrypted storage
pkgver = 2.5.r0.g74689ea
- pkgrel = 1
+ 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 = 3d71fb492d489ab2bc0ffe21e18b297796b7ceb628158f5a068777aabed8633e
+ sha256sums = 8007bc208fdac3fbd7a61320b48c4c8073639b478fcc410145a3792986aca9e8
pkgname = tomb-git
depends = cryptsetup
diff --git a/PKGBUILD b/PKGBUILD
index dedcbab1947c..9581ec34f87a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _name=tomb
pkgbase="${_name}-git"
pkgname=("${_name}-git" "${_name}-kdf-git")
pkgver=2.5.r0.g74689ea
-pkgrel=1
+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'
- '3d71fb492d489ab2bc0ffe21e18b297796b7ceb628158f5a068777aabed8633e')
+ '8007bc208fdac3fbd7a61320b48c4c8073639b478fcc410145a3792986aca9e8')
pkgver() {
diff --git a/_tomb b/_tomb
index 0dc66ba5aedb..9b1ae6cbf971 100644
--- a/_tomb
+++ b/_tomb
@@ -16,6 +16,7 @@ _tomb_commands(){
'lock:installs a lock on a TOMB to use it with KEY'
'open:open an existing tomb'
'passwd:change password of a key'
+ 'ps:list all processes running in open tombs'
'resize:resize specified tomb (only increase)'
'search:looks for filenames matching text patterns'
'setkey:change the KEY locking a TOMB (needs old one)'