summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
}