Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
lib32-brotli
Commits:
2187b616 by Antonio Rojas at 2026-07-05T10:11:57+02:00
upgpkg: 1.1.0-1: Upstream update
- - - - -
e572468c by Antonio Rojas at 2026-07-05T10:17:29+02:00
upgpkg: 1.2.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lib32-brotli
pkgdesc = Generic-purpose lossless compression algorithm (32-bit)
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/google/brotli
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = lib32-brotli
provides = libbrotlicommon.so
provides = libbrotlidec.so
provides = libbrotlienc.so
- source =
git+https://github.com/google/brotli#tag=ed738e842d2fbdf2d6459e39267a633c4a9b2f5d
- sha512sums = SKIP
+ source = git+https://github.com/google/brotli#tag=v1.2.0
+ sha512sums =
36b8fadb3e5de540746eea19c758234095fafc0a4a687bd70fc70b0f74036c03cf9c70a7339aa1626f1197b5ac707bf5b01e393f6cd26c90b78519529724871a
pkgname = lib32-brotli
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Guillaume Horel <[email protected]>
pkgname=lib32-brotli
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc='Generic-purpose lossless compression algorithm (32-bit)'
arch=(x86_64)
@@ -22,14 +22,8 @@ makedepends=(
provides=(
libbrotli{common,dec,enc}.so
)
-_tag=ed738e842d2fbdf2d6459e39267a633c4a9b2f5d
-source=(git+https://github.com/google/brotli#tag=${_tag})
-sha512sums=('SKIP')
-
-pkgver() {
- cd brotli
- git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
+source=(git+https://github.com/google/brotli#tag=v$pkgver)
+sha512sums=('36b8fadb3e5de540746eea19c758234095fafc0a4a687bd70fc70b0f74036c03cf9c70a7339aa1626f1197b5ac707bf5b01e393f6cd26c90b78519529724871a')
build() {
export CC='gcc -m32'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-brotli/-/compare/3367a76a6b9fa96e8a76a7a47c15a3b1237630f9...e572468c3d804425f49527de2528815f377bc09f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-brotli/-/compare/3367a76a6b9fa96e8a76a7a47c15a3b1237630f9...e572468c3d804425f49527de2528815f377bc09f
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help