Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / minizip-ng
Commits: 86a38e40 by Antonio Rojas at 2023-10-26T23:56:42+02:00 upgpkg: 4.0.2-1: Update to 4.0.2 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = minizip-ng + pkgdesc = Fork of the popular zip manipulation library found in the zlib distribution + pkgver = 4.0.2 + pkgrel = 1 + url = https://github.com/zlib-ng/minizip-ng + arch = x86_64 + license = custom + makedepends = cmake + depends = bzip2 + depends = glibc + depends = openssl + depends = xz + depends = zlib + depends = zstd + source = https://github.com/zlib-ng/minizip-ng/archive/4.0.2/minizip-ng-4.0.2.tar.gz + sha256sums = 22008b4639197edfc3c5797c8bd1d7a3b2e684bf669a26834faf12b4026dba1c + +pkgname = minizip-ng ===================================== PKGBUILD ===================================== @@ -1,16 +1,21 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=minizip-ng -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=1 pkgdesc='Fork of the popular zip manipulation library found in the zlib distribution' arch=(x86_64) 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=('22008b4639197edfc3c5797c8bd1d7a3b2e684bf669a26834faf12b4026dba1c') build() { cmake -B build -S $pkgname-$pkgver \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minizip-ng/-/commit/86a38e404631c2b020fde8ed48c52bcb4e144c8b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minizip-ng/-/commit/86a38e404631c2b020fde8ed48c52bcb4e144c8b You're receiving this email because of your account on gitlab.archlinux.org.
