summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 130c4e8d110a..1c7e9207a545 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = Highly automated and intuitive digital audio workstation
- pkgver = 1.0.0.beta.6.6.1
+ pkgver = 1.0.0.rc.0
pkgrel = 1
url = https://www.zrythm.org
arch = x86_64
@@ -22,11 +22,11 @@ pkgbase = zrythm
depends = fluidsynth
depends = graphene
depends = graphviz
- depends = gtk4-git
+ depends = gtk4
depends = gtksourceview5
depends = guile
depends = json-glib
- depends = libadwaita-git
+ depends = libadwaita
depends = libaudec
depends = libbacktrace
depends = libcyaml
@@ -48,16 +48,16 @@ pkgbase = zrythm
depends = sratom
depends = vamp-plugin-sdk
depends = xxhash
- depends = yyjson-git
+ depends = yyjson
depends = zix
optdepends = realtime-privileges: allow memory locking
options = debug
- source = https://www.zrythm.org/releases/zrythm-1.0.0-beta.6.6.1.tar.xz
- source = https://www.zrythm.org/releases/zrythm-1.0.0-beta.6.6.1.tar.xz.asc
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-rc.0.tar.xz
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-rc.0.tar.xz.asc
source = git+https://github.com/drobilla/zix.git
source = 0001-gcc13-fixes.patch
validpgpkeys = 48132384AD3DF7D86E254B83022EAE42313D70F3
- sha256sums = e62bdcb1d3f29bdb6df0aff1709f7882426d86d7d614e187c3ac138a9b8fc386
+ sha256sums = 23fbfb74ed249164a58fa1afbe2dbaeae0f937197dbb719768d0479d8938fbe9
sha256sums = SKIP
sha256sums = SKIP
sha256sums = bb93eea519020e491f85c38ab3901ac530bbf747c4e7acc3aaea39f402091653
diff --git a/PKGBUILD b/PKGBUILD
index af5aaf37b8e9..bb3d1e1c793b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
-_pkgver=1.0.0-beta.6.6.1
+_pkgver=1.0.0-rc.0
pkgver="${_pkgver/-/.}"
pkgrel=1
pkgdesc='Highly automated and intuitive digital audio workstation'
@@ -21,11 +21,11 @@ depends=(
fluidsynth
graphene
graphviz
- gtk4-git
+ gtk4
gtksourceview5
guile
json-glib
- libadwaita-git
+ libadwaita
libaudec
libbacktrace
libcyaml
@@ -47,7 +47,7 @@ depends=(
sratom
vamp-plugin-sdk
xxhash
- yyjson-git
+ yyjson
zix
)
makedepends=(git meson cmake ruby-sass help2man sassc)
@@ -56,7 +56,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=('e62bdcb1d3f29bdb6df0aff1709f7882426d86d7d614e187c3ac138a9b8fc386'
+sha256sums=('23fbfb74ed249164a58fa1afbe2dbaeae0f937197dbb719768d0479d8938fbe9'
'SKIP'
'SKIP'
'bb93eea519020e491f85c38ab3901ac530bbf747c4e7acc3aaea39f402091653')