summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-09-29 10:03:33 +0300
committerChristoph Gysin2016-09-29 10:03:33 +0300
commite2c2fed9a77d72c08fac94a5cc2eac5cb9740a9c (patch)
tree79c9ccf141082e1a1f52a049dfb32de401a7cd00
parent6685b8160513ad34a4728c8f7f7d4f27ca9096d7 (diff)
downloadaur-e2c2fed9a77d72c08fac94a5cc2eac5cb9740a9c.tar.gz
remove libtool option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a755d5d0a66..76ac8a8b947a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri May 27 15:29:51 UTC 2016
+# Thu Sep 29 07:03:24 UTC 2016
pkgbase = lttng-tools
pkgdesc = LTTng tracing control tools
pkgver = 2.8.0
@@ -18,7 +18,6 @@ pkgbase = lttng-tools
optdepends = babeltrace: view traces with `lttng view` command
optdepends = man-db: view man pages with the `lttng help` command
provides = lttng
- options = !libtool
source = http://lttng.org/files/lttng-tools/lttng-tools-2.8.0.tar.bz2
sha1sums = 8e6e123d1879c0816eb2cd83f21257af355ef2a3
diff --git a/PKGBUILD b/PKGBUILD
index f59dd7a66ddf..3c2646c3b796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,6 @@ optdepends=(
'babeltrace: view traces with `lttng view` command'
'man-db: view man pages with the `lttng help` command'
)
-options=('!libtool')
sha1sums=('8e6e123d1879c0816eb2cd83f21257af355ef2a3')
build()