Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ zlib-ng
Commits:
7137de1e by Leonidas Spyropoulos at 2024-11-11T10:45:20+00:00
upgpkg: 2.2.2-1: new upstream release, SPD license and replace msg2 with echo
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = zlib-ng
pkgdesc = zlib replacement with optimizations for next generation
systems
- pkgver = 2.2.1
+ pkgver = 2.2.2
pkgrel = 1
url = https://github.com/zlib-ng/zlib-ng
arch = x86_64
- license = custom:zlib
+ license = Zlib
makedepends = cmake
makedepends = ninja
depends = glibc
- source =
https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.1/zlib-ng-2.2.1.tar.gz
- sha256sums =
ec6a76169d4214e2e8b737e0850ba4acb806c69eeace6240ed4481b9f5c57cdf
- b2sums =
eacd6e01b8792d1646054b32274c486021fa3c4341a5ce4e19d7afcccf0fc8645a20e78aedad2b353d662b2b82641780c55ff8e4e255c3fe9ffb67fce2001552
+ source =
https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.2/zlib-ng-2.2.2.tar.gz
+ sha256sums =
fcb41dd59a3f17002aeb1bb21f04696c9b721404890bb945c5ab39d2cb69654c
+ b2sums =
970260f44fcce467933bf0038afa0f6e18cc007012c7d9be0b259d407e981fa1a353ce4c7aae38e5158ba65c79c5b54777f1cc436654016c5a21d20630061890
pkgname = zlib-ng
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
# Contributor: Jacek Szafarkiewicz <szafar at linux dot pl>
pkgname=zlib-ng
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc='zlib replacement with optimizations for next generation systems'
url='https://github.com/zlib-ng/zlib-ng'
arch=('x86_64')
-license=('custom:zlib')
+license=('Zlib')
depends=(
glibc
)
@@ -17,8 +17,8 @@ makedepends=(
ninja
)
source=("${url}/archive/refs/tags/$pkgver/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ec6a76169d4214e2e8b737e0850ba4acb806c69eeace6240ed4481b9f5c57cdf')
-b2sums=('eacd6e01b8792d1646054b32274c486021fa3c4341a5ce4e19d7afcccf0fc8645a20e78aedad2b353d662b2b82641780c55ff8e4e255c3fe9ffb67fce2001552')
+sha256sums=('fcb41dd59a3f17002aeb1bb21f04696c9b721404890bb945c5ab39d2cb69654c')
+b2sums=('970260f44fcce467933bf0038afa0f6e18cc007012c7d9be0b259d407e981fa1a353ce4c7aae38e5158ba65c79c5b54777f1cc436654016c5a21d20630061890')
build() {
@@ -36,12 +36,12 @@ build() {
-DWITH_UNALIGNED=OFF
)
- msg2 "Building zlib-ng"
+ echo "Building zlib-ng"
cmake -B build \
"${_options[@]}"
cmake --build build
- msg2 "Building zlib-ng-compat"
+ echo "Building zlib-ng-compat"
cmake -B build-compat \
"${_options[@]}" \
-DZLIB_COMPAT=ON
@@ -50,9 +50,9 @@ build() {
check() {
cd "${pkgbase}-${pkgver}"
- msg2 "Checking zlib-ng"
+ echo "Checking zlib-ng"
ctest --output-on-failure --test-dir build
- msg2 "Checking zlib-ng-compat"
+ echo "Checking zlib-ng-compat"
ctest --output-on-failure --test-dir build-compat
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zlib-ng/-/commit/7137de1e7a05291bfade6c40fa167c6115ebf152
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zlib-ng/-/commit/7137de1e7a05291bfade6c40fa167c6115ebf152
You're receiving this email because of your account on gitlab.archlinux.org.