summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2015-10-21 12:40:53 +0200
committerfxd2015-10-21 12:40:53 +0200
commita7fdb1f8e4b0c88df5151c661bf5c130531f7329 (patch)
treed4aa9df9bd266390ce450854a192e442eccaaaa4
parente3bf6ecfbf4963658e485d295be8a6ae09b51483 (diff)
downloadaur-a7fdb1f8e4b0c88df5151c661bf5c130531f7329.tar.gz
Update to 5.0.47-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9be7968cf941..bbd8adbc6802 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 5.0.43
+ pkgver = 5.0.47
pkgrel = 1
url = http://www.nomachine.com
install = nm-ent-client.install
diff --git a/PKGBUILD b/PKGBUILD
index 681495821528..ffe0299f62aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=5.0.43
+pkgver=5.0.47
pkgrel=1
x64_rel=1
i386_rel=1
@@ -14,11 +14,11 @@ conflicts=('nomachine nxmanager nxwebplayer nxserver nxnode nxclient')
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=('fc543f834f1485143deac62567654f626e8329bba051dbef810efc85a6c093cf')
+ sha256sums=('09e93e18fdbcd43f848963661ce31e0c75dd536da3649b5c2c80b304995cc2fc')
_carch=_x86_64
source=("http://download.nomachine.com/download/5.0/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=('09872a679c8df7c1c6c5c1ea0956a16cb3ee8ead5cd5c58fb092850cc06acb71')
+ sha256sums=('55e9518f1ae63603b0e60635d23ff8cbc7c61b9e0a889b9a0cf0dfc652738f0f')
_carch=_i686
source=("http://download.nomachine.com/download/5.0/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi