summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoît Rouits2023-02-02 07:48:13 +0100
committerBenoît Rouits2023-02-02 07:48:13 +0100
commit690a87f91ef99f3c84237f76a576840bc1f013b2 (patch)
tree029aeb8f956052f8b6bf85e4b0b9caa9874923ea
parent35770bf0ec34f01ebb931a199ad15c0ecbc62938 (diff)
downloadaur-qloud.tar.gz
Add libsndfile as makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8affbd312a13..3d506f8ca8ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = qloud
pkgdesc = Tool to measure loudspeaker frequency response and distortions.
pkgver = 1.4.2
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/molke-productions/qloud
arch = i686
arch = x86_64
arch = aarch64
license = GPL
makedepends = qt5-tools
+ makedepends = libsndfile
depends = fftw
depends = jack
depends = qt5-charts
diff --git a/PKGBUILD b/PKGBUILD
index 657a6e2201ea..f31617fa8336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Benoît Rouits <brouits at free dor fr>
pkgname=qloud
pkgver=1.4.2
-pkgrel=5
+pkgrel=6
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')
+makedepends=('qt5-tools' 'libsndfile')
depends=('fftw' 'jack' 'qt5-charts')
conflicts=('qloud-qtcharts')
source=("$pkgname-$pkgver.tar.gz::https://github.com/molke-productions/qloud/archive/v$pkgver.tar.gz")