summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Lindner2021-06-22 20:42:14 +0200
committerFlorian Lindner2021-06-22 20:42:14 +0200
commit150ade7c3b2ebd00719cbac3e1c78390ebb6b395 (patch)
tree6abae60602b27adbe0ec4791e76cb94b3ea7c9f9
parent762b4f703e8ff4adee3c66211b3962c71c403ac1 (diff)
downloadaur-150ade7c3b2ebd00719cbac3e1c78390ebb6b395.tar.gz
Disable building of tests.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1319f3ced70..73c3f34252a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hotspot
pkgdesc = The Linux perf GUI for performance analysis
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/KDAB/hotspot
arch = any
license = GPL2
@@ -27,4 +27,3 @@ pkgbase = hotspot
sha1sums = 3fe86a97291a6c9cefc2d0a16e9b5379aa1a831c
pkgname = hotspot
-
diff --git a/PKGBUILD b/PKGBUILD
index 52f90e6df1f1..05c77fe988f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hotspot
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Linux perf GUI for performance analysis"
arch=('any')
url="https://github.com/KDAB/hotspot"
@@ -18,7 +18,8 @@ build() {
cd "${pkgname}-v${pkgver}"
cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-DRUSTC_DEMANGLE_INCLUDE_DIR=/usr/include/rustc-demangle \
- -DRUSTC_DEMANGLE_LIBRARY=/usr/lib/rustc-demangle/librustc_demangle.so
+ -DRUSTC_DEMANGLE_LIBRARY=/usr/lib/rustc-demangle/librustc_demangle.so \
+ -DBUILD_TESTING=off
make
}