Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
systing
Commits:
1ae51b84 by Christian Heusel at 2026-02-23T19:58:59+01:00
upgpkg: 1.0.0r709.37e4603-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = systing
pkgdesc = A libbpf based tracer to help figure out what an application
is doing
- pkgver = r485.3a4e5bb
+ pkgver = 1.0.0r709.37e4603
pkgrel = 1
url = https://github.com/josefbacik/systing
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = systing
makedepends = git
makedepends = rust
makedepends = linux
+ makedepends = jq
depends = bpf
depends = libelf
depends = libbpf
@@ -19,11 +20,11 @@ pkgbase = systing
depends = re2
depends = zlib
options = !lto
- source =
systing::git+https://github.com/josefbacik/systing.git#commit=3a4e5bb2defc754d55f04474ad30615c41ac9831
+ source =
systing::git+https://github.com/josefbacik/systing.git#commit=37e46038bc943507bada94e4bb251257e47c41f0
source =
systing-strobelight-libs::git+https://github.com/facebookincubator/strobelight-libs.git
- sha512sums =
04e5aa33dedbe5cb05e04c69de4b336f46ab68ebe279e9a547ef74baa50749105fc4205b4b8c631c14a629e64f4195b027246e620e18ccdda156924302062a25
+ sha512sums =
fcea60d00e8b2c170346bd240f2f73ed0d78e3d3034f34ed085bf9e7e9052fa1c434a1be211ba967d6e3a2f83d6c42379a7df75521545ac255f94df2c1ed8c1a
sha512sums = SKIP
- b2sums =
14390bdfcb3819d03ac2e1c31bf79bd2270a5910e2af5d3d5f8469d93243ce422c1f94a1951417247a558ffc0e251cec32a1c1b617a9726fae7564abe1958739
+ b2sums =
638dd3225063154f891d37425b8ca0c2d9bbed916dda45d8b8ea6b3a159e3b143c7d752a6f7035f28c4a2090ad35892d6be49560cebd653b692b5b47ce414259
b2sums = SKIP
pkgname = systing
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Christian Heusel <[email protected]>
pkgname=systing
-pkgver=r485.3a4e5bb
+pkgver=1.0.0r709.37e4603
pkgrel=1
pkgdesc="A libbpf based tracer to help figure out what an application is doing"
arch=(x86_64)
@@ -22,16 +22,17 @@ makedepends=(
git
rust
linux
+ jq
)
license=(MIT)
-_commit="3a4e5bb2defc754d55f04474ad30615c41ac9831"
+_commit="37e46038bc943507bada94e4bb251257e47c41f0"
source=(
"${pkgname}::git+https://github.com/josefbacik/systing.git#commit=$_commit"
"${pkgname}-strobelight-libs::git+https://github.com/facebookincubator/strobelight-libs.git"
)
-sha512sums=('04e5aa33dedbe5cb05e04c69de4b336f46ab68ebe279e9a547ef74baa50749105fc4205b4b8c631c14a629e64f4195b027246e620e18ccdda156924302062a25'
+sha512sums=('fcea60d00e8b2c170346bd240f2f73ed0d78e3d3034f34ed085bf9e7e9052fa1c434a1be211ba967d6e3a2f83d6c42379a7df75521545ac255f94df2c1ed8c1a'
'SKIP')
-b2sums=('14390bdfcb3819d03ac2e1c31bf79bd2270a5910e2af5d3d5f8469d93243ce422c1f94a1951417247a558ffc0e251cec32a1c1b617a9726fae7564abe1958739'
+b2sums=('638dd3225063154f891d37425b8ca0c2d9bbed916dda45d8b8ea6b3a159e3b143c7d752a6f7035f28c4a2090ad35892d6be49560cebd653b692b5b47ce414259'
'SKIP')
# needed to workaround linking error with BPF lib
@@ -39,7 +40,8 @@ options=(!lto)
pkgver() {
cd "$pkgname"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7
HEAD)"
+
+ printf "%sr%s.%s" "$(cargo metadata --no-deps --format-version 1 | jq -r
'.packages[0].version')" "$(git rev-list --count HEAD)" "$(git rev-parse
--short=7 HEAD)"
}
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systing/-/commit/1ae51b84eb96a63b395ae4d9feb83232fb0f4021
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systing/-/commit/1ae51b84eb96a63b395ae4d9feb83232fb0f4021
You're receiving this email because of your account on gitlab.archlinux.org.