summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31030caa8edc..ebc4c60af797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zlib-ng-git
pkgdesc = zlib replacement with optimizations for "next generation" systems
- pkgver = 1
+ pkgver = 2
pkgrel = 1
epoch = 3
url = https://github.com/zlib-ng/zlib-ng
@@ -10,7 +10,7 @@ pkgbase = zlib-ng-git
makedepends = git
depends = glibc
provides = zlib=1.2.11
- provides = zlib-ng=1.9.9
+ provides = zlib-ng
conflicts = zlib
conflicts = zlib-ng
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 1e8c13b3da7a..90d16f565566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Diab Neiroukh <officiallazerl0rd@gmail.com>
pkgname="zlib-ng-git"
-pkgver=1
+pkgver=2
pkgrel=1
epoch=3
pkgdesc="zlib replacement with optimizations for \"next generation\" systems"
@@ -21,7 +21,7 @@ makedepends=(
)
provides=(
"zlib=1.2.11"
- "zlib-ng=1.9.9"
+ "zlib-ng"
)
conflicts=(
"zlib"