summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-03-16 22:49:43 +0100
committerSefa Eyeoglu2022-03-16 22:49:43 +0100
commitd5030895b25c38bccdfda4faaca8246aa66d0209 (patch)
tree6270452fb5cd3f02ef2f1f01673314df277dead0
parent5c0857e70d5543a400e630777aca9a183e1459da (diff)
downloadaur-d5030895b25c38bccdfda4faaca8246aa66d0209.tar.gz
upgpkg: zrythm 1.0.0.beta.1.0.1-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1690cea70fa..619b0ab5c76d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = 1.0.0.alpha.30.2.1
+ pkgver = 1.0.0.beta.1.0.1
pkgrel = 1
url = https://www.zrythm.org
arch = x86_64
@@ -34,13 +34,14 @@ pkgbase = zrythm
depends = rtaudio
depends = lsp-dsp-lib
depends = sdl2
+ depends = chromaprint
optdepends = realtime-privileges: allow memory locking
conflicts = zrythm-git
options = debug
- source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.30.2.1.tar.xz
- source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.30.2.1.tar.xz.asc
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-beta.1.0.1.tar.xz
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-beta.1.0.1.tar.xz.asc
validpgpkeys = 48132384AD3DF7D86E254B83022EAE42313D70F3
- sha256sums = 0ccdaa96be09022a711b6365173cbcb52fc7b0486248d09200ab3c1a7b036ff7
+ sha256sums = 072e86da138430761db0cda30fc82feffc15776bbfcfa064c6c8a6f7365163f3
sha256sums = SKIP
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 816f20f8d80b..0c436fd76cbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Contributor: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
-_pkgver=1.0.0-alpha.30.2.1
+_pkgver=1.0.0-beta.1.0.1
pkgver=${_pkgver/-/.}
pkgrel=1
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
url="https://www.zrythm.org"
license=('AGPL3')
-depends=('gtk4' 'graphviz' 'carla' 'fluidsynth' 'vamp-plugin-sdk' 'guile' 'libaudec' 'xxhash' 'libcyaml' 'libadwaita' 'reproc' 'libbacktrace' 'rubberband' 'gtksourceview5' 'fftw' 'sratom' 'serd' 'portaudio' 'breeze-icons' 'rtmidi' 'rtaudio' 'lsp-dsp-lib' 'sdl2')
+depends=('gtk4' 'graphviz' 'carla' 'fluidsynth' 'vamp-plugin-sdk' 'guile' 'libaudec' 'xxhash' 'libcyaml' 'libadwaita' 'reproc' 'libbacktrace' 'rubberband' 'gtksourceview5' 'fftw' 'sratom' 'serd' 'portaudio' 'breeze-icons' 'rtmidi' 'rtaudio' 'lsp-dsp-lib' 'sdl2' 'chromaprint')
makedepends=('meson' 'cmake' 'ruby-sass' 'help2man' 'sassc')
optdepends=('realtime-privileges: allow memory locking')
conflicts=('zrythm-git')
options=('debug')
source=("https://www.zrythm.org/releases/$pkgname-$_pkgver.tar.xz"{,.asc})
-sha256sums=('0ccdaa96be09022a711b6365173cbcb52fc7b0486248d09200ab3c1a7b036ff7'
+sha256sums=('072e86da138430761db0cda30fc82feffc15776bbfcfa064c6c8a6f7365163f3'
'SKIP')
validpgpkeys=('48132384AD3DF7D86E254B83022EAE42313D70F3')