summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2021-12-07 19:57:09 +0100
committerKlaus Alexander Seistrup2021-12-07 19:57:09 +0100
commit1e533eec54cf2fcb00ff95fea6b485485f2996ce (patch)
tree9c35c8339562831ed4abe9f2833e382a6d154be9
parentcf9033bac908c999598e71d3151bd36c34c9e870 (diff)
downloadaur-1e533eec54cf2fcb00ff95fea6b485485f2996ce.tar.gz
bc-gh-5.2.1-2: set locale to C during make check
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c98a7ebe66f..57c79419449c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bc-gh
pkgdesc = Implementation of dc and POSIX bc with GNU extensions
pkgver = 5.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gavinhoward/bc
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0584ba86a416..92f7983e1e0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=bc-gh
pkgver=5.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Implementation of dc and POSIX bc with GNU extensions"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/gavinhoward/bc"
@@ -36,7 +36,7 @@ build() {
check() {
cd "bc-$pkgver"
- make check
+ env LANG=C LC_ALL=C make check
}
package() {