summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Lindner2022-03-08 20:55:08 +0100
committerFlorian Lindner2022-03-08 20:55:08 +0100
commit26789e0fcb81854f74826a850fd24870edcdca3a (patch)
tree23b0d657b8327e38c728e48ab42608e7042c20cd
parent2ea9f2eb8f79a9aa6cfffd66ac23ad8c3133d270 (diff)
downloadaur-26789e0fcb81854f74826a850fd24870edcdca3a.tar.gz
Update arch info.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e9976717068..9c5fed5156dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = hotspot
pkgver = 1.3.0
pkgrel = 3
url = https://github.com/KDAB/hotspot
- arch = any
+ arch = x86_64
license = GPL2
makedepends = cmake>=3.1.0
makedepends = extra-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index e8d41de9f49d..32384083c737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=hotspot
pkgver=1.3.0
pkgrel=3
pkgdesc="The Linux perf GUI for performance analysis"
-arch=('any')
+arch=('x86_64')
url="https://github.com/KDAB/hotspot"
license=('GPL2')
depends=('qt5-base>=5.6.0' 'libelf' 'elfutils' 'threadweaver' 'ki18n' 'kconfig' 'kio' 'kitemviews' 'kcoreaddons' 'kitemmodels' 'kconfigwidgets' 'solid' 'rustc-demangle>=0.1.18-2')