summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQuentin Glidic2018-06-02 23:10:33 +0200
committerQuentin Glidic2018-06-02 23:10:33 +0200
commita6e5cb4747ba77f228b05521d6a9a1c55c04b391 (patch)
treecd5eeb31fdc5dd777e261c93047a4fe6b823bfd8 /PKGBUILD
parentdaf43a88faef1394a30f60dbe42ab409715f5cb7 (diff)
downloadaur-a6e5cb4747ba77f228b05521d6a9a1c55c04b391.tar.gz
eventd: Workaround a test failure under some locales
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96479a28f9da..a05c608698d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=eventd
pkgver=0.24.1
_pkgdir=${pkgname}-${pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc="A small daemon to act on remote or local events"
arch=(
i686
@@ -69,6 +69,8 @@ build() {
}
check() {
+ # Workaround until next release
+ LC_ALL=C \
ninja -C "${srcdir}"/build test
}