summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 928df46e02d1..68c9d89a4b5a 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.alpha.25.1.22.r17.g4a9418d69
+ pkgver = 1.0.0.alpha.26.0.13.r0.gf8acad4d9
pkgrel = 1
epoch = 1
url = https://www.zrythm.org
diff --git a/PKGBUILD b/PKGBUILD
index 4d28359cb053..58eb1bf8020e 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.alpha.25.1.22.r17.g4a9418d69
+pkgver=1.0.0.alpha.26.0.13.r0.gf8acad4d9
pkgrel=1
epoch=1
pkgdesc='a highly automated and intuitive digital audio workstation'
@@ -31,7 +31,7 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
- meson build --prefix=/usr -Denable_tests=true -Dmanpage=true -Dcarla=enabled
+ meson build --prefix=/usr -Dtests=true -Dmanpage=true -Dcarla=enabled
ninja -C build
}