summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwereii2021-10-26 02:15:29 +0200
committerTomáš Svoboda2023-01-23 11:20:14 +0100
commitad8c34731d5e84a65a8c88d052bab2a85db333fb (patch)
tree1599440f17ebe39a0f1ce2129123c66a5d5bf72d
parentb79bb45109dd561420595e360b62272e96a74d1c (diff)
downloadaur-ad8c34731d5e84a65a8c88d052bab2a85db333fb.tar.gz
Update to 8.3.1_1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
-rw-r--r--nomachine-client.install4
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 166c3e5a8c4f..65f4e56b21e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application, client only
- pkgver = 8.2.3
+ pkgver = 8.3.1
pkgrel = 1
url = http://www.nomachine.com
install = nomachine-client.install
@@ -22,9 +22,9 @@ pkgbase = nomachine-enterprise-client
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- source_x86_64 = http://download.nomachine.com/download/8.2/Linux/nomachine-enterprise-client_8.2.3_4_x86_64.tar.gz
- sha256sums_x86_64 = 0b902d6b7a69624ff462a07be9091721a99ffcfc7c02dd274cb6e5a1e685d3e9
- source_i686 = http://download.nomachine.com/download/8.2/Linux/nomachine-enterprise-client_8.2.3_4_i686.tar.gz
- sha256sums_i686 = b940c8fef3d1b1d76f3b8fc4bb9f1c2397cfdf14c8beeccc22fb4acc4f39227f
+ source_x86_64 = http://download.nomachine.com/download/8.3/Linux/nomachine-enterprise-client_8.3.1_1_x86_64.tar.gz
+ sha256sums_x86_64 = 784c92b28643eba2e22e8c8235765c43bff33755240c58743d835761f144c1cb
+ source_i686 = http://download.nomachine.com/download/8.3/Linux/nomachine-enterprise-client_8.3.1_1_i686.tar.gz
+ sha256sums_i686 = b8f89d87d04b9153136a7564391878dcd3b0ad52f884b819cf55cea80993bd71
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index 15138caac079..4e994cf8f94c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=8.2.3
-_x64_rel=4
-_i686_rel=4
+pkgver=8.3.1
+_x64_rel=1
+_i686_rel=1
pkgrel=1
pkgdesc="Remote desktop application, client only"
groups=('network')
@@ -22,8 +22,8 @@ sha256sums=(SKIP SKIP SKIP)
source_x86_64=("http://download.nomachine.com/download/${pkgver%*.*}/Linux/${pkgname}_${pkgver}_${_x64_rel}_x86_64.tar.gz")
source_i686=("http://download.nomachine.com/download/${pkgver%*.*}/Linux/${pkgname}_${pkgver}_${_i686_rel}_i686.tar.gz")
-sha256sums_x86_64=('0b902d6b7a69624ff462a07be9091721a99ffcfc7c02dd274cb6e5a1e685d3e9')
-sha256sums_i686=('b940c8fef3d1b1d76f3b8fc4bb9f1c2397cfdf14c8beeccc22fb4acc4f39227f')
+sha256sums_x86_64=('784c92b28643eba2e22e8c8235765c43bff33755240c58743d835761f144c1cb')
+sha256sums_i686=('b8f89d87d04b9153136a7564391878dcd3b0ad52f884b819cf55cea80993bd71')
package()
{
diff --git a/nomachine-client.install b/nomachine-client.install
index d397d7c91c7b..ff2aaa9590ab 100644
--- a/nomachine-client.install
+++ b/nomachine-client.install
@@ -1,7 +1,7 @@
_invoke() {
# arg1: --install | --update | --uninstall
# NX_INSTALL_DEBUG=1
- NX_INSTALL_PREFIX=/usr/share /usr/share/NX/scripts/setup/nxclient "$1" arch
+ NX_INSTALL_PREFIX=/usr/share /usr/share/NX/scripts/setup/nxplayer "$1" arch
}
@@ -11,7 +11,7 @@ _check_remove_old_prefix()
echo "Old installation (/usr) found, removing"
if [ -x /usr/NX/scripts/setup/nxclient ]; then
- NX_INSTALL_PREFIX=/usr /usr/NX/scripts/setup/nxclient --uninstall fedora
+ NX_INSTALL_PREFIX=/usr /usr/NX/scripts/setup/nxplayer --uninstall fedora
fi
rm -rf /usr/NX