summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8481b79cd47..a7314b82bc66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zrythm
pkgdesc = a highly automated and intuitive digital audio workstation
pkgver = 1.0.0.alpha.27.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.zrythm.org
arch = x86_64
arch = i686
@@ -29,6 +29,7 @@ pkgbase = zrythm
depends = sratom
depends = serd
depends = portaudio
+ depends = breeze-icons
conflicts = zrythm-git
source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.27.0.3.tar.xz
source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.27.0.3.tar.xz.asc
diff --git a/PKGBUILD b/PKGBUILD
index 1d7459287355..2418d7736d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Alexandros Theodotou <alex at zrythm dot org>
+# Maintainer: Sefa Eyeoglu <contact@scrumplex.net>
+# Contributor: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
_pkgver=1.0.0-alpha.27.0.3
pkgver=1.0.0.alpha.27.0.3
-pkgrel=1
+pkgrel=2
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')
+depends=('gtk4' 'graphviz' 'carla' 'fluidsynth' 'vamp-plugin-sdk' 'guile' 'libaudec' 'xxhash' 'libcyaml' 'libadwaita' 'reproc' 'libbacktrace' 'rubberband' 'gtksourceview5' 'fftw' 'sratom' 'serd' 'portaudio' 'breeze-icons')
makedepends=('meson' 'cmake' 'guile' 'ruby-sass' 'help2man')
conflicts=('zrythm-git')
source=("https://www.zrythm.org/releases/$pkgname-$_pkgver.tar.xz"{,.asc})