Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / brotli
Commits:
6ed940ad by Felix Yan at 2026-01-03T19:02:01+00:00
upgpkg: 1.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = brotli
pkgdesc = Generic-purpose lossless compression algorithm
- pkgver = 1.1.0
- pkgrel = 4
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/google/brotli
arch = x86_64
license = MIT
@@ -11,8 +11,9 @@ pkgbase = brotli
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- source =
brotli::git+https://github.com/google/brotli#commit=ed738e842d2fbdf2d6459e39267a633c4a9b2f5d
- sha512sums = SKIP
+ makedepends = python-pkgconfig
+ source = brotli::git+https://github.com/google/brotli#tag=v1.2.0
+ sha512sums =
36b8fadb3e5de540746eea19c758234095fafc0a4a687bd70fc70b0f74036c03cf9c70a7339aa1626f1197b5ac707bf5b01e393f6cd26c90b78519529724871a
pkgname = brotli
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -6,9 +6,8 @@
pkgbase=brotli
pkgname=('brotli' 'python-brotli' 'brotli-testdata')
-_gitcommit=ed738e842d2fbdf2d6459e39267a633c4a9b2f5d
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
pkgdesc='Generic-purpose lossless compression algorithm'
url='https://github.com/google/brotli'
arch=('x86_64')
@@ -20,9 +19,10 @@ makedepends=(
python-build
python-installer
python-wheel
+ python-pkgconfig
)
-source=(${pkgname}::"git+${url}#commit=${_gitcommit}")
-sha512sums=('SKIP')
+source=(${pkgname}::"git+${url}#tag=v${pkgver}")
+sha512sums=('36b8fadb3e5de540746eea19c758234095fafc0a4a687bd70fc70b0f74036c03cf9c70a7339aa1626f1197b5ac707bf5b01e393f6cd26c90b78519529724871a')
pkgver() {
cd ${pkgbase}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/brotli/-/commit/6ed940ad7ae3399fd7f84045703849a1a3a58914
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/brotli/-/commit/6ed940ad7ae3399fd7f84045703849a1a3a58914
You're receiving this email because of your account on gitlab.archlinux.org.