summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoît Rouits2022-01-12 04:45:39 +0100
committerBenoît Rouits2022-01-12 04:45:39 +0100
commit35770bf0ec34f01ebb931a199ad15c0ecbc62938 (patch)
tree8db2c1efdec813b712df05616943bec5ed76704f
parent722eb1ab1e66d89df97714da31a0cde354c1859a (diff)
downloadaur-35770bf0ec34f01ebb931a199ad15c0ecbc62938.tar.gz
New upstream release.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10061e290c5c..8affbd312a13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = qloud
pkgdesc = Tool to measure loudspeaker frequency response and distortions.
- pkgver = 1.4.1
- pkgrel = 4
+ pkgver = 1.4.2
+ pkgrel = 5
url = https://github.com/molke-productions/qloud
arch = i686
arch = x86_64
arch = aarch64
license = GPL
+ makedepends = qt5-tools
depends = fftw
depends = jack
depends = qt5-charts
conflicts = qloud-qtcharts
- source = qloud-1.4.1.tar.gz::https://github.com/molke-productions/qloud/archive/v1.4.1.tar.gz
- sha512sums = f7285bf75aaffdf9a9b8e003375b13f9418c828a4b7fe1d9b1b1a1245c2e57090545c4694b3808f4fccff66a8f495291f4c7cd31787360da05b697ae3d5979c9
+ source = qloud-1.4.2.tar.gz::https://github.com/molke-productions/qloud/archive/v1.4.2.tar.gz
+ sha512sums = 6c402f11850a663aed8f9688065d0d42da75774011d34184aa61db40a8d8e173eab99afe179a9860ef35a8d54c1f51ad9db085bf77bee02f9e9538086764be20
pkgname = qloud
-
diff --git a/PKGBUILD b/PKGBUILD
index 27535d4bb2ed..657a6e2201ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Benoît Rouits <brouits at free dor fr>
pkgname=qloud
-pkgver=1.4.1
-pkgrel=4
+pkgver=1.4.2
+pkgrel=5
pkgdesc="Tool to measure loudspeaker frequency response and distortions."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/molke-productions/qloud"
license=('GPL')
+makedepends=('qt5-tools')
depends=('fftw' 'jack' 'qt5-charts')
conflicts=('qloud-qtcharts')
source=("$pkgname-$pkgver.tar.gz::https://github.com/molke-productions/qloud/archive/v$pkgver.tar.gz")
-sha512sums=('f7285bf75aaffdf9a9b8e003375b13f9418c828a4b7fe1d9b1b1a1245c2e57090545c4694b3808f4fccff66a8f495291f4c7cd31787360da05b697ae3d5979c9')
+sha512sums=('6c402f11850a663aed8f9688065d0d42da75774011d34184aa61db40a8d8e173eab99afe179a9860ef35a8d54c1f51ad9db085bf77bee02f9e9538086764be20')
build() {
cd "$srcdir/$pkgname-$pkgver"