[arch-commits] CVS update of arch/build/base/cryptsetup (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Wed May 9 14:44:10 UTC 2007
Date: Wednesday, May 9, 2007 @ 10:44:10
Author: tpowa
Path: /home/cvs-arch/arch/build/base/cryptsetup
Modified: PKGBUILD (1.4 -> 1.5)
'upgpkg: update to new version'
----------+
PKGBUILD | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
Index: arch/build/base/cryptsetup/PKGBUILD
diff -u arch/build/base/cryptsetup/PKGBUILD:1.4 arch/build/base/cryptsetup/PKGBUILD:1.5
--- arch/build/base/cryptsetup/PKGBUILD:1.4 Fri Feb 2 12:45:45 2007
+++ arch/build/base/cryptsetup/PKGBUILD Wed May 9 10:44:10 2007
@@ -1,19 +1,22 @@
-# $Id: PKGBUILD,v 1.4 2007/02/02 17:45:45 andyrtr Exp $
+# $Id: PKGBUILD,v 1.5 2007/05/09 14:44:10 tpowa Exp $
# Maintainer: Judd Vinet <jvinet at zeroflux.org>
pkgname=cryptsetup
-pkgver=1.0.4
-pkgrel=2.1
+pkgver=1.0.5
+pkgrel=1
pkgdesc="A userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi"
arch=(i686 x86_64)
+license=('GPL')
url="http://luks.endorphin.org/dm-crypt"
depends=('device-mapper' 'libgcrypt' 'popt' 'e2fsprogs')
-source=(http://luks.endorphin.org/source/cryptsetup-luks-$pkgver.tar.bz2 \
+source=(http://luks.endorphin.org/source/cryptsetup-$pkgver.tar.bz2 \
encrypt_hook encrypt_install luksOpen-status.patch)
-md5sums=('156ae6b618438ee9feeddc6c2bdc4e94' 'ecc245ecadbce1765b0eb2ca7196f395'\
- '70fe6feacc8e7c735ba8baa95f9f61a1' 'd4be8d2059d5427c057be4de4e948887')
-
+md5sums=('0aa2f94c39123f1a0352983e5366179c'
+ '4666a8602ab1209668f23df94962d72e'
+ '70fe6feacc8e7c735ba8baa95f9f61a1'
+ 'd4be8d2059d5427c057be4de4e948887')
+
build() {
- cd $startdir/src/$pkgname-luks-$pkgver
+ cd $startdir/src/$pkgname-$pkgver
# suppress "Command successful" message on luksOpen
patch -Np1 -i $startdir/src/luksOpen-status.patch
./configure --prefix=/usr --disable-static
More information about the arch-commits
mailing list