summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2019-05-28 12:57:52 +0200
committerfxd2019-05-28 12:57:52 +0200
commit807fbf0ed92be6e86876c83f7a6514d360befdcb (patch)
tree4b0300d110824fdf90d63c8a7b2c1b01fff3f34a
parentb380d7ea21c1331d4f25baa1669cc3a0e1a53b4f (diff)
downloadaur-807fbf0ed92be6e86876c83f7a6514d360befdcb.tar.gz
Update to 6.7.6-13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f19454a84b6..57927cecd8b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 6.6.8
- pkgrel = 5
+ pkgver = 6.7.6
+ pkgrel = 13
url = http://www.nomachine.com
install = nm-ent-client.install
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = nomachine-enterprise-client
conflicts = nxnode
conflicts = nxclient
options = !strip
- source = http://download.nomachine.com/download/6.6/Linux/nomachine-enterprise-client_6.6.8_5_x86_64.tar.gz
- sha256sums = 8272dc80613d3e7bc081b959fa8217472cd307b69ad0d371e443419b14c4ed17
+ source = http://download.nomachine.com/download/6.7/Linux/nomachine-enterprise-client_6.7.6_13_x86_64.tar.gz
+ sha256sums = 28b81333177ffa96cc3fa4380c45fed3799f1d56f18d4c9933a245ea77b97a64
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index 791cd989159d..b34b1481034a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=6.6.8
-pkgrel=5
-x64_rel=5
-i386_rel=5
+pkgver=6.7.6
+pkgrel=13
+x64_rel=13
+i386_rel=11
pkgdesc="Remote desktop application"
url="http://www.nomachine.com"
license=('custom:"Copyright 2002-2015 NoMachine S.a r.l."')
@@ -14,13 +14,13 @@ conflicts=(nomachine nxmanager nxwebplayer nxserver nxnode nxclient)
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=("8272dc80613d3e7bc081b959fa8217472cd307b69ad0d371e443419b14c4ed17")
+ sha256sums=("28b81333177ffa96cc3fa4380c45fed3799f1d56f18d4c9933a245ea77b97a64")
_carch=_x86_64
- source=("http://download.nomachine.com/download/6.6/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.7/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=("50f789a7d1f6982bd6e3904ee979345f6f4f90bc7372df2b5419924a153ee248")
+ sha256sums=("855873521c181656e78708d9efb95ae0a5252c92985aba4270b5b6df0b0a1425")
_carch=_i686
- source=("http://download.nomachine.com/download/6.6/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.7/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi
package()