summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Pujol2020-01-03 12:52:31 +0000
committerAlexandre Pujol2020-01-03 12:52:31 +0000
commitbe7d95a9348b4892db4ead6ce7537d59b00ee4b1 (patch)
tree75681b853615ff4d8a6774a7bdc016f644976e13 /PKGBUILD
parentcbb04e411166423cac04d43697961f3eb2078c8d (diff)
downloadaur-be7d95a9348b4892db4ead6ce7537d59b00ee4b1.tar.gz
upgpkg: tomb 2.7-2
tomb 2.7-2 Add inetutils as dep.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30cbe1147d7b..bfc0331964db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=tomb
pkgname=(tomb tomb-kdf)
pkgver=2.7
-pkgrel=1
+pkgrel=2
pkgdesc="Crypto Undertaker, a simple tool to manage encrypted storage"
arch=('i686' 'x86_64')
url="https://www.dyne.org/software/tomb/"
@@ -41,7 +41,7 @@ build() {
#}
package_tomb() {
- depends=('bc' 'cryptsetup' 'gnupg' 'sudo' 'zsh' 'e2fsprogs')
+ depends=('bc' 'cryptsetup' 'gnupg' 'sudo' 'zsh' 'e2fsprogs' 'inetutils')
optdepends=(
'steghide: steganography'
'dcfldd: show nice progress during massive I/O'