[arch-commits] Commit in lttng-ust/trunk (PKGBUILD)
Thore Bödecker
foxxx0 at archlinux.org
Sat Feb 8 10:51:43 UTC 2020
Date: Saturday, February 8, 2020 @ 10:51:43
Author: foxxx0
Revision: 563928
upgpkg: lttng-ust 2.11.0-3
update optdepends to babeltrace2
Modified:
lttng-ust/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-08 10:51:15 UTC (rev 563927)
+++ PKGBUILD 2020-02-08 10:51:43 UTC (rev 563928)
@@ -5,7 +5,7 @@
pkgbase='lttng-ust'
pkgname=('lttng-ust' 'python-lttngust')
pkgver=2.11.0
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://lttng.org/"
license=('LGPL2.1' 'GPL2' 'MIT')
@@ -33,7 +33,7 @@
package_lttng-ust() {
pkgdesc="LTTng user space tracing libraries for LTTng"
depends=('liburcu>=0.7.2' 'util-linux' 'python' 'numactl')
- optdepends=('babeltrace: trace viewer')
+ optdepends=('babeltrace2: trace viewer')
cd "${srcdir}/${pkgbase}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
More information about the arch-commits
mailing list