Skip to content

Commit

Permalink
Update WPS Office to version 10.1.0.6757 (#458)
Browse files Browse the repository at this point in the history
* Update WPS Office to 10.1.0.6757

* Update archive name
  • Loading branch information
Staudey authored and DataDrake committed Sep 13, 2018
1 parent 2bb1cb2 commit 2a4a896
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion office/wps-office/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def setup():
shelltools.system("pwd")
shelltools.system("ar xf wps-office_%s~*amd64.deb" % Version)
shelltools.system("ar xf wps-office_%s_amd64.deb" % Version)
shelltools.system("tar xf data.tar.xz")

def install():
Expand Down
9 changes: 8 additions & 1 deletion office/wps-office/pspec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Summary>WPS Office Suite</Summary>
<Description>WPS Office Suite</Description>
<License>http://wps-community.org/license.md</License>
<Archive sha1sum="c6c13413d1c974468d0589498c41870146fd9a91" type="binary">http://kdl.cc.ksosoft.com/wps-community/download/a21/wps-office_10.1.0.5707~a21_amd64.deb</Archive>
<Archive sha1sum="9974078cde40c26419998294a0a754bc102afe37" type="binary">http://kdl.cc.ksosoft.com/wps-community/download/6757/wps-office_10.1.0.6757_amd64.deb</Archive>

<BuildDependencies>
<Dependency>binutils</Dependency>
Expand All @@ -29,6 +29,13 @@
</Package>

<History>
<Update release="5">
<Date>09-11-2018</Date>
<Version>10.1.0.6757</Version>
<Comment>Update to 10.1.0.6757</Comment>
<Name>Thomas Staudinger</Name>
<Email>[email protected]</Email>
</Update>
<Update release="4">
<Date>06-19-2017</Date>
<Version>10.1.0.5707</Version>
Expand Down

2 comments on commit 2a4a896

@edivandjs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this repository abandoned? No more updates on it.

@ahahn94
Copy link
Contributor

@ahahn94 ahahn94 commented on 2a4a896 Apr 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it was. And there is an issue stating exactly this. #520
You can find the maintained version of this repo at https://github.com/getsolus/3rd-party.

Please sign in to comment.