diff options
author | Gaute Hope | 2017-10-17 15:59:12 +0200 |
---|---|---|
committer | Gaute Hope | 2017-10-17 15:59:12 +0200 |
commit | 46d818ae590491ddf98a2ff9e11b0eec24b5e15c (patch) | |
tree | 67fb4ba24a7abd53574675eb1de7149759b4c023 | |
parent | 02ef281884f842834cd2b8c0b0ef8bdc78b3bfd9 (diff) | |
download | aur-46d818ae590491ddf98a2ff9e11b0eec24b5e15c.tar.gz |
meson fails for some locales
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 } |