summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD26
1 files changed, 15 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a71d759695e..e692bb872200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,24 @@
-# Maintainer: Alexandros Theodotou <alex@zrythm.org>
+# Maintainer: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
-pkgver=0.5.120
+pkgver=0.5.162
pkgrel=1
-pkgdesc="An highly automated, intuitive, Digital Audio Workstation (DAW)"
-arch=( 'x86_64' )
-url='https://git.zrythm.org/cgit/zrythm'
-license=( 'GPL3' )
+pkgdesc='An highly automated, intuitive, Digital Audio Workstation (DAW)'
+arch=('x86_64')
+url='https://www.zrythm.org'
+license=('AGPL3')
depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack'
- 'libsndfile' 'libyaml' 'gettext' 'qt5-base'
- 'libsamplerate' 'alsa-lib' 'portaudio'
+ 'libsndfile' 'libyaml' 'gettext'
+ 'libsamplerate' 'alsa-lib'
'ladspa' 'fftw')
makedepends=('python' 'gettext' 'sed'
'meson' 'ninja')
-conflicts=( 'zrythm-git' )
-source=( "http://git.savannah.nongnu.org/cgit/zrythm.git/snapshot/$pkgname-$pkgver.tar.gz" )
-md5sums=( '8c0e69ae2f19807e3546bc5781b5d025' )
+optdepends=('portaudio: portaudio backend'
+ 'qt5-base: for embedding qt5 plugin UIs')
+conflicts=('zrythm-git')
+source=("https://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('2b4cbd75e347df5fed8af7545bb56baefe2d5413496534ba056f47e4676ec232'
+ 'SKIP')
+validpgpkeys=('48132384AD3DF7D86E254B83022EAE42313D70F3')
rootdir="${pkgname}-${pkgver}"