summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}