[arch-commits] CVS update of extra/system/truecrypt (PKGBUILD truecrypt.install)

Tom Killian tom at archlinux.org
Thu May 3 20:37:09 UTC 2007


    Date: Thursday, May 3, 2007 @ 16:37:09
  Author: tom
    Path: /home/cvs-extra/extra/system/truecrypt

Modified: PKGBUILD (1.7 -> 1.8) truecrypt.install (1.4 -> 1.5)

upgpkg: truecrypt 4.3-2


-------------------+
 PKGBUILD          |    7 ++++---
 truecrypt.install |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)


Index: extra/system/truecrypt/PKGBUILD
diff -u extra/system/truecrypt/PKGBUILD:1.7 extra/system/truecrypt/PKGBUILD:1.8
--- extra/system/truecrypt/PKGBUILD:1.7	Mon Apr  2 17:28:15 2007
+++ extra/system/truecrypt/PKGBUILD	Thu May  3 16:37:08 2007
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD,v 1.7 2007/04/02 21:28:15 tom Exp $
+# $Id: PKGBUILD,v 1.8 2007/05/03 20:37:08 tom Exp $
 # Maintainer: Tom K <tom at archlinux.org>
 
 pkgname=truecrypt
 pkgver=4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Free open-source disk encryption software - module for kernel26"
 depends=('truecrypt-utils' 'kernel26')
 source=(http://www.truecrypt.org/downloads/truecrypt-$pkgver-source-code.tar.gz)
 url="http://www.truecrypt.org/"
 install=truecrypt.install
 license=('custom')
+arch=('i686')
 
-_kernver=2.6.20-ARCH
+_kernver=2.6.21-ARCH
 
 build() {
   cd $startdir/src/truecrypt-$pkgver-source-code/Linux/Kernel
Index: extra/system/truecrypt/truecrypt.install
diff -u extra/system/truecrypt/truecrypt.install:1.4 extra/system/truecrypt/truecrypt.install:1.5
--- extra/system/truecrypt/truecrypt.install:1.4	Sat Feb 17 14:29:34 2007
+++ extra/system/truecrypt/truecrypt.install	Thu May  3 16:37:09 2007
@@ -8,7 +8,7 @@
 post_upgrade() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.20-ARCH
+  KERNEL_VERSION=2.6.21-ARCH
   depmod -a -v $KERNEL_VERSION  > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list