summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2018-06-18 08:40:43 +0200
committerfxd2018-06-18 08:40:43 +0200
commit2c7abe27e72085ac6520b1ab3d69d823c34b3310 (patch)
tree09a304a0dceb60deed83685750247a9df737b20d
parent231f5e69d5415b74e664c4aedcfb063b05d43d34 (diff)
downloadaur-2c7abe27e72085ac6520b1ab3d69d823c34b3310.tar.gz
update to 6.2.4-1
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 19 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97f517db0f95..9bb7b3c5c367 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,21 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 6.1.6
- pkgrel = 9
+ pkgver = 6.2.4
+ pkgrel = 1
url = http://www.nomachine.com
install = nm-ent-client.install
arch = x86_64
arch = i686
license = custom:"Copyright 2002-2015 NoMachine S.a r.l."
- conflicts = nomachine nxmanager nxwebplayer nxserver nxnode nxclient
+ conflicts = nomachine
+ conflicts = nxmanager
+ conflicts = nxwebplayer
+ conflicts = nxserver
+ conflicts = nxnode
+ conflicts = nxclient
options = !strip
- source = http://download.nomachine.com/download/6.1/Linux/nomachine-enterprise-client_6.1.6_9_x86_64.tar.gz
- sha256sums = bffb6d012c2002fe63c8bba265a20cdbde5c387188a8a6785dea28aaaa2434ea
+ source = http://download.nomachine.com/download/6.2/Linux/nomachine-enterprise-client_6.2.4_1_x86_64.tar.gz
+ sha256sums = 0f25b81b5c2fd29633137907e9f48dbdecdee4182394d529cccdde51ee2932bb
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index 15f2d378dbef..a0b694d73309 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,26 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=6.1.6
-pkgrel=9
-x64_rel=9
-i386_rel=10
+pkgver=6.2.4
+pkgrel=1
+x64_rel=1
+i386_rel=1
pkgdesc="Remote desktop application"
url="http://www.nomachine.com"
license=('custom:"Copyright 2002-2015 NoMachine S.a r.l."')
arch=('x86_64' 'i686')
options=('!strip')
-conflicts=('nomachine nxmanager nxwebplayer nxserver nxnode nxclient')
+conflicts=(nomachine nxmanager nxwebplayer nxserver nxnode nxclient)
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=('bffb6d012c2002fe63c8bba265a20cdbde5c387188a8a6785dea28aaaa2434ea')
+ sha256sums=("0f25b81b5c2fd29633137907e9f48dbdecdee4182394d529cccdde51ee2932bb")
_carch=_x86_64
- source=("http://download.nomachine.com/download/6.1/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.2/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=('c6fd85e4342a3c31bda0d68eb7ad6c5fce6bfa98c2edd19795493debb9ad7e96')
+ sha256sums=("2e3b1b40dd12fd3c5de0bea977926b832aabb08e9dc5099bbfed2bcc378aba3a")
_carch=_i686
- source=("http://download.nomachine.com/download/6.1/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.2/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi
package()