Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
minizip-ng
Commits:
57d78e71 by Antonio Rojas at 2026-01-22T07:28:33+01:00
upgpkg: 4.1.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = minizip-ng
pkgdesc = Fork of the popular zip manipulation library found in the
zlib distribution
- pkgver = 4.0.10
+ pkgver = 4.1.0
pkgrel = 1
url = https://github.com/zlib-ng/minizip-ng
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = minizip-ng
depends = xz
depends = zlib-ng
depends = zstd
- source = git+https://github.com/zlib-ng/minizip-ng#tag=4.0.10
- sha256sums =
57e3e176b64e439d0d63ba0de17593b1aa9e34bfdd0dde1c9b4fe5a84b3db6cc
+ source = git+https://github.com/zlib-ng/minizip-ng#tag=4.1.0
+ sha256sums =
89078260decfc7346e41a97a3584037258130bc865e32ec44418ceafd74dabc6
pkgname = minizip-ng
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=minizip-ng
-pkgver=4.0.10
+pkgver=4.1.0
pkgrel=1
pkgdesc='Fork of the popular zip manipulation library found in the zlib
distribution'
arch=(x86_64)
@@ -16,7 +16,7 @@ depends=(bzip2
makedepends=(cmake
git)
source=(git+https://github.com/zlib-ng/minizip-ng#tag=$pkgver)
-sha256sums=('57e3e176b64e439d0d63ba0de17593b1aa9e34bfdd0dde1c9b4fe5a84b3db6cc')
+sha256sums=('89078260decfc7346e41a97a3584037258130bc865e32ec44418ceafd74dabc6')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minizip-ng/-/commit/57d78e712b5d7f8d02f71f7269865fe6e8fd362f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minizip-ng/-/commit/57d78e712b5d7f8d02f71f7269865fe6e8fd362f
You're receiving this email because of your account on gitlab.archlinux.org.