summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5501fb440226..d20f97609514 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: Ariel AxionL <axionl at aosc dot io>
pkgname=wps-office
-pkgver=10.1.0.6634
+pkgver=10.1.0.6757
#_pkgver=10.1.0.5707~a21
-pkgrel=4
+pkgrel=1
pkgdesc="Kingsoft Office (WPS Office) is an office productivity suite"
arch=('i686' 'x86_64')
license=("custom")
@@ -22,10 +22,10 @@ conflicts=('kingsoft-office')
options=('!emptydirs')
install=${pkgname}.install
[[ "$CARCH" = "i686" ]] && _archext=x86 || _archext=x86_64
-source_i686=("http://kdl.cc.ksosoft.com/wps-community/download/6634/wps-office_${pkgver}_x86.tar.xz")
-source_x86_64=("http://kdl.cc.ksosoft.com/wps-community/download/6634/wps-office_${pkgver}_x86_64.tar.xz")
-sha1sums_i686=('a6ca04067b63d1425fd8a73c9a29506184273962')
-sha1sums_x86_64=('afdbf0b8667777f2266ba9231414dcf35e3d1cc1')
+source_i686=("http://kdl.cc.ksosoft.com/wps-community/download/6757/wps-office_${pkgver}_x86.tar.xz")
+source_x86_64=("http://kdl.cc.ksosoft.com/wps-community/download/6757/wps-office_${pkgver}_x86_64.tar.xz")
+sha1sums_i686=('3c6095380c32252afd7838f295259b14a0bf726e')
+sha1sums_x86_64=('03a781599dfcf001fc3bcf1d49699bd1a44aaceb')
PKGEXT=".pkg.tar"
prepare() {
@@ -57,7 +57,7 @@ package() {
#cp -r "$srcdir/usr/share" "${pkgdir}/usr/"
install -d "${pkgdir}/usr/share/fonts/wps-office"
- cp -r fonts/* "${pkgdir}/usr/share/fonts/wps-office"
+ #cp -r fonts/* "${pkgdir}/usr/share/fonts/wps-office"
install -Dm644 office6/mui/default/EULA.txt "${pkgdir}/usr/share/licenses/$pkgname/EULA.txt"
}