Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
minizip-ng
Commits:
b1c5cbcb by Antonio Rojas at 2024-11-12T08:19:32+01:00
upgpkg: 4.0.7-2: Use zlib-ng
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = minizip-ng
pkgdesc = Fork of the popular zip manipulation library found in the
zlib distribution
pkgver = 4.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zlib-ng/minizip-ng
arch = x86_64
license = Zlib
@@ -11,7 +11,7 @@ pkgbase = minizip-ng
depends = glibc
depends = openssl
depends = xz
- depends = zlib
+ depends = zlib-ng
depends = zstd
source = git+https://github.com/zlib-ng/minizip-ng#tag=4.0.7
sha256sums =
f4c388042d4911e625f02ac6a7bef0bf5b2fca2227c6ed7ec64c65ade98e33d0
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=minizip-ng
pkgver=4.0.7
-pkgrel=1
+pkgrel=2
pkgdesc='Fork of the popular zip manipulation library found in the zlib
distribution'
arch=(x86_64)
url='https://github.com/zlib-ng/minizip-ng'
@@ -11,7 +11,7 @@ depends=(bzip2
glibc
openssl
xz
- zlib
+ zlib-ng
zstd)
makedepends=(cmake
git)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minizip-ng/-/commit/b1c5cbcb9f3f704f4c1b3021499a4e3145a45668
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minizip-ng/-/commit/b1c5cbcb9f3f704f4c1b3021499a4e3145a45668
You're receiving this email because of your account on gitlab.archlinux.org.