summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacek Szafarkiewicz2021-05-13 11:14:56 +0200
committerJacek Szafarkiewicz2021-05-13 11:14:56 +0200
commitdb0ca580aa2c9d0a36676fac7ed336cbc6dbb545 (patch)
treed10247936c8802ffc0212466bbad85ffe8b93c70
parentea96bddc9efdd7aa58b2e7b0ccd9ecb1995787ac (diff)
downloadaur-db0ca580aa2c9d0a36676fac7ed336cbc6dbb545.tar.gz
upgpkg: 2.0.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD21
2 files changed, 7 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31bc61ebf972..7f6be423488b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zlib-ng
pkgdesc = zlib replacement with optimizations for "next generation" systems
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/zlib-ng/zlib-ng
arch = any
@@ -12,7 +12,7 @@ pkgbase = zlib-ng
conflicts = zlib
conflicts = zlib-ng
conflicts = zlib-ng-git
- source = https://github.com/zlib-ng/zlib-ng/archive/2.0.2.zip
+ source = https://github.com/zlib-ng/zlib-ng/archive/2.0.3.zip
sha256sums = 58a86813746ac1e2354244b1e01f22d8b4814c69e7a8fca14c657d13f67bb5bc
pkgname = zlib-ng
diff --git a/PKGBUILD b/PKGBUILD
index b2694a044d62..248a86154328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,16 @@
# Maintainer: Jacek Szafarkiewicz <szafar at linux dot pl>
pkgname=zlib-ng
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="zlib replacement with optimizations for \"next generation\" systems"
arch=("any")
url="https://github.com/zlib-ng/zlib-ng"
license=("zlib")
-depends=(
- "glibc"
-)
-makedepends=(
- "cmake"
-)
-provides=(
- "zlib=1.2.11"
- "zlib-ng"
-)
-conflicts=(
- "zlib"
- "zlib-ng"
- "zlib-ng-git"
-)
+depends=( "glibc" )
+makedepends=('cmake')
+provides=('zlib=1.2.11' 'zlib-ng')
+conflicts=('zlib' 'zlib-ng' 'zlib-ng-git')
source=("https://github.com/zlib-ng/zlib-ng/archive/${pkgver//_/-}.zip")
sha256sums=("58a86813746ac1e2354244b1e01f22d8b4814c69e7a8fca14c657d13f67bb5bc")