summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent35770bf0ec34f01ebb931a199ad15c0ecbc62938 (diff)
downloadaur-690a87f91ef99f3c84237f76a576840bc1f013b2.tar.gz
Add libsndfile as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")