summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-02-10 15:20:20 +0000
committerAlexandros Theodotou2019-02-10 15:20:20 +0000
commit26e9525e779cbbb896534c260b177e501f7084f6 (patch)
tree757616664550016de0b0cf3ec6179652eb8e8cf9
parent5f6a283a0c0f2a87d733881dc593fe11dff8c651 (diff)
downloadaur-26e9525e779cbbb896534c260b177e501f7084f6.tar.gz
add portaudio
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4390a547a840..63bc39e59ff1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = zrythm-git
depends = libdazzle
depends = breeze-icons
depends = libcyaml
+ depends = portaudio
provides = zrythm
conflicts = zrythm
source = zrythm::git+https://git.zrythm.org/zrythm/zrythm.git
diff --git a/PKGBUILD b/PKGBUILD
index f4ad2d672822..11cac9f758ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL3')
provides=("$_pkgname")
conflicts=("$_pkgname")
depends=('gtk3' 'lv2' 'lilv' 'suil' 'jack' 'libsndfile' 'libsmf' 'libdazzle' 'breeze-icons'
- 'libcyaml')
+ 'libcyaml' 'portaudio')
makedepends=('git')
source=("$_pkgname::git+https://git.zrythm.org/zrythm/zrythm.git")
md5sums=('SKIP')