diff options
author | Christoph Gysin | 2017-09-15 21:27:05 +0300 |
---|---|---|
committer | Christoph Gysin | 2017-09-15 21:27:05 +0300 |
commit | 6b3daeee7e1a638b633709063ce55e5ff011d8c3 (patch) | |
tree | faabd7ab22d12b2a800a0baa4756ccafbfb22bbb /PKGBUILD | |
parent | 5c833c682f263b2f3557aad8b9838c30986aede9 (diff) | |
download | aur-6b3daeee7e1a638b633709063ce55e5ff011d8c3.tar.gz |
depend on lttng-ust with same minor version
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ) |