summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2023-12-19 19:32:18 -0500
committeréclairevoyant2023-12-19 19:32:18 -0500
commit3f2c5af9f2d42a5f33dca39f283ae92ac86a076b (patch)
tree421ed861640fd5c7485a352e863b216bf5776489
parent43ffa45f1e8806c10f1cef840b5fad59149defa3 (diff)
downloadaur-3f2c5af9f2d42a5f33dca39f283ae92ac86a076b.tar.gz
zrythm: upgpkg 1.0.0-beta.5.1.1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c16571c5c7b..9a89cdbd83d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = Highly automated and intuitive digital audio workstation
- pkgver = 1.0.0.beta.4.13.31
+ pkgver = 1.0.0.beta.5.1.1
pkgrel = 1
url = https://www.zrythm.org
arch = x86_64
@@ -31,10 +31,11 @@ pkgbase = zrythm
depends = libcyaml
depends = libepoxy
depends = libpanel
+ depends = lilv
depends = libxinerama
depends = libxrandr
- depends = lilv
depends = lsp-dsp-lib
+ depends = pcre
depends = portaudio
depends = qt5-base
depends = reproc
@@ -46,16 +47,16 @@ pkgbase = zrythm
depends = sratom
depends = vamp-plugin-sdk
depends = xxhash
- depends = pcre
+ depends = yyjson-git
depends = zix
optdepends = realtime-privileges: allow memory locking
options = debug
- source = https://www.zrythm.org/releases/zrythm-1.0.0-beta.4.13.31.tar.xz
- source = https://www.zrythm.org/releases/zrythm-1.0.0-beta.4.13.31.tar.xz.asc
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-beta.5.1.1.tar.xz
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-beta.5.1.1.tar.xz.asc
source = git+https://github.com/drobilla/zix.git
source = 0001-gcc13-fixes.patch
validpgpkeys = 48132384AD3DF7D86E254B83022EAE42313D70F3
- sha256sums = bf503d4091d7d4ad06d1980cb9cff1fd3de18d1a268cc81578468cf0b2c30965
+ sha256sums = e4216f18f830160d298ce9091a5fbb8d5c9d3f61a1096cba42536ab98c426abc
sha256sums = SKIP
sha256sums = SKIP
sha256sums = bb93eea519020e491f85c38ab3901ac530bbf747c4e7acc3aaea39f402091653
diff --git a/PKGBUILD b/PKGBUILD
index 76b6d4f144f4..5488a0510d39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
-_pkgver=1.0.0-beta.4.13.31
+_pkgver=1.0.0-beta.5.1.1
pkgver="${_pkgver/-/.}"
pkgrel=1
pkgdesc='Highly automated and intuitive digital audio workstation'
@@ -30,10 +30,11 @@ depends=(
libcyaml
libepoxy
libpanel
+ lilv
libxinerama
libxrandr
- lilv
lsp-dsp-lib
+ pcre
portaudio
qt5-base
reproc
@@ -45,7 +46,7 @@ depends=(
sratom
vamp-plugin-sdk
xxhash
- pcre
+ yyjson-git
zix
)
makedepends=(git meson cmake ruby-sass help2man sassc)
@@ -54,7 +55,7 @@ options=('debug')
source=("https://www.zrythm.org/releases/$pkgname-$_pkgver.tar.xz"{,.asc}
"git+https://github.com/drobilla/zix.git"
0001-gcc13-fixes.patch)
-sha256sums=('bf503d4091d7d4ad06d1980cb9cff1fd3de18d1a268cc81578468cf0b2c30965'
+sha256sums=('e4216f18f830160d298ce9091a5fbb8d5c9d3f61a1096cba42536ab98c426abc'
'SKIP'
'SKIP'
'bb93eea519020e491f85c38ab3901ac530bbf747c4e7acc3aaea39f402091653')