diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-24 16:18:09 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:47 +0200 |
commit | 18e07cd4c504ce9e1cb8ccb254074c77665a2f5c (patch) | |
tree | a45804d565c000245663b05893dc4a30ac5050dd | |
parent | 97182d146519d359845d2c9510bbd4df371dc716 (diff) | |
download | pkgbuilds-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-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -21,7 +21,7 @@ pkgver () { build () { cd shaman - tup upd + LANG=en_US.utf-8 tup upd } check () { |