summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors7hoang2021-01-27 17:51:06 -0500
committers7hoang2021-01-27 17:51:06 -0500
commit830c2744dd8bfa469169bdb8f98cb071432b95e5 (patch)
tree5ba106b38c5a3647fc3e4ae406ec8d34d07170ca
parent10e9c3f0df7926eb09559aa9c9a60839c5e35dfa (diff)
downloadaur-830c2744dd8bfa469169bdb8f98cb071432b95e5.tar.gz
Readd Make Dependency On Portaudio
Python deps needs it
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aea23d524cde..c1c4f77007da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL')
provides=('anki-sync-server')
conflicts=('anki-sync-server')
depends=('python' 'python-pip' 'nginx')
-makedepends=('git')
+makedepends=('git', 'portaudio')
optdepends=()
install=anki-sync-server.install
source=('git+https://github.com/ankicommunity/anki-sync-server.git')