Date: Monday, December 11, 2017 @ 07:55:29 Author: eworm Revision: 312165
upgpkg: cryptsetup 2.0.0-1 new upstream release This is a major upgrade with soname bump and new dependency json-c. Modified: cryptsetup/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-11 07:52:59 UTC (rev 312164) +++ PKGBUILD 2017-12-11 07:55:29 UTC (rev 312165) @@ -3,23 +3,22 @@ # Contributor: Thomas Bächler <[email protected]> pkgname=cryptsetup -pkgver=1.7.5 -pkgrel=2 +pkgver=2.0.0 +pkgrel=1 pkgdesc="Userspace setup tool for transparent encryption of block devices using dm-crypt" arch=(x86_64) license=('GPL') url="https://gitlab.com/cryptsetup/cryptsetup/" groups=('base') -depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux') +depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux' 'json-c') makedepends=('util-linux') options=('!emptydirs') -source=(https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.xz - https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.sign +source=(https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/${pkgname}-${pkgver}.tar.{xz,sign} encrypt_hook encrypt_install sd-encrypt) validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz <[email protected]> -sha256sums=('2b30cd1d0dd606a53ac77b406e1d37798d4b0762fa89de6ea546201906a251bd' +sha256sums=('adc623b9e3e3ab5c14145b8baf21b741e513ee5bf90d2b4d85a745c2f05da199' 'SKIP' '416aa179ce3c6a7a5eee0861f1f0a4fafac91b69e84a2aae82b6e5a6140e31e2' 'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'
