summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-04-24 20:03:08 +0100
committerAlexandros Theodotou2019-04-24 20:03:08 +0100
commitd83beeec8095cc4770e0f76862dca6ae5f210ae1 (patch)
tree54203db9c34df07abf9e3e539a3024a3f8a02d3b
parent7c45b6f79ec01866e0cfa3c24f19a25bf7029d35 (diff)
downloadaur-d83beeec8095cc4770e0f76862dca6ae5f210ae1.tar.gz
bump
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3c44015e640..bb9b3dbef8e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zrythm
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
- pkgver = 0.4.027
- pkgrel = 2
+ pkgver = 0.4.053
+ pkgrel = 1
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
license = GPL3
@@ -21,10 +21,12 @@ pkgbase = zrythm
depends = libsamplerate
depends = alsa-lib
depends = ffmpeg
- depends = libgtop
+ depends = portaudio
+ depends = ladspa
+ depends = fftw
conflicts = zrythm-git
- source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.4.027/zrythm-v0.4.027.tar.gz
- md5sums = b5eff2aa129f61116688e606d1ed861f
+ source = https://git.zrythm.org/zrythm/zrythm/-/archive/v0.4.053/zrythm-v0.4.053.tar.gz
+ md5sums = 573b3501859ba8b5361c01a83d17b23d
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 5a6574f5ed0c..e27e193c8e6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm
-pkgver=0.4.027
-pkgrel=2
+pkgver=0.4.053
+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' 'qt5-base'
- 'libsamplerate' 'alsa-lib' 'ffmpeg' 'libgtop')
+ 'libsamplerate' 'alsa-lib' 'ffmpeg' 'portaudio'
+ 'ladspa' 'fftw')
makedepends=('python' 'gettext' 'sed' 'libtool')
conflicts=( 'zrythm-git' )
source=( "https://git.zrythm.org/zrythm/${pkgname}/-/archive/v$pkgver/${pkgname}-v$pkgver.tar.gz" )
-md5sums=( 'b5eff2aa129f61116688e606d1ed861f' )
+md5sums=( '573b3501859ba8b5361c01a83d17b23d' )
rootdir="${pkgname}-v${pkgver}"