Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
bpftrace
Commits:
e402aa34 by Frederik Schwan at 2025-07-28T10:38:34+02:00
upgpkg: 0.23.5-2: binutils 2.45 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bpftrace
pkgdesc = High-level tracing language for Linux eBPF
- pkgver = 0.23.4
- pkgrel = 1
+ pkgver = 0.23.5
+ pkgrel = 2
url = https://github.com/iovisor/bpftrace
arch = x86_64
license = Apache-2.0
@@ -28,8 +28,8 @@ pkgbase = bpftrace
depends = lldb
options = !strip
options = !debug
- source =
https://github.com/iovisor/bpftrace/archive/v0.23.4/bpftrace-0.23.4.tar.gz
- sha512sums =
a3450319d6b03338a5663c0ca676b2cb00fa126ad8d8d5e3c8ee12e92b34659a715cf1b4e631310a375aa6645ca38770adc5fb15e48f9ebca877024d3dc1eb46
+ source =
https://github.com/iovisor/bpftrace/archive/v0.23.5/bpftrace-0.23.5.tar.gz
+ sha512sums =
1e040bce7636da4e2ebeffc1c8fc3944feb26ef2c371ff287b323123ef89b839fbaa492a61e8164efedc7579e73aebc489f168ecad903f3cac6144d8bbc4b6f1
pkgname = bpftrace
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Tommaso Sardelli <lacapannadelloziotom at gmail dot com>
pkgname=bpftrace
-pkgver=0.23.4
-pkgrel=1
+pkgver=0.23.5
+pkgrel=2
pkgdesc='High-level tracing language for Linux eBPF'
arch=('x86_64')
url='https://github.com/iovisor/bpftrace'
@@ -13,7 +13,7 @@ makedepends=('binutils' 'cmake' 'llvm' 'git' 'linux-headers'
'ninja' 'gtest' 'ce
'asciidoctor' 'xxd')
options=('!strip' '!debug')
source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz")
-sha512sums=('a3450319d6b03338a5663c0ca676b2cb00fa126ad8d8d5e3c8ee12e92b34659a715cf1b4e631310a375aa6645ca38770adc5fb15e48f9ebca877024d3dc1eb46')
+sha512sums=('1e040bce7636da4e2ebeffc1c8fc3944feb26ef2c371ff287b323123ef89b839fbaa492a61e8164efedc7579e73aebc489f168ecad903f3cac6144d8bbc4b6f1')
build() {
cmake -S bpftrace-$pkgver -B build -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/e402aa349ef959e72369f8731e71766ddbdc1c63
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/e402aa349ef959e72369f8731e71766ddbdc1c63
You're receiving this email because of your account on gitlab.archlinux.org.