summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Lindner2021-06-22 20:27:45 +0200
committerFlorian Lindner2021-06-22 20:27:45 +0200
commit48ec67794c2a88da0fd6f689371147f1d9295c99 (patch)
tree4e186fd1483180b2d89ba8795c53325482e46791
parentf993f66d19cfcc077b234613694062424e2f5c26 (diff)
downloadaur-48ec67794c2a88da0fd6f689371147f1d9295c99.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 fba1ac4672e9..54a2ee56a016 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hotspot-git
pkgdesc = The Linux perf GUI for performance analysis
- pkgver = v1.3.0.r96.g6141fff
+ pkgver = v1.3.0.r104.gb95679b
pkgrel = 1
url = https://github.com/KDAB/hotspot
arch = any
@@ -29,4 +29,3 @@ pkgbase = hotspot-git
sha256sums = SKIP
pkgname = hotspot-git
-
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
}