Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
lttng-ust2.12
Commits:
cecbf3ca by Maxime Gauduin at 2025-01-02T17:56:22+01:00
upgpkg: 2.12.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lttng-ust2.12
pkgdesc = LTTng user space tracing libraries for LTTng
- pkgver = 2.12.9
+ pkgver = 2.12.10
pkgrel = 1
url = https://lttng.org/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = lttng-ust2.12
depends = libnuma.so
depends = liburcu
conflicts = lttng-ust
- source =
git+https://github.com/lttng/lttng-ust.git#tag=32b9b7ba68b8705ce6c85e0342069ae6c75b790f
+ source =
git+https://github.com/lttng/lttng-ust.git#tag=6de183f5ea81ed551546ee955a86caf7e966e400
validpgpkeys = 2A0B4ED915F2D3FA45F5B16217280A9781186ACF
- b2sums = SKIP
+ b2sums =
650d4e31c1076745525a289b57b04e4de6bfef87de57f2c8e9dc724bb5c36d9071f8e8c16279724cdfbe4785d4a34fa62b47568702b4c65af03e919a9fd0a879
pkgname = lttng-ust2.12
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
pkgname=lttng-ust2.12
-pkgver=2.12.9
+pkgver=2.12.10
pkgrel=1
pkgdesc='LTTng user space tracing libraries for LTTng'
arch=(x86_64)
@@ -21,10 +21,10 @@ depends=(
)
makedepends=(git)
conflicts=(lttng-ust)
-_tag=32b9b7ba68b8705ce6c85e0342069ae6c75b790f
+_tag=6de183f5ea81ed551546ee955a86caf7e966e400
#source=(git+https://github.com/lttng/lttng-ust.git?signed#tag=${_tag})
source=(git+https://github.com/lttng/lttng-ust.git#tag=${_tag})
-b2sums=(SKIP)
+b2sums=('650d4e31c1076745525a289b57b04e4de6bfef87de57f2c8e9dc724bb5c36d9071f8e8c16279724cdfbe4785d4a34fa62b47568702b4c65af03e919a9fd0a879')
validpgpkeys=(2A0B4ED915F2D3FA45F5B16217280A9781186ACF) # Mathieu Desnoyers
<[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lttng-ust2.12/-/commit/cecbf3caa2a96098af6ee567dd8939ef1c54995d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lttng-ust2.12/-/commit/cecbf3caa2a96098af6ee567dd8939ef1c54995d
You're receiving this email because of your account on gitlab.archlinux.org.