summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Lindner2021-06-22 20:27:45 +0200
committerFlorian Lindner2021-06-22 20:27:45 +0200
commit48ec67794c2a88da0fd6f689371147f1d9295c99 (patch)
tree4e186fd1483180b2d89ba8795c53325482e46791 /PKGBUILD
parentf993f66d19cfcc077b234613694062424e2f5c26 (diff)
downloadaur-48ec67794c2a88da0fd6f689371147f1d9295c99.tar.gz
Disable building of tests.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b5f160c15d4..0b34e2a49566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jon Gjengset <jon@thesquareplanet.com>
pkgname=hotspot-git
-pkgver=v1.3.0.r96.g6141fff
+pkgver=v1.3.0.r104.gb95679b
pkgrel=1
pkgdesc="The Linux perf GUI for performance analysis"
arch=('any')
@@ -28,7 +28,8 @@ prepare() {
build() {
cd "${pkgname%-git}"
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTING=off
make
}