upg cryptsetup
This commit is contained in:
parent
2696e8a2fe
commit
911f0591bd
3 changed files with 15 additions and 13 deletions
|
@ -1,18 +1,19 @@
|
|||
#!/usr/bin/bash
|
||||
# JOBoRun : Jwm OpenBox Obarun RUNit
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
|
||||
# Website : https://pozol.eu
|
||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=cryptsetup
|
||||
pkgver=2.4.3
|
||||
pkgrel=02
|
||||
pkgver=2.5.0
|
||||
pkgrel=01
|
||||
pkgdesc='Userspace setup tool for transparent encryption of block devices using dm-crypt'
|
||||
arch=(x86_64)
|
||||
url='https://gitlab.com/cryptsetup/cryptsetup/'
|
||||
depends=('device-mapper' 'libdevmapper.so' 'openssl' 'popt' 'util-linux-libs'
|
||||
'libuuid.so' 'json-c' 'libjson-c.so' 'argon2' 'libargon2.so')
|
||||
makedepends=('util-linux')
|
||||
makedepends=(util-linux asciidoctor)
|
||||
provides=('libcryptsetup.so')
|
||||
#options=('debug' '!emptydirs')
|
||||
options=('!emptydirs')
|
||||
|
@ -40,8 +41,7 @@ package() {
|
|||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# install docs
|
||||
install -D -m0644 -t "${pkgdir}"/usr/share/doc/cryptsetup/ FAQ docs/{Keyring,LUKS2-locking}.txt
|
||||
|
||||
install -D -m0644 -t "${pkgdir}"/usr/share/doc/cryptsetup/ FAQ.md docs/{Keyring,LUKS2-locking}.txt
|
||||
# install hook
|
||||
install -D -m0644 "${srcdir}"/hooks-encrypt "${pkgdir}"/usr/lib/initcpio/hooks/encrypt
|
||||
install -D -m0644 "${srcdir}"/install-encrypt "${pkgdir}"/usr/lib/initcpio/install/encrypt
|
||||
|
@ -54,8 +54,8 @@ license=('GPL')
|
|||
|
||||
validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz <gmazyland@gmail.com>
|
||||
|
||||
sha256sums=(fc0df945188172264ec5bf1d0bda08264fadc8a3f856d47eba91f31fe354b507 # cryptsetup-2.4.3.tar.xz
|
||||
531c6bee3e86ac7951120036ba10e2fe7f07091d786742e4b6fdfa060e0a7cf6 # cryptsetup-2.4.3.tar.sign
|
||||
sha256sums=(9184a6ebbd9ce7eb211152e7f741a6c82f2d1cc0e24a84ec9c52939eee0f0542 # cryptsetup-2.5.0.tar.xz
|
||||
3e1b88afb4198ef7d0f28163f0b1f880320cc0b1af7408aa037705cb27f5915f # cryptsetup-2.5.0.tar.sign
|
||||
29a3f1db5b86a8e6b7c914125e2c46711d6d5985bbf4089e158e06af551c8307 # hooks-encrypt
|
||||
817686b47e5ffd32913bcae7efe717f3377a48062b6311549d4440cfd3eadf17 # install-encrypt
|
||||
5d68a359fd85b5132456f96c2405916de5009efc8e7edf51aef6bf2d2ffd0bd5) # install-sd-encrypt
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
# Contributor: Thomas Bächler <thomas@archlinux.org>
|
||||
|
||||
pkgname=cryptsetup
|
||||
pkgver=2.4.3
|
||||
pkgrel=2
|
||||
pkgver=2.5.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/'
|
||||
depends=('device-mapper' 'libdevmapper.so' 'openssl' 'popt' 'util-linux-libs'
|
||||
'libuuid.so' 'json-c' 'libjson-c.so' 'argon2' 'libargon2.so')
|
||||
makedepends=('util-linux')
|
||||
makedepends=('util-linux' 'asciidoctor')
|
||||
provides=('libcryptsetup.so')
|
||||
options=('debug' '!emptydirs')
|
||||
validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz <gmazyland@gmail.com>
|
||||
|
@ -18,7 +18,7 @@ source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v${pkgver%.*}/${pkgna
|
|||
'hooks-encrypt'
|
||||
'install-encrypt'
|
||||
'install-sd-encrypt')
|
||||
sha256sums=('fc0df945188172264ec5bf1d0bda08264fadc8a3f856d47eba91f31fe354b507'
|
||||
sha256sums=('9184a6ebbd9ce7eb211152e7f741a6c82f2d1cc0e24a84ec9c52939eee0f0542'
|
||||
'SKIP'
|
||||
'29a3f1db5b86a8e6b7c914125e2c46711d6d5985bbf4089e158e06af551c8307'
|
||||
'817686b47e5ffd32913bcae7efe717f3377a48062b6311549d4440cfd3eadf17'
|
||||
|
@ -43,7 +43,7 @@ package() {
|
|||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# install docs
|
||||
install -D -m0644 -t "${pkgdir}"/usr/share/doc/cryptsetup/ FAQ docs/{Keyring,LUKS2-locking}.txt
|
||||
install -D -m0644 -t "${pkgdir}"/usr/share/doc/cryptsetup/ FAQ.md docs/{Keyring,LUKS2-locking}.txt
|
||||
|
||||
# install hook
|
||||
install -D -m0644 "${srcdir}"/hooks-encrypt "${pkgdir}"/usr/lib/initcpio/hooks/encrypt
|
||||
|
|
|
@ -2,3 +2,5 @@ device-mapper
|
|||
popt
|
||||
json-c
|
||||
argon2
|
||||
asciidoctor
|
||||
|
||||
|
|
Loading…
Reference in a new issue