aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-24 16:18:09 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:47 +0200
commit18e07cd4c504ce9e1cb8ccb254074c77665a2f5c (patch)
treea45804d565c000245663b05893dc4a30ac5050dd
parent97182d146519d359845d2c9510bbd4df371dc716 (diff)
downloadpkgbuilds-18e07cd4c504ce9e1cb8ccb254074c77665a2f5c.tar.xz
shaman-git: Force LANG=en_US.utf-8 during build
LANG=C in the clean containers, which makes the manpage generation fail due to the alpha character in the version tag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d109b46..b42b734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 4.2.1
-# Mon Jun 1 14:56:53 UTC 2015
+# Mon Jun 1 14:56:54 UTC 2015
pkgbase = shaman-git
pkgdesc = A small, native C library and utility to fetch weather
pkgver = 2.0.0.α.r22.g1ded016
diff --git a/PKGBUILD b/PKGBUILD
index 58a7851..1d3c1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgver () {
build () {
cd shaman
- tup upd
+ LANG=en_US.utf-8 tup upd
}
check () {