summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3162879ab9ce..b5fca79068eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qloud-qtcharts
pkgdesc = Tool to measure loudspeaker frequency response and distortions. QtCharts flavour.
pkgver = 1.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/molke-productions/qloud
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 946f1f8b6bee..49ef12041f75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=qloud-qtcharts
_pkgname=qloud
pkgver=1.4
_pkgver=v1.4
-pkgrel=2
+pkgrel=3
pkgdesc="Tool to measure loudspeaker frequency response and distortions. QtCharts flavour."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/molke-productions/qloud"
@@ -15,7 +15,7 @@ sha512sums=('3c10bcd8037c2759a84d25e83e611b574bcbf563acc6eed375b00a28cc782ce8228
build() {
cd "$srcdir/$_pkgname-$pkgver"
- qmake -config release
+ qmake PREFIX=/usr -config release
make
}