summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2019-09-18 07:39:15 +0200
committerfxd2019-09-18 07:39:15 +0200
commitf30d2c3eac13e91a806f6c1b7bf6799f4739cefd (patch)
tree1227306cc8ecdc225c7c5543e972b1652faf84ba
parent807fbf0ed92be6e86876c83f7a6514d360befdcb (diff)
downloadaur-f30d2c3eac13e91a806f6c1b7bf6799f4739cefd.tar.gz
Update to 6.8.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57927cecd8b4..00d4a8eae545 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 6.7.6
- pkgrel = 13
+ pkgver = 6.8.1
+ pkgrel = 1
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.7/Linux/nomachine-enterprise-client_6.7.6_13_x86_64.tar.gz
- sha256sums = 28b81333177ffa96cc3fa4380c45fed3799f1d56f18d4c9933a245ea77b97a64
+ source = http://download.nomachine.com/download/6.8/Linux/nomachine-enterprise-client_6.8.1_1_x86_64.tar.gz
+ sha256sums = 130d642364cc856faacabd8d24441d138d42a0b821c8f6c183d53528dd935fd1
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index b34b1481034a..d353ecefcb1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=6.7.6
-pkgrel=13
-x64_rel=13
-i386_rel=11
+pkgver=6.8.1
+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."')
@@ -14,13 +14,13 @@ conflicts=(nomachine nxmanager nxwebplayer nxserver nxnode nxclient)
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=("28b81333177ffa96cc3fa4380c45fed3799f1d56f18d4c9933a245ea77b97a64")
+ sha256sums=("130d642364cc856faacabd8d24441d138d42a0b821c8f6c183d53528dd935fd1")
_carch=_x86_64
- source=("http://download.nomachine.com/download/6.7/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.8/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=("855873521c181656e78708d9efb95ae0a5252c92985aba4270b5b6df0b0a1425")
+ sha256sums=("a438e6d0cf2b1112d1d9eb0cde18e548f3b313fb527317783b5b2badb7a336d4")
_carch=_i686
- source=("http://download.nomachine.com/download/6.7/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.8/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi
package()