This commit is contained in:
almack 2018-07-08 21:37:54 +02:00
parent f4eeb07b63
commit c58172d292

View File

@ -2,15 +2,15 @@
# Contributor: george <rpubaddr0 {at} gmail [dot] com>
pkgname=pigz
pkgver=2.3.3
pkgver=2.4
pkgrel=1
pkgdesc='Parallel implementation of the gzip file compressor.'
arch=('x86_64')
url='http://www.zlib.net/pigz/'
url='https://www.zlib.net/pigz/'
license=('GPL')
depends=('zlib')
source=("http://www.zlib.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('01d7a16cce77929cc1a78aa1bdfb68cb')
md5sums=('def2f6e19d9d8231445adc1349d346df')
build() {
cd $pkgname-$pkgver
@ -34,4 +34,4 @@ package() {
"$pkgdir"/usr/share/doc/$pkgname/$pkgname.pdf
install -Dm644 "$srcdir"/$pkgname-$pkgver/README \
"$pkgdir"/usr/share/licenses/$pkgname/README
}
}