summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2024-03-25 22:25:21 -0400
committeréclairevoyant2024-03-25 22:25:21 -0400
commit980d8314cdbc32a144f5346dcd34cd4d1795aece (patch)
treeaf60bd9095f2a59853f26aa5ec125f74cee8308a
parentf70465c2ad4cb9a06087d41897b5a76f26cb05e2 (diff)
downloadaur-980d8314cdbc32a144f5346dcd34cd4d1795aece.tar.gz
zrythm: upgpkg 1.0.0-beta.6.6.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e90cadb094dc..130c4e8d110a 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.5.1
+ pkgver = 1.0.0.beta.6.6.1
pkgrel = 1
url = https://www.zrythm.org
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = zrythm
makedepends = ruby-sass
makedepends = help2man
makedepends = sassc
+ depends = appstream
depends = boost
depends = breeze-icons
depends = carla-git
@@ -51,12 +52,12 @@ pkgbase = zrythm
depends = zix
optdepends = realtime-privileges: allow memory locking
options = debug
- source = https://www.zrythm.org/releases/zrythm-1.0.0-beta.6.5.1.tar.xz
- source = https://www.zrythm.org/releases/zrythm-1.0.0-beta.6.5.1.tar.xz.asc
+ 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 = git+https://github.com/drobilla/zix.git
source = 0001-gcc13-fixes.patch
validpgpkeys = 48132384AD3DF7D86E254B83022EAE42313D70F3
- sha256sums = aedf45f65119aef06d90eb8b7b875a25961bb4950d6e5dbfe21174f89cd7c98c
+ sha256sums = e62bdcb1d3f29bdb6df0aff1709f7882426d86d7d614e187c3ac138a9b8fc386
sha256sums = SKIP
sha256sums = SKIP
sha256sums = bb93eea519020e491f85c38ab3901ac530bbf747c4e7acc3aaea39f402091653
diff --git a/PKGBUILD b/PKGBUILD
index 78791233cbcf..af5aaf37b8e9 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.5.1
+_pkgver=1.0.0-beta.6.6.1
pkgver="${_pkgver/-/.}"
pkgrel=1
pkgdesc='Highly automated and intuitive digital audio workstation'
@@ -11,6 +11,7 @@ arch=(x86_64 i686)
url="https://www.zrythm.org"
license=(AGPL3)
depends=(
+ appstream
boost
breeze-icons
carla-git
@@ -55,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=('aedf45f65119aef06d90eb8b7b875a25961bb4950d6e5dbfe21174f89cd7c98c'
+sha256sums=('e62bdcb1d3f29bdb6df0aff1709f7882426d86d7d614e187c3ac138a9b8fc386'
'SKIP'
'SKIP'
'bb93eea519020e491f85c38ab3901ac530bbf747c4e7acc3aaea39f402091653')