summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElijah Gregg2021-02-27 16:03:04 -0700
committerElijah Gregg2021-02-27 16:03:04 -0700
commit948cb70336169690a1413a631e6912aa9f03faf6 (patch)
treee15cf44ea983702ed90f857c884ed7f671530c76
parente9de57bf8c7c18f58fa57857c0b85dd68921c762 (diff)
downloadaur-948cb70336169690a1413a631e6912aa9f03faf6.tar.gz
Fix makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d382590054f..8a975d3d3916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('AGPL3')
depends=('breeze-icons' 'gtk3' 'lilv' 'libx11' 'jack' 'libsndfile'
'libyaml' 'libsamplerate' 'alsa-lib' 'fftw')
makedepends=(
- 'cmake ' 'python' 'gettext' 'gtksourceview3' 'sed'
+ 'cmake' 'python' 'gettext' 'gtksourceview3' 'sed'
'meson' 'ninja' 'help2man' 'python-sphinx' 'python-sphinx-intl'
'ladspa' 'lv2' 'suil' 'ruby-sass')
optdepends=('portaudio: portaudio backend'