* update minizip-ng to 4.0.3-1

This commit is contained in:
Alexander Baldeck 2024-01-09 17:45:16 +01:00
parent 7b3346e1a9
commit ef618f95b7

View File

@ -2,16 +2,21 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=minizip-ng
pkgver=4.0.1
pkgver=4.0.3
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)
depends=(openssl bzip2 zstd)
depends=(bzip2
glibc
openssl
xz
zlib
zstd)
makedepends=(cmake)
source=(https://github.com/zlib-ng/minizip-ng/archive/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('63e47a2b4dbac0da501f43f4da74f118dfb3ef0dee0ffbbe89428271002260f8')
sha256sums=('e39a736d4f55c22fa548e68225b2e92bc22aedd9ab90d002b0c5851e3a7bdace')
build() {
cmake -B build -S $pkgname-$pkgver \