summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47a1c8833b51..a6819c3b530f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=pigz-git
-pkgver=2.4.r24.gc3de75b
+pkgver=2.7.r4.ge1ed230
pkgrel=1
pkgdesc="A parallel implementation of gzip"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://zlib.net/pigz/"
license=('zlib')
depends=('glibc' 'zlib')
makedepends=('git')
-provides=('pigz')
+provides=("pigz=$pkgver")
conflicts=('pigz')
source=("git+https://github.com/madler/pigz.git#branch=develop")
sha256sums=('SKIP')