summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwereii2021-10-26 02:15:29 +0200
committerwereii2022-02-07 01:22:47 +0100
commitc0c45bb72658ea216698347513d4ca31aee7277b (patch)
tree5f820b8b234d450acb5f9404d08ef1b967535aa9
parenta9bb714177514f65704fe2c994d8b2d18c57100b (diff)
downloadaur-c0c45bb72658ea216698347513d4ca31aee7277b.tar.gz
Update to 7.8.2
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD8
3 files changed, 20 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dad48d30c6c9..00cfa4e5cc1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application, client only
- pkgver = 7.7.4
- pkgrel = 2
+ pkgver = 7.8.2
+ pkgrel = 1
url = http://www.nomachine.com
install = nomachine-client.install
arch = x86_64
@@ -22,9 +22,9 @@ pkgbase = nomachine-enterprise-client
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- source_x86_64 = http://download.nomachine.com/download/7.7/Linux/nomachine-enterprise-client_7.7.4_1_x86_64.tar.gz
- sha256sums_x86_64 = 65ae59cdeaf6353c5cdbdbc0f9024f3b8902c6258855b5e1a540fc3ff654a1f6
- source_i686 = http://download.nomachine.com/download/7.7/Linux/nomachine-enterprise-client_7.7.4_1_i686.tar.gz
- sha256sums_i686 = bb068e32ec20d31134d9fb71039f6ea5555779b11ff6350126bfdff429af8fa3
+ source_x86_64 = http://download.nomachine.com/download/7.8/Linux/nomachine-enterprise-client_7.8.2_1_x86_64.tar.gz
+ sha256sums_x86_64 = 8d69c07a0eecccf8e2cfbbed24986003f9fcf909170d0792e3e93488ab996ddb
+ source_i686 = http://download.nomachine.com/download/7.8/Linux/nomachine-enterprise-client_7.8.2_1_i686.tar.gz
+ sha256sums_i686 = 3e706df92f82bf4413455f0b062dd1874caff0bd1d5bfaaefd92eb8a45f9664a
pkgname = nomachine-enterprise-client
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..63821347995a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!*.patch
+!*.desktop
+
+!*.cfg
+!nomachine-client
+!*.install
diff --git a/PKGBUILD b/PKGBUILD
index f5b899e526a4..d9cbe26299dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=7.7.4
+pkgver=7.8.2
_x64_rel=1
_i686_rel=1
-pkgrel=2
+pkgrel=1
pkgdesc="Remote desktop application, client only"
groups=('network')
url="http://www.nomachine.com"
@@ -22,8 +22,8 @@ sha256sums=(SKIP SKIP SKIP)
source_x86_64=("http://download.nomachine.com/download/${pkgver%*.*}/Linux/${pkgname}_${pkgver}_${_x64_rel}_x86_64.tar.gz")
source_i686=("http://download.nomachine.com/download/${pkgver%*.*}/Linux/${pkgname}_${pkgver}_${_i686_rel}_i686.tar.gz")
-sha256sums_x86_64=('65ae59cdeaf6353c5cdbdbc0f9024f3b8902c6258855b5e1a540fc3ff654a1f6')
-sha256sums_i686=('bb068e32ec20d31134d9fb71039f6ea5555779b11ff6350126bfdff429af8fa3')
+sha256sums_x86_64=('8d69c07a0eecccf8e2cfbbed24986003f9fcf909170d0792e3e93488ab996ddb')
+sha256sums_i686=('3e706df92f82bf4413455f0b062dd1874caff0bd1d5bfaaefd92eb8a45f9664a')
package()
{