summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-04-08 14:41:14 +0100
committerAlexandros Theodotou2019-04-08 14:41:14 +0100
commit2bad3ddc4db702f458f04f22842c9e66a65d149c (patch)
tree4294b9a9ce5c2800dca2e149c34f7532c99a3177
parentcaf5b8c1d18a909a46d89e678716f31e646b77b0 (diff)
downloadaur-2bad3ddc4db702f458f04f22842c9e66a65d149c.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c411ae5219ba..055af02b7bc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,8 +17,10 @@ pkgbase = zrythm-git
depends = libsndfile
depends = libyaml
depends = gettext
- depends = portaudio
+ depends = qt5-base
depends = libsamplerate
+ depends = alsa-lib
+ depends = ffmpeg
provides = zrythm
conflicts = zrythm
source = zrythm::git+https://git.zrythm.org/zrythm/zrythm.git
diff --git a/PKGBUILD b/PKGBUILD
index 92d4e0cd12fe..4acd176c0ff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
_pkgname=zrythm
pkgname=$_pkgname-git
-pkgver=0.3.006.r2.gdb59418a
+pkgver=0.3.013.r13.g7d607162
pkgrel=1
pkgdesc="An highly automated, intuitive, Digital Audio Workstation (DAW)"
arch=( 'x86_64' )
url='https://git.zrythm.org/zrythm/zrythm'
license=( 'GPL3' )
-depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack' 'libsndfile' 'libyaml' 'gettext'
- 'portaudio' 'libsamplerate')
+depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack'
+ 'libsndfile' 'libyaml' 'gettext' 'qt5-base'
+ 'libsamplerate' 'alsa-lib' 'ffmpeg')
makedepends=('python' 'gettext' 'sed' 'git')
conflicts=( "$_pkgname" )
provides=( "$_pkgname" )