[arch-commits] CVS update of extra/system/truecrypt (PKGBUILD	truecrypt.install)
    Thomas Baechler 
    thomas at archlinux.org
       
    Mon Jul  9 21:27:06 UTC 2007
    
    
  
    Date: Monday, July 9, 2007 @ 17:27:06
  Author: thomas
    Path: /home/cvs-extra/extra/system/truecrypt
Modified: PKGBUILD (1.11 -> 1.12) truecrypt.install (1.5 -> 1.6)
upgpkg: truecrypt 4.3a-6
-------------------+
 PKGBUILD          |    8 ++++----
 truecrypt.install |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
Index: extra/system/truecrypt/PKGBUILD
diff -u extra/system/truecrypt/PKGBUILD:1.11 extra/system/truecrypt/PKGBUILD:1.12
--- extra/system/truecrypt/PKGBUILD:1.11	Fri Jun  1 21:51:47 2007
+++ extra/system/truecrypt/PKGBUILD	Mon Jul  9 17:27:06 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.11 2007/06/02 01:51:47 eric Exp $
+# $Id: PKGBUILD,v 1.12 2007/07/09 21:27:06 thomas Exp $
 # Maintainer: Tom K <tom at archlinux.org>
 
 pkgname=truecrypt
 pkgver=4.3a
-pkgrel=2
+pkgrel=6
 pkgdesc="Free open-source disk encryption software - module for kernel26"
 arch=('i686' 'x86_64')
 depends=('truecrypt-utils' 'kernel26')
@@ -12,9 +12,9 @@
 url="http://www.truecrypt.org/"
 install=truecrypt.install
 license=('custom')
-options=('force')
+#options=('force')
 
-_kernver=2.6.21-ARCH
+_kernver=2.6.22-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.5 extra/system/truecrypt/truecrypt.install:1.6
--- extra/system/truecrypt/truecrypt.install:1.5	Thu May  3 16:37:09 2007
+++ extra/system/truecrypt/truecrypt.install	Mon Jul  9 17:27:06 2007
@@ -8,7 +8,7 @@
 post_upgrade() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.21-ARCH
+  KERNEL_VERSION=2.6.22-ARCH
   depmod -a -v $KERNEL_VERSION  > /dev/null 2>&1
 }
 
    
    
More information about the arch-commits
mailing list