* mcpu power8 rebuild

This commit is contained in:
Alexander Baldeck 2024-10-01 22:41:05 +02:00
parent 6b8ed4d157
commit f4e3a091c2
2 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,14 @@
pkgbase = lz4
pkgdesc = Extremely fast compression algorithm
pkgver = 1.10.0
pkgrel = 2
pkgrel = 2.1
epoch = 1
url = https://lz4.github.io/lz4/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL-2.0-or-later
checkdepends = diffutils
makedepends = git

View File

@ -4,7 +4,7 @@
pkgname=lz4
epoch=1
pkgver=1.10.0
pkgrel=2
pkgrel=2.1
pkgdesc='Extremely fast compression algorithm'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://lz4.github.io/lz4/'