summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoroi_wtf2023-05-05 12:36:58 +0200
committeroi_wtf2023-05-05 12:36:58 +0200
commit67b216f0045c731e7422c072b337d754ebf4a671 (patch)
tree7a5a3e5b6a0f0078026742ce6e2110ff9bdd7731 /PKGBUILD
parent7b284d880426e10abef983a8126551ff209b69e1 (diff)
downloadaur-67b216f0045c731e7422c072b337d754ebf4a671.tar.gz
upgpkg: ashuffle-git 3.14.0.r0.gf860a9d-1
fix a build error in tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82465e932596..5765d0fe03ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Brett Dutro <brett.dutro@gmail.com>
pkgname=ashuffle-git
-pkgver=3.13.4.r4.gd9f727d
+pkgver=3.14.0.r0.gf860a9d
pkgrel=1
pkgdesc="Automatic library-wide shuffle for mpd. (git)"
url="https://github.com/joshkunz/ashuffle"
@@ -42,6 +42,9 @@ prepare() {
build() {
cd "ashuffle"
+ # fix a build failure in tests where -Werror is set
+ export CXXFLAGS="$CXXFLAGS -Wno-error=unused-variable"
+
arch-meson \
-Dtests=enabled \
-Dunsupported_use_system_yamlcpp=true \