diff options
Diffstat (limited to 'archlinux/PKGBUILD')
| -rw-r--r-- | archlinux/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 1fa47a6..aaeabf6 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,10 +1,9 @@ -# Author: jaromil <[email protected]> # Maintainer: nignux <[email protected]> pkgname=tomb -pkgver=20110415 -pkgrel=1 -pkgdesc="The Crypto Undertaker: a tool for encrypted storage of files locked by key files and passwords." +pkgver=20110429 +pkgrel=2 +pkgdesc="Crypto Undertaker, simple tool to manage encrypted storage, from the hashes of the dyne:bolic nesting mechanism." arch=('i686' 'x86_64') url="http://tomb.dyne.org/" license=('GPL') @@ -12,10 +11,10 @@ depends=('bc' 'cryptsetup' 'gnupg' 'gtk2>=2.16' 'libnotify' 'pinentry' 'sudo' 'zsh') -makedepends=('git') +makedepends=('git' 'autoconf') optdepends=('steghide: steganography support' - 'dcfldd: dd hashing support' - 'wipe: secure remove support') + 'dcfldd: dd progress bar support' + 'wipe: secure delete support') install=${pkgname}.install provides=('tomb') |

