summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2024-05-28 16:57:22 +0200
committerMarco Rubin2024-05-28 16:57:22 +0200
commitc2a2cc897d6715eca997c47e566290b8b1b3db10 (patch)
treee3052f74d2b6e4a85eb594303b1f57984ae445d1
parent3a7ca8f28c659d654935dc7bcf9878eca86481e8 (diff)
downloadaur-c2a2cc897d6715eca997c47e566290b8b1b3db10.tar.gz
Fixed prepare
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7e1a09174c8..84062443ed9c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hotspot
pkgdesc = The Linux perf GUI for performance analysis
pkgver = 1.5.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/KDAB/hotspot
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aed99485644d..17582afc8f1b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=hotspot
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="The Linux perf GUI for performance analysis"
arch=('x86_64')
@@ -42,8 +42,8 @@ b2sums=('1751e115213af409210d7fd35a4113d1d528a9bb04be12fa7b05ce56523c447e7c12b21
'915ad463c5f088b8945e0038bd61beff77ca8283b4b31a4ee1e7042619f6e7adc9471c3e601e7bdb6c9e4a85cdb1b87ebb085a523a2f3756367504e8ae6ef3dc')
prepare() {
- mv perfparser $pkgname/3rdparty/perfparser
- mv PrefixTickLabels $pkgname/3rdparty/PrefixTickLabels
+ mv perfparser/* $pkgname/3rdparty/perfparser
+ mv PrefixTickLabels/* $pkgname/3rdparty/PrefixTickLabels
}
build() {