summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfxd2015-09-04 09:26:24 +0200
committerfxd2015-09-04 09:26:24 +0200
commit9f6aa1ef1d05a6f150b7da3581ce0f481f6421a9 (patch)
treecb85e07ef8eec0a5db5a96b3b76e82c1e56c08a5 /PKGBUILD
parent7b28955fd1d434d70f386839a0b6619b17555949 (diff)
downloadaur-9f6aa1ef1d05a6f150b7da3581ce0f481f6421a9.tar.gz
Update to 4.6.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83b03d9d0bb7..61fdd8d8615b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=4.6.12
-pkgrel=7
-x64_rel=7
-i386_rel=14
+pkgver=4.6.16
+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,11 +14,11 @@ conflicts=('nomachine nxmanager nxwebplayer nxserver nxnode nxclient')
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=('2dc1ad80a2ad829346009ad4f8aa9d3d3b097b70d8f929100fb79e01fcb4b403')
+ sha256sums=('9e3cff9a1ab3f7c2fcae47e9aae9af95a8f981db02d15060355aefa76150af68')
_carch=_x86_64
source=("http://download.nomachine.com/download/4.6/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=('5351a189cdab46a3d3f00e9b7a4802c64099afe17d12cd915ef41149e83dabbd')
+ sha256sums=('57c9f8516f93194dd5df00e3ce531c0fc6a23fbe200b46b716aad8518aece6fc')
_carch=_i686
source=("http://download.nomachine.com/download/4.6/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi