summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-01-06 11:08:43 -0500
committerEthan Kerrick2022-01-06 11:08:43 -0500
commitef3c351c716aa5ef0137d581776befd162711740 (patch)
tree9fc3036b7226ac95d4dd5f069e810997865156c8
parent967c6dcc80728d948e09b0ae3867b0061a94ee15 (diff)
downloadaur-ef3c351c716aa5ef0137d581776befd162711740.tar.gz
removed fallback dependency for libadwaita
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a021b699b5c8..d395b6f987a4 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.26.0.13.r77.g7f64601af
+ pkgver = 1.0.0.alpha.26.0.13.r202.g2fa57d645
pkgrel = 1
epoch = 1
url = https://www.zrythm.org
diff --git a/PKGBUILD b/PKGBUILD
index 015dc7181574..94756a15e9c3 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.26.0.13.r77.g7f64601af
+pkgver=1.0.0.alpha.26.0.13.r202.g2fa57d645
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 -Dmanpage=true -Dcarla=enabled -Dforce_fallback_for=libadwaita
+ meson build --prefix=/usr -Dmanpage=true -Dcarla=enabled
ninja -C build
}