Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / lttng-ust
Commits: ed1b9db4 by Robin Candau at 2024-09-24T21:11:07+02:00 upgpkg: 2.13.8-2: Remove babeltrace2 as an optional dependency babeltrace2 has been dropped to the AUR - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = lttng-ust pkgver = 2.13.8 - pkgrel = 1 + pkgrel = 2 url = https://lttng.org/ arch = x86_64 license = LGPL2.1 @@ -26,7 +26,6 @@ pkgname = lttng-ust depends = util-linux depends = python depends = numactl - optdepends = babeltrace2: trace viewer pkgname = python-lttngust pkgdesc = LTTng-UST Python Bindings ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgbase='lttng-ust' pkgname=('lttng-ust' 'python-lttngust') pkgver=2.13.8 -pkgrel=1 +pkgrel=2 arch=('x86_64') url="https://lttng.org/" license=('LGPL2.1' 'GPL2' 'MIT') @@ -38,7 +38,6 @@ check() { package_lttng-ust() { pkgdesc="LTTng user space tracing libraries for LTTng" depends=('liburcu>=0.7.2' 'util-linux' 'python' 'numactl') - optdepends=('babeltrace2: trace viewer') cd "${srcdir}/${pkgbase}-${pkgver}" make DESTDIR="${pkgdir}" install install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lttng-ust/-/commit/ed1b9db47f0c6c0b5f50ffb0f6ccfbe1208955a5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lttng-ust/-/commit/ed1b9db47f0c6c0b5f50ffb0f6ccfbe1208955a5 You're receiving this email because of your account on gitlab.archlinux.org.