wps-office: update to 10.1.0.5707a21

This commit is contained in:
Michael Aldridge 2017-07-06 16:49:32 -07:00
parent 6da23bb728
commit fceadf7b8a

View file

@ -1,11 +1,11 @@
# Template file for 'wps-office'
_numericVersion=10.1.0.5672
_numericVersion=10.1.0.5707
_releaseIncrement=a21
_patchLevel=
pkgname=wps-office
version=${_numericVersion}${_releaseIncrement}
revision=2
revision=1
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
homepage="http://wps-community.org"
license="Kingsoft WPS Community License"
@ -14,17 +14,19 @@ short_desc="Linux office suite with similar appearance to MS Office"
allow_unknown_shlibs=yes
nodebug=yes
restricted=yes
#The programs themselves are PIE, but the error reporter isn't :/
nopie=yes
_disturl="http://kdl.cc.ksosoft.com/wps-community/download/${_releaseIncrement}"
_disturl="http://kdl.cc.ksosoft.com/ksodl/download/linux/${_releaseIncrement}"
only_for_archs="i686 x86_64"
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
_arch=x86_64
checksum=9f49052cc98958b5d60d08e2f0c81dc53f754aba1654f1407b02397a67b22356
checksum=aa875a06e7eef79a30d6e5a4bd03f08eeb1524013edd59122d95a20b1638d9c5
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
_arch=x86
checksum=27d50098eac5de3c5b9774ba9046f66aaae20430d35264b7848de372150064b6
checksum=3478f88794b4e473357c1b2b4514b6ddf41bc1aac6e018dfeac637aaac7a021f
fi
_distTar="${pkgname}_${_numericVersion}~${_releaseIncrement}${_patchLevel}_${_arch}.tar.xz"