diff options
Diffstat (limited to 'testing/truecrypt')
-rw-r--r-- | testing/truecrypt/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/truecrypt/APKBUILD b/testing/truecrypt/APKBUILD index 5b2272b260..2cb716eef7 100644 --- a/testing/truecrypt/APKBUILD +++ b/testing/truecrypt/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=truecrypt pkgver=7.1 -pkgrel=0 +pkgrel=1 pkgdesc="crypto" -url="ihttp" +url="http://www.truecrypt.org/" arch="all" license="AS-IS" -depends="" +depends="device-mapper" depends_dev="" makedepends="nasm fuse-dev wxgtk-dev" install="" |