summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2020-12-22 07:32:03 +0100
committerfxd2020-12-22 07:32:03 +0100
commite29a4b1327fec7ef412962f1fb44babc1234b91c (patch)
treee8cdb9f573b112bbefe72c674c3c3ca1324e6cd0
parentafe3871ff37dcac3369d20d738320b1095b3f812 (diff)
downloadaur-e29a4b1327fec7ef412962f1fb44babc1234b91c.tar.gz
Update to 7.0.209-10
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd82320e2a0b..d89b2816f9f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 7.0.208
- pkgrel = 7
+ pkgver = 7.0.209
+ pkgrel = 10
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."
+ license = custom:"Copyright 2002-2020 NoMachine S.a r.l."
conflicts = nomachine
conflicts = nxmanager
conflicts = nxwebplayer
@@ -14,8 +14,8 @@ pkgbase = nomachine-enterprise-client
conflicts = nxnode
conflicts = nxclient
options = !strip
- source = http://download.nomachine.com/download/7.0/Linux/nomachine-enterprise-client_7.0.208_7_x86_64.tar.gz
- sha256sums = a6aa8d10c85de2c659a10dd729441678f1627786f63a34c0bb2a2d37354742ef
+ source = http://download.nomachine.com/download/7.0/Linux/nomachine-enterprise-client_7.0.209_10_x86_64.tar.gz
+ sha256sums = 401f8b4d241a18a2ef33897c5988342830e831f57ba51ccc73eee63ed3c3cf3d
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index aea29f255a23..04f3701334d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,24 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=7.0.208
-pkgrel=7
-x64_rel=7
+pkgver=7.0.209
+pkgrel=10
+x64_rel=10
i386_rel=6
pkgdesc="Remote desktop application"
url="http://www.nomachine.com"
-license=('custom:"Copyright 2002-2015 NoMachine S.a r.l."')
+license=('custom:"Copyright 2002-2020 NoMachine S.a r.l."')
arch=('x86_64' 'i686')
options=('!strip')
conflicts=(nomachine nxmanager nxwebplayer nxserver nxnode nxclient)
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=("a6aa8d10c85de2c659a10dd729441678f1627786f63a34c0bb2a2d37354742ef")
+ sha256sums=("401f8b4d241a18a2ef33897c5988342830e831f57ba51ccc73eee63ed3c3cf3d")
_carch=_x86_64
source=("http://download.nomachine.com/download/7.0/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=("e31ba797d1a5ffa74b21787efab3d54550b16488b2fee52856437201e9eef6a4")
+ sha256sums=("d720ccff7292a0adc902f63faa5e30ec8a240c2d990895de81b869ec5ad997f7")
_carch=_i686
source=("http://download.nomachine.com/download/7.0/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi