summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2023-11-07 15:20:45 +0200
committerAlexandre Pujol2023-11-07 15:20:45 +0200
commit067844447c54c9fbf600280c548e451acf53c1be (patch)
tree3642a6999458a2f5c6734b41a11f7cf83a360d1c
parentbf2439475a89ff108ffb12ae2e540e443d5acc2a (diff)
downloadaur-tomb.tar.gz
upgpkg: tomb 2.10-1
upstream release tomb 2.10
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 908d216c9372..75504be5e527 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = tomb
pkgdesc = Crypto Undertaker, a simple tool to manage encrypted storage
- pkgver = 2.9
- pkgrel = 3
+ pkgver = 2.10
+ pkgrel = 1
url = https://www.dyne.org/software/tomb/
arch = i686
arch = x86_64
license = GPL3
- source = https://files.dyne.org/tomb/releases/Tomb-2.9.tar.gz
- source = https://files.dyne.org/tomb/releases/Tomb-2.9.tar.gz.sha
- source = https://files.dyne.org/tomb/releases/Tomb-2.9.tar.gz.asc
+ source = https://files.dyne.org/tomb/releases/Tomb-2.10.tar.gz
+ source = https://files.dyne.org/tomb/releases/Tomb-2.10.tar.gz.sha
+ source = https://files.dyne.org/tomb/releases/Tomb-2.10.tar.gz.asc
validpgpkeys = 6113D89CA825C5CEDD02C87273B35DA54ACB7D10
- sha256sums = b3a23c6680815f7557a3c4bd73d2b2dbde870a62357fcbf9b33089afae75d68c
- sha256sums = 4f57af24b3b39ae1774ac0bca5af5dacf26465bbd55dc954001069fecce5f2a2
+ sha256sums = e3da3215f0cd68ca67a835817657f87b5e309e6b5e3e6900acee7cfd5be23210
+ sha256sums = be423500876ab69b51abcfcc391adec28e80be131ab3aa1ee65989d1c26d5600
sha256sums = SKIP
pkgname = tomb
@@ -22,6 +22,7 @@ pkgname = tomb
depends = zsh
depends = e2fsprogs
depends = inetutils
+ depends = pinentry
optdepends = steghide: steganography
optdepends = dcfldd: show nice progress during massive I/O
optdepends = qrencode: for paper backups of keys
diff --git a/PKGBUILD b/PKGBUILD
index df7237803d6c..55b78b5768b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgbase=tomb
pkgname=(tomb tomb-kdf)
-pkgver=2.9
-pkgrel=3
+pkgver=2.10
+pkgrel=1
pkgdesc="Crypto Undertaker, a simple tool to manage encrypted storage"
arch=('i686' 'x86_64')
url="https://www.dyne.org/software/tomb/"
@@ -17,8 +17,8 @@ source=("https://files.dyne.org/tomb/releases/Tomb-$pkgver.tar.gz"
"https://files.dyne.org/tomb/releases/Tomb-$pkgver.tar.gz.asc")
# The first hash comes from the .sha file
-sha256sums=('b3a23c6680815f7557a3c4bd73d2b2dbde870a62357fcbf9b33089afae75d68c'
- '4f57af24b3b39ae1774ac0bca5af5dacf26465bbd55dc954001069fecce5f2a2'
+sha256sums=('e3da3215f0cd68ca67a835817657f87b5e309e6b5e3e6900acee7cfd5be23210'
+ 'be423500876ab69b51abcfcc391adec28e80be131ab3aa1ee65989d1c26d5600'
'SKIP')
# The public key is found at https://keybase.io/jaromil
@@ -37,7 +37,7 @@ build() {
#}
package_tomb() {
- depends=('cryptsetup' 'gnupg' 'sudo' 'zsh' 'e2fsprogs' 'inetutils')
+ depends=('cryptsetup' 'gnupg' 'sudo' 'zsh' 'e2fsprogs' 'inetutils' 'pinentry')
optdepends=(
'steghide: steganography'
'dcfldd: show nice progress during massive I/O'