updating nomachine to 7.5.2:
diff --git a/PKGBUILD b/PKGBUILD
index f17ff7d..9071874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ _autofirewall=n
### END BUILD OPTIONS
pkgname=nomachine
-pkgver=7.4.1
-_pkgvermain=7.4
+pkgver=7.5.2
+_pkgvermain=7.5
_pkgrel_i686=1
_pkgrel_x86_64=1
_pkgrel_armv6h=1
@@ -30,13 +30,13 @@ options=('!strip')
conflicts=('nxmanager' 'nxwebplayer' 'nxserver' 'nxnode' 'nxclient')
depends=('bash' 'openssh' 'nawk')
optdepends=('xorg-xauth: allows logging into a headless machine')
-sha512sums_x86_64=('3e72109be04f594998ce750defd926d34d38dd1309e6953f36348d6a97479e27173f1aa1e75d7dcf95b157e16a0349e436c53006f2a240b3134ee83c89e487ed')
-sha512sums_i686=('497d0c1a4cfe822db07bbc008e64688be792e1543250db0384b55ba5cb783c14495014fc8150401d822d7d3c54981341751761b2c413d441bdc1f8047dd81026')
-sha512sums_armv6h=('b4d8aba4fa15d9e34dfaf79d72873e307e5acf8bef774b3a2c01f5d1fd380de17e0d811ff24427fb808104366ba7b92f5c798f8d6eaecb9a8e27c221d4dc6e42')
-sha512sums_armv7h=('c17858e079ff8b403c1f66704c4f234db7d7519522f0dc728a5a06a34e89ad34d9fe11c8d87a83bd7a8a294a5606da78366b222ce785fb1892f7207db0d0309c')
-sha512sums_armv8h=('ed8626ee4f9b7da650ee9d08847ff6abb23130717318556e1c7930fbc80aac80d163fa56c8f04732740f1137c9439d5d853827621b67c99d0f66f44527a67f00')
-sha512sums_aarch64=('ed8626ee4f9b7da650ee9d08847ff6abb23130717318556e1c7930fbc80aac80d163fa56c8f04732740f1137c9439d5d853827621b67c99d0f66f44527a67f00')
-sha512sums_pentium4=('497d0c1a4cfe822db07bbc008e64688be792e1543250db0384b55ba5cb783c14495014fc8150401d822d7d3c54981341751761b2c413d441bdc1f8047dd81026')
+md5sums_x86_64=('a194542d0a41628f85df0786e07f9543')
+md5sums_i686=('5cbd2ad4c493a227db3e0b65937216de')
+md5sums_armv6h=('de7abbf7817d7987e28f29e6e04e8a67')
+md5sums_armv7h=('c77416f9d11625717ec1f62e43ab2a19')
+md5sums_armv8h=('d2335fb175b664812f33c26b54e1abc3')
+md5sums_aarch64=('d2335fb175b664812f33c26b54e1abc3')
+md5sums_pentium4=('5cbd2ad4c493a227db3e0b65937216de')
source_x86_64=("http://download.nomachine.com/download/${_pkgvermain}/Linux/${pkgname}_${pkgver}_${_pkgrel_x86_64}_x86_64.tar.gz")
source_i686=("http://download.nomachine.com/download/${_pkgvermain}/Linux/${pkgname}_${pkgver}_${_pkgrel_i686}_i686.tar.gz")
source_armv6h=("http://download.nomachine.com/download/${_pkgvermain}/Raspberry/${pkgname}_${pkgver}_${_pkgrel_armv6h}_armv6hl.tar.gz")
sha512 to md5 checksum is a downgrade, but that is what is provided in the download page
Pinned Comments
runnytu commented on 2021-02-20 13:44 (UTC)
Since nomachine 7.1.3-2 the default behavior of the package is StartNXDaemon Manual and FirewallConfiguration 0 on a new installation, if you want to change this, you need to modify PKGBUILD build options with your desire behavior:
BUILD OPTIONS
Set to y to enable nomachine service autostart
_autoservice=n
Set to y to enable firewall autorules
_autofirewall=n
END BUILD OPTIONS