* update pigz to 2.8-2

This commit is contained in:
Alexander Baldeck 2024-08-16 06:51:08 +02:00
parent c92eadace7
commit 60bf350f0a
2 changed files with 14 additions and 2 deletions

13
pigz/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = pigz
pkgdesc = Parallel implementation of the gzip file compressor
pkgver = 2.8
pkgrel = 2
url = https://www.zlib.net/pigz
arch = x86_64
license = custom
depends = zlib
source = https://www.zlib.net/pigz/pigz-2.8.tar.gz
md5sums = 7d5f35ffc64b562fc4db40aa783f9935
sha256sums = eb872b4f0e1f0ebe59c9f7bd8c506c4204893ba6a8492de31df416f0d5170fd0
pkgname = pigz

View File

@ -6,13 +6,12 @@
pkgname=pigz
pkgver=2.8
pkgrel=1
pkgrel=2
pkgdesc='Parallel implementation of the gzip file compressor'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.zlib.net/pigz'
license=('custom')
depends=('zlib')
options=(!distcc)
source=(https://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('7d5f35ffc64b562fc4db40aa783f9935')
sha256sums=('eb872b4f0e1f0ebe59c9f7bd8c506c4204893ba6a8492de31df416f0d5170fd0')