summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2023-09-19 04:38:46 -0400
committerEthan Kerrick2023-09-19 04:38:46 -0400
commita6e9ea6e2bc21564d68b9d31f43cb7e19cd0dfe0 (patch)
treef0f2cbda9964dc4ebe28c55fa67a0d9d467838ed
parente225ccc598f3ef624909b96d1f9b082829cd304c (diff)
downloadaur-a6e9ea6e2bc21564d68b9d31f43cb7e19cd0dfe0.tar.gz
update git url and add zix dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 642ed2c9664f..a99442e26547 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm-git
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = 1.0.0.beta.4.5.62.r22.g8b02e7de6
+ pkgver = 1.0.0.beta.4.13.31.r0.g5cf78f5a3
pkgrel = 1
epoch = 1
url = https://www.zrythm.org
@@ -59,7 +59,7 @@ pkgbase = zrythm-git
provides = zrythm
conflicts = zrythm
options = !strip
- source = zrythm::git+https://git.zrythm.org/zrythm/zrythm.git
+ source = zrythm::git+https://gitlab.zrythm.org/zrythm/zrythm
md5sums = SKIP
pkgname = zrythm-git
diff --git a/PKGBUILD b/PKGBUILD
index e1ce485d76b8..9bf3cb8ad844 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Elijah Gregg <lovetocode999@ctrl-c.club>
# Contributor: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm-git
-pkgver=1.0.0.beta.4.5.62.r22.g8b02e7de6
+pkgver=1.0.0.beta.4.13.31.r0.g5cf78f5a3
pkgrel=1
epoch=1
pkgdesc='a highly automated and intuitive digital audio workstation'
@@ -23,7 +23,7 @@ optdepends=('portaudio: portaudio backend'
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
options=('!strip')
-source=("zrythm::git+https://git.zrythm.org/zrythm/zrythm.git")
+source=("zrythm::git+https://gitlab.zrythm.org/zrythm/zrythm")
md5sums=('SKIP')
pkgver() {
@@ -34,7 +34,7 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
- meson build --prefix=/usr -Dmanpage=true -Dcarla=enabled
+ meson setup build --prefix=/usr -Dmanpage=true -Dcarla=enabled
ninja -C build
}