Date: Tuesday, August 3, 2010 @ 08:25:26 Author: paul Revision: 86714
upgpkg: truecrypt 7.0-1 upstream update to 7.0 Modified: truecrypt/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-03 12:06:11 UTC (rev 86713) +++ PKGBUILD 2010-08-03 12:25:26 UTC (rev 86714) @@ -2,7 +2,7 @@ # Maintainer: Paul Mattal <paul.archlinux.org> pkgname=truecrypt -pkgver=6.3a +pkgver=7.0 pkgrel=1 pkgdesc="Free open-source cross-platform disk encryption software" url="http://www.truecrypt.org/" @@ -15,7 +15,7 @@ options=('force') # N.B. Truecrypt's web-based source download is incompatible with # makepkg. Source has been placed on ftp.archlinux.org instead -source=("ftp://ftp.archlinux.org/other/tc/${pkgname}-${pkgver}.tar.gz" \ +source=( truecrypt_7.tar.gz \ 'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz' \ "${pkgname}.desktop") @@ -35,6 +35,6 @@ # Install License install -D -m644 License.txt ${pkgdir}/usr/share/licenses/${pkgname}/License.txt || return 1 } -md5sums=('0a7cc9a340df0aa0a86e8f2ff3fdda92' +md5sums=('da60dcc842b88ae7c8eb2171b1701abc' 'ce6a707b79411e82e8e558aa03e764b0' '183b9bf04a943454d4e216130bcbac01')
