summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroi_wtf2023-05-05 12:36:58 +0200
committeroi_wtf2023-05-05 12:36:58 +0200
commit67b216f0045c731e7422c072b337d754ebf4a671 (patch)
tree7a5a3e5b6a0f0078026742ce6e2110ff9bdd7731
parent7b284d880426e10abef983a8126551ff209b69e1 (diff)
downloadaur-67b216f0045c731e7422c072b337d754ebf4a671.tar.gz
upgpkg: ashuffle-git 3.14.0.r0.gf860a9d-1
fix a build error in tests
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18ed871eea48..d9b57d1c8ecd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ashuffle-git
pkgdesc = Automatic library-wide shuffle for mpd. (git)
- pkgver = 3.13.4.r4.gd9f727d
+ pkgver = 3.14.0.r0.gf860a9d
pkgrel = 1
url = https://github.com/joshkunz/ashuffle
arch = x86_64
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 \