summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorboyska <[email protected]>2011-04-29 14:36:18 (GMT)
committer boyska <[email protected]>2011-04-29 16:13:49 (GMT)
commit92a9ab88eddce6c80520376b927bad30bea96563 (patch)
tree73ba34ffaef6c07657b43f950c8a4788b06653f5
parent2a511b52a2c53248eef0ae980b728b3cc339c961 (diff)
Add makedep: autoconf; release bumparchlinux
-rw-r--r--archlinux/PKGBUILD13
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')