summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfbc22f80060..9d33fe4ba1fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=valent-git
-pkgver=r1079.a0336ce6
+pkgver=r1081.e33ec1e8
pkgrel=1
pkgdesc="Connect, control and sync devices"
arch=('x86_64')
@@ -37,7 +37,7 @@ build() {
arch-meson "${pkgname%-git}" build \
-Ddocumentation='false' \
-Dtests='false' \
- -Dfuzz_tests='false' \
+ -Dfuzz_tests='false'
meson compile -C build
}