summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-07-15 11:01:42 -0600
committerChristopher Patrick Fair2020-07-15 11:01:42 -0600
commitd1cc2407e6ee35c7b885386d27b1bd4bf6f571f3 (patch)
tree6631b9cae2dd8566bc5ae53cac257c9919ce1147
parentd019d670c8bec91dcc1da0ebfff23d62c904fbac (diff)
downloadaur-d1cc2407e6ee35c7b885386d27b1bd4bf6f571f3.tar.gz
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c2bee783a72..503cae4f42b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = 0.8.378
+ pkgver = 0.8.604
pkgrel = 1
url = https://www.zrythm.org
arch = x86_64
@@ -24,13 +24,14 @@ pkgbase = zrythm
depends = alsa-lib
depends = fftw
depends = suil
+ depends = breeze-icons
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
conflicts = zrythm-git
- source = https://www.zrythm.org/releases/zrythm-0.8.252.tar.xz
- source = https://www.zrythm.org/releases/zrythm-0.8.252.tar.xz.asc
+ source = https://www.zrythm.org/releases/zrythm-0.8.604.tar.xz
+ source = https://www.zrythm.org/releases/zrythm-0.8.604.tar.xz.asc
validpgpkeys = 48132384AD3DF7D86E254B83022EAE42313D70F3
- sha256sums = 396e9d2342e537bb8ec9bdca2a4da1935d536cbac36c73084d2b9ca6a14e3b88
+ sha256sums = 12b3dd6b6dcb485ad21096608efc425b0ce6158c52d0ab27ba6762363c1ddff4
sha256sums = SKIP
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 569e0b79ac46..6b1dbdf7d638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
-pkgver=0.8.378
+pkgver=0.8.604
pkgrel=1
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
@@ -8,7 +8,7 @@ url="https://www.zrythm.org"
license=('AGPL3')
depends=('gtk3' 'lilv' 'libx11' 'jack' 'libsndfile'
'libyaml' 'libsamplerate' 'alsa-lib' 'fftw'
- 'suil')
+ 'suil' 'breeze-icons')
makedepends=(
'python' 'gettext' 'sed'
'meson' 'ninja' 'help2man' 'python-sphinx'
@@ -17,8 +17,7 @@ optdepends=('portaudio: portaudio backend'
'qt5-base: for embedding qt5 plugin UIs')
conflicts=('zrythm-git')
source=("https://www.zrythm.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('396e9d2342e537bb8ec9bdca2a4da1935d536cbac36c73084d2b9ca6a14e3b88'
- 'SKIP')
+sha256sums=('12b3dd6b6dcb485ad21096608efc425b0ce6158c52d0ab27ba6762363c1ddff4' 'SKIP')
validpgpkeys=('48132384AD3DF7D86E254B83022EAE42313D70F3')
build() {