summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorparazyd2019-07-21 10:32:50 +0200
committerparazyd2019-07-21 10:32:50 +0200
commit1d3a6a4429257e93178f55de9d26db7414c66ecb (patch)
tree33462824a43cc9993a5d913689281c44fdfc7da8
parent35bd36906e5ad8dbe7d6ce3487d2cc494b0bd75b (diff)
downloadaur-1d3a6a4429257e93178f55de9d26db7414c66ecb.tar.gz
Bump to 2.6-1
This also removes the wipe optdepend.
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df466e6ba810..8009643a1934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Mon Apr 17 19:29:19 UTC 2017
+# Sun 21 Jul 2019 10:31:51 AM CEST
pkgbase = tomb
pkgdesc = Crypto Undertaker, a simple tool to manage encrypted storage
- pkgver = 2.5
+ pkgver = 2.6
pkgrel = 1
url = https://www.dyne.org/software/tomb/
install = tomb.install
arch = i686
arch = x86_64
license = GPL3
- source = https://files.dyne.org/tomb/Tomb-2.5.tar.gz
- source = https://files.dyne.org/tomb/Tomb-2.5.tar.gz.sha
- source = https://files.dyne.org/tomb/Tomb-2.5.tar.gz.asc
- sha256sums = 8c03693cd4aa1fa7eccbad55dec02474750be7b75180b51f1085ab671bc58689
- sha256sums = f02373771751371b530776c03561ace67cd7c5655499d766282acc5e736173ba
- sha256sums = ca1087639a6eb9acb6bc7a0af4839a998034a4e8df2fbfdd02523f23e0779938
+ source = https://files.dyne.org/tomb/Tomb-2.6.tar.gz
+ source = https://files.dyne.org/tomb/Tomb-2.6.tar.gz.sha
+ source = https://files.dyne.org/tomb/Tomb-2.6.tar.gz.asc
+ sha256sums = 02b650a37c4638458f55c84db5fcfdbd57f565685581d691f59155932c9323eb
+ sha256sums = b75d34a38554b77ff5a474d6255b13ffa1670bd158e6e86b612e244a8537e399
+ sha256sums = 18be42c2a55eb94a0a5f61cb5bb1bd7078e98492451dc937f953c6fd295a0d45
pkgname = tomb
arch = any
@@ -26,7 +26,6 @@ pkgname = tomb
depends = e2fsprogs
optdepends = steghide: steganography
optdepends = dcfldd: show nice progress during massive I/O
- optdepends = wipe: secure file deletion
optdepends = qrencode: for paper backups of keys
optdepends = swish-e: file content indexer
diff --git a/PKGBUILD b/PKGBUILD
index 474e927bd283..e257e3d02b71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=tomb
pkgname=(tomb tomb-kdf)
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="Crypto Undertaker, a simple tool to manage encrypted storage"
arch=('i686' 'x86_64')
@@ -20,9 +20,9 @@ source=(
)
# The first hash comes from the .sha file
-sha256sums=('8c03693cd4aa1fa7eccbad55dec02474750be7b75180b51f1085ab671bc58689'
- 'f02373771751371b530776c03561ace67cd7c5655499d766282acc5e736173ba'
- 'ca1087639a6eb9acb6bc7a0af4839a998034a4e8df2fbfdd02523f23e0779938')
+sha256sums=('02b650a37c4638458f55c84db5fcfdbd57f565685581d691f59155932c9323eb'
+ 'b75d34a38554b77ff5a474d6255b13ffa1670bd158e6e86b612e244a8537e399'
+ '18be42c2a55eb94a0a5f61cb5bb1bd7078e98492451dc937f953c6fd295a0d45')
# The public key is found at http://jaromil.dyne.org/contact
# gpg --recv-keys 0x73b35da54acb7d10
@@ -44,7 +44,6 @@ package_tomb() {
optdepends=(
'steghide: steganography'
'dcfldd: show nice progress during massive I/O'
- 'wipe: secure file deletion'
'qrencode: for paper backups of keys'
'swish-e: file content indexer'
)