summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJacek Szafarkiewicz2021-05-13 11:14:56 +0200
committerJacek Szafarkiewicz2021-05-13 11:14:56 +0200
commitdb0ca580aa2c9d0a36676fac7ed336cbc6dbb545 (patch)
treed10247936c8802ffc0212466bbad85ffe8b93c70 /PKGBUILD
parentea96bddc9efdd7aa58b2e7b0ccd9ecb1995787ac (diff)
downloadaur-db0ca580aa2c9d0a36676fac7ed336cbc6dbb545.tar.gz
upgpkg: 2.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 5 insertions, 16 deletions
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")