[arch-commits] Commit in lttng-ust/trunk (PKGBUILD)

Thore Bödecker foxxx0 at archlinux.org
Thu Sep 21 13:41:48 UTC 2017


    Date: Thursday, September 21, 2017 @ 13:41:47
  Author: foxxx0
Revision: 259162

upgpkg: lttng-ust 2.10.0-8

fix conflict with python package

Modified:
  lttng-ust/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-21 13:25:49 UTC (rev 259161)
+++ PKGBUILD	2017-09-21 13:41:47 UTC (rev 259162)
@@ -5,7 +5,7 @@
 pkgbase='lttng-ust'
 pkgname=('lttng-ust' 'python-lttngust' 'python2-lttngust')
 pkgver=2.10.0
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url="https://lttng.org/"
 license=('LGPL2.1' 'GPL2' 'MIT')
@@ -20,8 +20,7 @@
     # build lttng-ust
     ./configure \
         --prefix='/usr' \
-        --enable-man-pages \
-        --enable-python-agent
+        --enable-man-pages
     make
 }
 



More information about the arch-commits mailing list