summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Dewar2020-12-13 20:28:22 +0000
committerAlex Dewar2020-12-13 20:28:22 +0000
commita9d97da553a9b67d09d20bcba9df828308d7e25b (patch)
tree7954817e70e4bdb3861a7ca85b2ae3be2d85029c
parenta8d5fe1f2803fd1d08889f1cdcebdd9f2c8bd040 (diff)
downloadaur-code-headmelted-bin.tar.gz
Fix for non-English LANG
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0041ac03e7d4..a626df62a40c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=code-headmelted-bin
_pkgver=1.45.0
_date=2020-04-06
-_fdate=`date --date=$_date '+%d-%b-%y'`
+_fdate=`env LANG=C date --date=$_date '+%d-%b-%y'`
_url=https://github.com/headmelted/codebuilds/releases/download/$_fdate
_armhf_build=1586135927
_arm64_build=1586135971