summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Matias2021-12-06 16:06:26 -0300
committerPaulo Matias2021-12-06 16:06:26 -0300
commit9b1def902a6af964d265298e407214311bea5a40 (patch)
tree5063b4e0bd296177091137cf428d821c7a957ac6
parent79154da7744700f8d843aef05e875ffd162d6b3a (diff)
downloadaur-9b1def902a6af964d265298e407214311bea5a40.tar.gz
force English output to match Version when computing pkgrel
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1906f5168de4..0072d32d89e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('git' 'gperf' 'ghc' 'tcl' 'texlive-latexextra' 'texlive-fontsextra'
optdepends=('tcl: bluesim and bluetcl')
# workaround for pkgrel overwritten on regen (by TkG)
# rebuild whenever some haskell depend is rebuilt
-eval pkgrel=$(pacman -Si ${depends[@]} | awk '/Version/{sum+=substr($0,match($0,/[^-]+$/))}END{print sum}')
+eval pkgrel=$(LC_ALL=C pacman -Si ${depends[@]} | awk '/Version/{sum+=substr($0,match($0,/[^-]+$/))}END{print sum}')
source=("git+https://github.com/b-lang-org/bsc.git"
"git+https://github.com/SRI-CSL/yices2.git")
sha256sums=('SKIP'