* update minizip-ng to 4.0.5-1

This commit is contained in:
Alexander Baldeck 2024-04-09 19:40:46 +02:00
parent 4d1d30b264
commit 1e96daf84b

View File

@ -2,12 +2,12 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=minizip-ng
pkgver=4.0.4
pkgver=4.0.5
pkgrel=1
pkgdesc='Fork of the popular zip manipulation library found in the zlib distribution'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/zlib-ng/minizip-ng'
license=(custom)
license=(Zlib)
depends=(bzip2
glibc
openssl
@ -16,7 +16,7 @@ depends=(bzip2
zstd)
makedepends=(cmake)
source=(https://github.com/zlib-ng/minizip-ng/archive/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('955800fe39f9d830fcb84e60746952f6a48e41093ec7a233c63ad611b5fcfe9f')
sha256sums=('9bb636474b8a4269280d32aca7de4501f5c24cc642c9b4225b4ed7b327f4ee73')
build() {
cmake -B build -S $pkgname-$pkgver \