summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-09-03 16:38:21 +0800
committerUniversebenzene2019-09-03 16:38:21 +0800
commit7b2808b97ac99eba8a75e38776a70a281274af63 (patch)
tree4b0f13784b4beabf4878cbb04a263aad34172812
parent01157dcdf05725e59091cd68840b504126d8a5ee (diff)
downloadaur-7b2808b97ac99eba8a75e38776a70a281274af63.tar.gz
Fix locale issue in packaging
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fedd7e58269..d34b1f8094c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office
pkgdesc = Kingsoft Office (WPS Office) is an office productivity suite
pkgver = 11.1.0.8722
- pkgrel = 4
+ pkgrel = 5
url = http://wps-community.org/
install = wps-office.install
arch = x86_64
diff --git a/.gitignore b/.gitignore
index 8d70db4a7553..5ab41ca8ae14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ pkg
*.part
*.pkg.tar.xz
*.deb
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index 6481dc4cb920..807076b9cc2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=wps-office
pkgver=11.1.0.8722
#_pkgver=8372
-pkgrel=4
+pkgrel=5
#_pkgrel=1
pkgdesc="Kingsoft Office (WPS Office) is an office productivity suite"
arch=('x86_64')
@@ -55,6 +55,8 @@ prepare() {
}
package() {
+ export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
+
# cd wps-office_${pkgver}_$_archext
cd "${srcdir}/opt/kingsoft/wps-office/"