* mcpu power8 rebuild

This commit is contained in:
Alexander Baldeck 2024-10-01 22:37:49 +02:00
parent 07c2ce4758
commit 6b8ed4d157
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = cryptsetup
pkgdesc = Userspace setup tool for transparent encryption of block devices using dm-crypt
pkgver = 2.7.5
pkgrel = 1
pkgrel = 1.1
url = https://gitlab.com/cryptsetup/cryptsetup/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL
makedepends = util-linux
makedepends = asciidoctor

View File

@ -4,7 +4,7 @@
pkgname=cryptsetup
pkgver=2.7.5
pkgrel=1
pkgrel=1.1
pkgdesc='Userspace setup tool for transparent encryption of block devices using dm-crypt'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('GPL')