[arch-commits] Commit in cryptsetup/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Thu Aug 9 18:10:07 UTC 2012


    Date: Thursday, August 9, 2012 @ 14:10:07
  Author: thomas
Revision: 165050

upgpkg: cryptsetup 1.5.0-2: Build EXPERIMENTAL cryptsetup-reencrypt

Modified:
  cryptsetup/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-09 18:01:13 UTC (rev 165049)
+++ PKGBUILD	2012-08-09 18:10:07 UTC (rev 165050)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 pkgname=cryptsetup
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Userspace setup tool for transparent encryption of block devices using dm-crypt"
 arch=(i686 x86_64)
 license=('GPL')
@@ -17,7 +17,7 @@
 
 build() {
   cd "${srcdir}"/$pkgname-${pkgver}
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr --disable-static --enable-cryptsetup-reencrypt
   make
 }
 




More information about the arch-commits mailing list