summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2019-02-11 11:36:00 +0100
committerEmmanuel Gil Peyrot2019-02-11 11:36:00 +0100
commita80f7341634fa84aef462fa2d4126b0ae11a63d8 (patch)
tree454b916c69fbce02471e18efa7af1f06370e93a0 /PKGBUILD
parentf0c1d7d84b84f3decbb07b2340d22bc0b16cd6a0 (diff)
downloadaur-a80f7341634fa84aef462fa2d4126b0ae11a63d8.tar.gz
Remove stale (from the python2 era) and broken (on systems not American English) locale change.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fce1a6ef7470..d14b0ddb5a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,5 @@ build() {
package() {
cd slixmpp
- # make sure UNICODE characters in the README are parsed correctly
- export LC_CTYPE=en_US.utf-8
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
}