summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaute Hope2017-10-17 15:59:12 +0200
committerGaute Hope2017-10-17 15:59:12 +0200
commit46d818ae590491ddf98a2ff9e11b0eec24b5e15c (patch)
tree67fb4ba24a7abd53574675eb1de7149759b4c023
parent02ef281884f842834cd2b8c0b0ef8bdc78b3bfd9 (diff)
downloadaur-46d818ae590491ddf98a2ff9e11b0eec24b5e15c.tar.gz
meson fails for some locales
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89f301873952..17e1a54d589c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Oct 12 10:13:51 UTC 2017
+# Tue Oct 17 13:59:08 UTC 2017
pkgbase = astroid-git
pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others
pkgver = v0.10.2.r0.gaa8789f
diff --git a/PKGBUILD b/PKGBUILD
index 20aa4f64ae3e..07e0850448de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ md5sums=('SKIP')
build() {
cd "$srcdir/astroid"
- meson build --prefix=/usr --buildtype release
+ LC_ALL=C meson build --prefix=/usr --buildtype release
cd build
ninja
}