Date: Sunday, January 21, 2018 @ 19:36:42 Author: eworm Revision: 315204
upgpkg: cryptsetup 2.0.1-1 new upstream release Modified: cryptsetup/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-21 18:33:10 UTC (rev 315203) +++ PKGBUILD 2018-01-21 19:36:42 UTC (rev 315204) @@ -3,8 +3,8 @@ # Contributor: Thomas Bächler <[email protected]> pkgname=cryptsetup -pkgver=2.0.0 -pkgrel=5 +pkgver=2.0.1 +pkgrel=1 pkgdesc='Userspace setup tool for transparent encryption of block devices using dm-crypt' arch=(x86_64) license=('GPL') @@ -18,7 +18,7 @@ 'hooks-encrypt' 'install-encrypt' 'install-sd-encrypt') -sha256sums=('adc623b9e3e3ab5c14145b8baf21b741e513ee5bf90d2b4d85a745c2f05da199' +sha256sums=('41d188092c52e23d576af41cf0cfe0555d8f7efa21598d4c57c56ea1b6d9c975' 'SKIP' '416aa179ce3c6a7a5eee0861f1f0a4fafac91b69e84a2aae82b6e5a6140e31e2' '6a68c833ff0af50651e66471aa21de8219e3cf66b28f87227a9580c48b689115' @@ -27,15 +27,11 @@ build() { cd "${srcdir}"/$pkgname-${pkgver} - # https://gitlab.com/cryptsetup/cryptsetup/issues/362 - # TODO: remove configure option once this hits a release - ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ --enable-libargon2 \ - --disable-static \ - --with-luks2-lock-path=/run/cryptsetup + --disable-static make }
