diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/veracrypt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/veracrypt/APKBUILD b/testing/veracrypt/APKBUILD index 0eac085f2d..131b856ad3 100644 --- a/testing/veracrypt/APKBUILD +++ b/testing/veracrypt/APKBUILD @@ -3,10 +3,10 @@ pkgname=veracrypt _pkgname=VeraCrypt pkgver=1.22 -pkgrel=2 +pkgrel=3 pkgdesc="disk encryption with strong security based on TrueCrypt" url="https://www.veracrypt.fr/" -arch="all !x86 !armhf" # issues on linking +arch="all !x86 !armhf !s390x" # issues on linking license="Apache-2.0" depends="device-mapper" makedepends="fuse-dev wxgtk-dev libsm-dev yasm" |