* update pigz to 2.8-2
This commit is contained in:
parent
c92eadace7
commit
60bf350f0a
13
pigz/.SRCINFO
Normal file
13
pigz/.SRCINFO
Normal 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
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user