summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacek Szafarkiewicz2021-06-04 11:09:34 +0200
committerJacek Szafarkiewicz2021-06-04 11:09:34 +0200
commit3eb95417ffa9cb1f7bd0c9d45c02135cead6a86a (patch)
treea6ed6f0498570071825c21ea48d9fb51fcc5dacb
parentc4de766562ff303496d1c807debf58b90fd84b8a (diff)
downloadaur-3eb95417ffa9cb1f7bd0c9d45c02135cead6a86a.tar.gz
Correct provides/conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a674981a6fc8..597f06c30966 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zlib-ng
pkgdesc = zlib replacement with optimizations for "next generation" systems
pkgver = 2.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/zlib-ng/zlib-ng
arch = i686
arch = x86_64
@@ -13,10 +13,7 @@ pkgbase = zlib-ng
makedepends = cmake
depends = glibc
provides = zlib=1.2.11
- provides = zlib-ng
conflicts = zlib
- conflicts = zlib-ng
- conflicts = zlib-ng-git
source = https://github.com/zlib-ng/zlib-ng/archive/2.0.3.zip
sha256sums = 235232f622d17cb4070f67ebeb06b0df8cf0894f9045ea6c51782479318841d2
diff --git a/PKGBUILD b/PKGBUILD
index 2121462b6f23..85798705212b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,18 @@
pkgname=zlib-ng
pkgver=2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="zlib replacement with optimizations for \"next generation\" systems"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/zlib-ng/zlib-ng"
license=('zlib')
-depends=( 'glibc' )
+
+depends=('glibc')
makedepends=('cmake')
-provides=('zlib=1.2.11' 'zlib-ng')
-conflicts=('zlib' 'zlib-ng' 'zlib-ng-git')
+
+provides=('zlib=1.2.11')
+conflicts=('zlib')
+
source=("https://github.com/zlib-ng/zlib-ng/archive/${pkgver//_/-}.zip")
sha256sums=("235232f622d17cb4070f67ebeb06b0df8cf0894f9045ea6c51782479318841d2")