* update minizip-ng to 4.0.3-1
This commit is contained in:
parent
7b3346e1a9
commit
ef618f95b7
@ -2,16 +2,21 @@
|
|||||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||||
|
|
||||||
pkgname=minizip-ng
|
pkgname=minizip-ng
|
||||||
pkgver=4.0.1
|
pkgver=4.0.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Fork of the popular zip manipulation library found in the zlib distribution'
|
pkgdesc='Fork of the popular zip manipulation library found in the zlib distribution'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url='https://github.com/zlib-ng/minizip-ng'
|
url='https://github.com/zlib-ng/minizip-ng'
|
||||||
license=(custom)
|
license=(custom)
|
||||||
depends=(openssl bzip2 zstd)
|
depends=(bzip2
|
||||||
|
glibc
|
||||||
|
openssl
|
||||||
|
xz
|
||||||
|
zlib
|
||||||
|
zstd)
|
||||||
makedepends=(cmake)
|
makedepends=(cmake)
|
||||||
source=(https://github.com/zlib-ng/minizip-ng/archive/$pkgver/$pkgname-$pkgver.tar.gz)
|
source=(https://github.com/zlib-ng/minizip-ng/archive/$pkgver/$pkgname-$pkgver.tar.gz)
|
||||||
sha256sums=('63e47a2b4dbac0da501f43f4da74f118dfb3ef0dee0ffbbe89428271002260f8')
|
sha256sums=('e39a736d4f55c22fa548e68225b2e92bc22aedd9ab90d002b0c5851e3a7bdace')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgname-$pkgver \
|
cmake -B build -S $pkgname-$pkgver \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user