diff options
Diffstat (limited to 'main/cryptsetup')
-rw-r--r-- | main/cryptsetup/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD index 5242be195..6bbf82162 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -4,6 +4,7 @@ pkgver=1.1.3 pkgrel=0 pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi" url="http://code.google.com/p/cryptsetup/" +arch="x86 x86_64" license="GPL" depends= makedepends="lvm2-dev libgcrypt-dev popt-dev util-linux-ng-dev" |