summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-04-24 20:03:08 +0100
committerAlexandros Theodotou2019-04-24 20:03:08 +0100
commitd83beeec8095cc4770e0f76862dca6ae5f210ae1 (patch)
tree54203db9c34df07abf9e3e539a3024a3f8a02d3b /PKGBUILD
parent7c45b6f79ec01866e0cfa3c24f19a25bf7029d35 (diff)
downloadaur-d83beeec8095cc4770e0f76862dca6ae5f210ae1.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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}"