Package Details: softmaker-office-nx-bin 1210-1

Git Clone URL: https://aur.archlinux.org/softmaker-office-nx-bin.git (read-only, click to copy)
Package Base: softmaker-office-nx-bin
Description: Proprietary office suite; word processing, spreadsheets, presentations (subscription version)
Upstream URL: https://www.softmaker.com
Licenses: LicenseRef-custom
Submitter: WorMzy
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 1
Popularity: 0.002098
First Submitted: 2023-06-21 19:06 (UTC)
Last Updated: 2024-02-23 14:58 (UTC)

Latest Comments

WorMzy commented on 2024-03-18 22:06 (UTC)

Note that service pack 1211 has been made available, but this only includes a fix for an issue affecting Debian 11 (and as far as I know does not affect Arch): https://www.softmaker.com/en/download/servicepacks/servicepacks-softmaker-office-nx-changelog

I won't be updating this package for this version since it is functionally the same as service pack 1210 on Arch, but if you want to be on 'the latest and greatest', then apply this patch to the PKGBUILD (e.g. using git apply):

diff --git a/PKGBUILD b/PKGBUILD
index 9d43766..e68d632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>

 pkgname=softmaker-office-nx-bin
-pkgver=1210
+pkgver=1211
 pkgrel=1
 pkgdesc="Proprietary office suite; word processing, spreadsheets, presentations (subscription version)"
 url="https://www.softmaker.com"
@@ -24,7 +24,7 @@ md5sums=('95fc61a87e75e525abb5b446c4e29635'
          '052615de9b1733596832e95b22d47551'
          '8b5e74ccb7ed223db25d0cafea36d36f'
          'f750f31e92221d88b72f8de1075a960f')
-md5sums_x86_64=('69919ee89ae99548c279f7fb9199178e')
+md5sums_x86_64=('1c25319e2dcd22883b87506b07417088')
 sha512sums=('a2b8db4e2028bce38f37c9da2e5733aceea17cd9ebd7e96c1252e328cc7fd3e940c71967a9f41d2b04f874d86ee0050f22cead313e5fd9b5e396a6a704f475e2'
             'fc0b0dac264df8d1a9301c6c934dc5bc6cbc2c7e6eb06a109b60e2d58429f3a61117e12585c0e42388c8b064e3ac6e55e513d1c01dc8cea5999fed7e2342e449'
             '6733712a2efb1f5794da7127a0df12419e747a724c46f6b9daf204dc88b806ea6a230097ae1aa6a5d647ff5e36916948bc0b1dd8977a03a7517400eb0dedee46'
@@ -32,7 +32,7 @@ sha512sums=('a2b8db4e2028bce38f37c9da2e5733aceea17cd9ebd7e96c1252e328cc7fd3e940c
             '134fbddc26091d3e8dff602d67e7bd2e01e0e6b1a0b77266b289781d912684c890f54c1b8922fd8a8c3fba21439a00a4e355bb23a1816d6b13ec1576fcb53c3e'
             '83879bc58e22b58df193ef9434a292b3c4108d72000db85a7739317ecd10630c6ae578a97947a95c782f3838e6f155ce093399a42dc0044e623d5a437f1d4550'
             '94bb97083f6630b883cf1f642a5170ef17de088bfa78210068b9bf65107cc2a5984927f49014cd8040a55d9e0723d3de8ee30875f3dc3bc4f752181d7e04893d')
-sha512sums_x86_64=('1b75f07fcda75f3edd5efbbd943026f30866406015482a51e0db787ae7e08e07782de0e707557460997a21b74ab930d381be9f09b47528c61bd601f7429c63f0')
+sha512sums_x86_64=('1a78cc226c8726501a093e05c1ddc617ed2dcd2b68fc023d57ae7de3329fda461d984904497b01dec5e2225b1253e090240f4f31404962a623941d6839fbdc51')

 package() {
   install -dm755 "${pkgdir}/usr/share/officenx"

then run makepkg/pkgctl build/whatever as usual.