summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2017-09-15 21:27:05 +0300
committerChristoph Gysin2017-09-15 21:27:05 +0300
commit6b3daeee7e1a638b633709063ce55e5ff011d8c3 (patch)
treefaabd7ab22d12b2a800a0baa4756ccafbfb22bbb
parent5c833c682f263b2f3557aad8b9838c30986aede9 (diff)
downloadaur-6b3daeee7e1a638b633709063ce55e5ff011d8c3.tar.gz
depend on lttng-ust with same minor version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cd83afc6177..47855d9d18ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Sep 6 20:27:23 UTC 2017
+# Fri Sep 15 18:26:14 UTC 2017
pkgbase = lttng-tools
pkgdesc = LTTng tracing control tools
pkgver = 2.10.1
@@ -13,7 +13,7 @@ pkgbase = lttng-tools
makedepends = xmlto
depends = popt
depends = liburcu>=0.7.2
- depends = lttng-ust>=2.9.0
+ depends = lttng-ust>=2.10.0
depends = linux>=2.6.27
depends = libxml2>=2.7.6
optdepends = lttng-modules: kernel tracing support
diff --git a/PKGBUILD b/PKGBUILD
index b9e0553cfb53..968f0b97712d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ makedepends=('asciidoc' 'xmlto')
depends=(
'popt'
'liburcu>=0.7.2'
- 'lttng-ust>=2.9.0'
+ "lttng-ust>=${pkgver%.*}.0"
'linux>=2.6.27'
'libxml2>=2.7.6'
)