* update libzip to 1.10.1-1

This commit is contained in:
Alexander Baldeck 2023-09-30 08:44:34 +02:00
parent 1c4260797e
commit 8ffd639b01

View File

@ -4,7 +4,7 @@
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=libzip
pkgver=1.10.0
pkgver=1.10.1
pkgrel=1
pkgdesc="C library for reading, creating, and modifying zip archives"
url="https://libzip.org"
@ -14,7 +14,7 @@ depends=('zlib' 'bzip2' 'zstd' 'openssl' 'gnutls')
makedepends=('cmake')
provides=('libzip.so')
source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
sha256sums=('cd2a7ac9f1fb5bfa6218272d9929955dc7237515bba6e14b5ad0e1d1e2212b43')
sha256sums=('dc3c8d5b4c8bbd09626864f6bcf93de701540f761d76b85d7c7d710f4bd90318')
build() {
cmake -B build -S ${pkgname}-${pkgver} \