* update cryptsetup to 2.7.5-1
This commit is contained in:
parent
27f67c05c6
commit
5901c10af9
29
cryptsetup/.SRCINFO
Normal file
29
cryptsetup/.SRCINFO
Normal file
@ -0,0 +1,29 @@
|
||||
pkgbase = cryptsetup
|
||||
pkgdesc = Userspace setup tool for transparent encryption of block devices using dm-crypt
|
||||
pkgver = 2.7.5
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/cryptsetup/cryptsetup/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = util-linux
|
||||
makedepends = asciidoctor
|
||||
depends = device-mapper
|
||||
depends = libdevmapper.so
|
||||
depends = openssl
|
||||
depends = popt
|
||||
depends = util-linux-libs
|
||||
depends = libuuid.so
|
||||
depends = json-c
|
||||
depends = libjson-c.so
|
||||
depends = argon2
|
||||
depends = libargon2.so
|
||||
provides = libcryptsetup.so
|
||||
conflicts = mkinitcpio<38-1
|
||||
options = !emptydirs
|
||||
source = https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.5.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.5.tar.sign
|
||||
validpgpkeys = 2A2918243FDE46648D0686F9D9B0577BD93E98FC
|
||||
sha256sums = d2be4395b8f503b0ebf4b2d81db90c35a97050a358ee21fe62a0dfb66e5d5522
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = cryptsetup
|
4
cryptsetup/.nvchecker.toml
Normal file
4
cryptsetup/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[cryptsetup]
|
||||
source = "git"
|
||||
git = "https://gitlab.com/cryptsetup/cryptsetup.git"
|
||||
prefix = "v"
|
@ -3,7 +3,7 @@
|
||||
# Contributor: Thomas Bächler <thomas@archlinux.org>
|
||||
|
||||
pkgname=cryptsetup
|
||||
pkgver=2.7.3
|
||||
pkgver=2.7.5
|
||||
pkgrel=1
|
||||
pkgdesc='Userspace setup tool for transparent encryption of block devices using dm-crypt'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -17,7 +17,7 @@ provides=('libcryptsetup.so')
|
||||
options=('!emptydirs')
|
||||
validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz <gmazyland@gmail.com>
|
||||
source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v${pkgver%.*}/${pkgname}-${pkgver}.tar."{xz,sign})
|
||||
sha256sums=('b772ae4f6df0cee7200b28cea960e4daaff2a203d2fd502beab3c1317b07a456'
|
||||
sha256sums=('d2be4395b8f503b0ebf4b2d81db90c35a97050a358ee21fe62a0dfb66e5d5522'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user