Date: Monday, January 6, 2014 @ 20:50:26 Author: bpiotrowski Revision: 203250
upgpkg: truecrypt 1:7.1a-2 rebuild against wxgtk 3.0.0 Modified: truecrypt/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-06 19:40:56 UTC (rev 203249) +++ PKGBUILD 2014-01-06 19:50:26 UTC (rev 203250) @@ -3,13 +3,13 @@ pkgname=truecrypt pkgver=7.1a -pkgrel=1 +pkgrel=2 epoch=1 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>=2.8.0' 'wxgtk>=2.8.9' 'libsm' 'device-mapper') +depends=('fuse>=2.8.0' 'wxgtk2.8>=2.8.9' 'libsm' 'device-mapper') makedepends=('nasm') optdepends=('sudo: mounting encrypted volumes as nonroot users') conflicts=('truecrypt-utils') @@ -33,6 +33,7 @@ patch -Np1 -i ../${pkgname}-arch-detection.patch # Build + export WX_CONFIG=/usr/bin/wx-config-2.8 make PKCS11_INC="${srcdir}/pkcs-2.20" LFLAGS+="-ldl" }
