[arch-commits] CVS update of extra/system/truecrypt-suspend2 (2 files)
Thomas Baechler
thomas at archlinux.org
Tue May 8 22:00:31 UTC 2007
Date: Tuesday, May 8, 2007 @ 18:00:31
Author: thomas
Path: /home/cvs-extra/extra/system/truecrypt-suspend2
Modified: PKGBUILD (1.3 -> 1.4) truecrypt.install (1.1 -> 1.2)
upgpkg: truecrypt-suspend2 4.3a-1
-------------------+
PKGBUILD | 10 ++++++----
truecrypt.install | 4 ++--
2 files changed, 8 insertions(+), 6 deletions(-)
Index: extra/system/truecrypt-suspend2/PKGBUILD
diff -u extra/system/truecrypt-suspend2/PKGBUILD:1.3 extra/system/truecrypt-suspend2/PKGBUILD:1.4
--- extra/system/truecrypt-suspend2/PKGBUILD:1.3 Mon Apr 2 17:33:48 2007
+++ extra/system/truecrypt-suspend2/PKGBUILD Tue May 8 18:00:31 2007
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD,v 1.3 2007/04/02 21:33:48 tom Exp $
+# $Id: PKGBUILD,v 1.4 2007/05/08 22:00:31 thomas Exp $
# Contributor: Tom K <tomk at runbox.com>
pkgname=truecrypt-suspend2
-pkgver=4.3
+pkgver=4.3a
pkgrel=1
pkgdesc="Free open-source disk encryption software - module for kernel26suspend2"
depends=('truecrypt-utils' 'kernel26suspend2')
@@ -9,8 +9,9 @@
url="http://www.truecrypt.org/"
install=truecrypt.install
license=('custom')
+arch=('i686')
-_kernver=2.6.19-suspend2
+_kernver=2.6.21-suspend2
build() {
cd $startdir/src/truecrypt-$pkgver-source-code/Linux/Kernel
@@ -21,4 +22,5 @@
# Update kernel version in .install script
sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=$_kernver/g" $startdir/truecrypt.install
}
-md5sums=('f0786a0c067574ccd5aa1e9197dcb6f5')
+md5sums=('8f2536eae16e6044a22b2a82c7003357')
+
Index: extra/system/truecrypt-suspend2/truecrypt.install
diff -u extra/system/truecrypt-suspend2/truecrypt.install:1.1 extra/system/truecrypt-suspend2/truecrypt.install:1.2
--- extra/system/truecrypt-suspend2/truecrypt.install:1.1 Mon Dec 11 07:10:24 2006
+++ extra/system/truecrypt-suspend2/truecrypt.install Tue May 8 18:00:31 2007
@@ -8,7 +8,7 @@
post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.19-suspend2
+ KERNEL_VERSION=2.6.21-suspend2
depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
}
@@ -21,7 +21,7 @@
post_remove() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.19-suspend2
+ KERNEL_VERSION=2.6.21-suspend2
depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list