[arch-commits] Commit in truecrypt/trunk (PKGBUILD)
Paul Mattal
paul at archlinux.org
Wed Jun 3 15:40:57 UTC 2009
Date: Wednesday, June 3, 2009 @ 11:40:57
Author: paul
Revision: 41368
upgpkg: truecrypt 6.2-2
FS#13660: added sudo optdepend
Modified:
truecrypt/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-03 15:10:00 UTC (rev 41367)
+++ PKGBUILD 2009-06-03 15:40:57 UTC (rev 41368)
@@ -3,12 +3,13 @@
pkgname=truecrypt
pkgver=6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Free open-source cross-platform disk encryption software"
url="http://www.truecrypt.org/"
arch=('i686' 'x86_64')
license=('custom') # TrueCrypt License v2.6
depends=('fuse' 'wxgtk>=2.8.9' 'libsm' 'device-mapper')
+optdepends=('sudo: mounting encrypted volumes as nonroot users')
conflicts=('truecrypt-utils')
replaces=('truecrypt-utils')
options=('force')
More information about the arch-commits
mailing list