summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2021-02-10 21:56:42 +0100
committerGianluca Boiano2021-02-10 21:56:42 +0100
commit3248625588cbfe6360ce5172ba874a0ba36a96c1 (patch)
tree3194997306b47e7357c29dbbf0753f65d19c1dfd
parent1cdb6604b9d6e30a6b0284f7eb370f99bb3e2a9a (diff)
downloadaur-3248625588cbfe6360ce5172ba874a0ba36a96c1.tar.gz
pulseeffects-git: add rnnoise to makedeps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fd25b1362a3..c4a37ec99af1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = pulseeffects-git
license = GPL3
makedepends = appstream-glib
makedepends = boost
+ makedepends = git
makedepends = itstool
makedepends = meson
makedepends = pipewire
diff --git a/PKGBUILD b/PKGBUILD
index 721438a0ce9a..932f0115ee8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc='Audio Effects for Pipewire applications'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url='https://github.com/wwmm/pulseeffects'
license=('GPL3')
-makedepends=('appstream-glib' 'boost' 'itstool' 'meson'
+makedepends=('appstream-glib' 'boost' 'git' 'itstool' 'meson'
'pipewire' 'rnnoise' 'rubberband' 'zam-plugins')
source=("${pkgbase%%-git}::git+https://github.com/wwmm/pulseeffects.git")
sha512sums=('SKIP')