VeraCrypt: fix license=

This commit is contained in:
maxice8 2018-08-31 01:46:51 -03:00
parent e0c5adb09e
commit 693b8a1434
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,16 +1,16 @@
# Template file for 'Veracrypt'
# Template file for 'VeraCrypt'
pkgname=VeraCrypt
version=1.22
revision=3
revision=4
create_wrksrc=1
build_wrksrc="src"
build_wrksrc=src
build_style=gnu-makefile
make_use_env=1
hostmakedepends="pkg-config yasm"
makedepends="fuse-devel wxWidgets-devel"
short_desc="Disk encryption with strong security based on TrueCrypt"
maintainer="Gustavo Heinz <gustavoheinz95@gmail.com>"
license="Apache 2.0, TrueCrypt 3.0"
license="Apache-2.0, TrueCrypt 3.0"
homepage="https://www.veracrypt.fr"
distfiles="https://launchpad.net/veracrypt/trunk/${version}/+download/${pkgname}_${version}_Source.tar.bz2"
checksum=9e4c0cc0edda0031978ec13d81f420af55c14b4a6b06c8d448760fd06df7b870
@ -20,7 +20,7 @@ case "$XBPS_TARGET_MACHINE" in
*) make_build_args+=' NOASM=1' ;;
esac
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
make_build_args+=' NOTEST=1'
fi