From fceadf7b8ae17e61afab6ee4dc575f330fc596c7 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Thu, 6 Jul 2017 16:49:32 -0700 Subject: [PATCH] wps-office: update to 10.1.0.5707a21 --- srcpkgs/wps-office/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/wps-office/template b/srcpkgs/wps-office/template index 98059d5d65d..00c1546332b 100644 --- a/srcpkgs/wps-office/template +++ b/srcpkgs/wps-office/template @@ -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 " 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"