summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxaque2023-09-06 12:30:24 -0700
committerxaque2023-09-06 12:30:24 -0700
commitf039aa8fb2d7118c475662caef3179361ae6482c (patch)
tree54aa171b49513e9a9b0ee9cc0f714dc42e001cfe
parent2057eb6fc4bcc03b05890b30fdfd78df089e1012 (diff)
downloadaur-dcvviewer-bin.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 266017548621..7d1c3553ef77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dcvviewer-bin
pkgdesc = NICE DCV client for Linux. DCV is a desktop remotization server, with support for native as well as web-based clients.
- pkgver = 2023.0.5483
+ pkgver = 2023.0.5629
pkgrel = 1
url = https://www.nice-software.com/products/dcv
install = dcvviewer.install
@@ -30,7 +30,7 @@ pkgbase = dcvviewer-bin
depends = protobuf-c
depends = sqlite
depends = wayland
- source = https://d1uj6qtbmh3dt5.cloudfront.net/2023.0/Clients/nice-dcv-viewer_2023.0.5483-1_amd64.ubuntu2204.deb
- sha256sums = 5b98f5439a5d3eae062f2d336095da17867ee875ad60d11ac54ddb179dbd3a05
+ source = https://d1uj6qtbmh3dt5.cloudfront.net/2023.0/Clients/nice-dcv-viewer_2023.0.5629-1_amd64.ubuntu2204.deb
+ sha256sums = cfb3b660b6c5a21c996cbc181f2b0a1599cbfa8314b27b61925e6be3e88ee655
pkgname = dcvviewer-bin
diff --git a/PKGBUILD b/PKGBUILD
index c8693bff5f54..2899fdb7d0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dcvviewer-bin
_pkgname=dcvviewer
_majver=2023.0
-_minver=5483
+_minver=5629
pkgver=${_majver}.${_minver}
pkgrel=1
pkgdesc="NICE DCV client for Linux. DCV is a desktop remotization server, with support for native as well as web-based clients."
@@ -16,7 +16,7 @@ depends=('cairo' 'ffmpeg' 'gdk-pixbuf2' 'glib2' 'gst-plugins-base' 'gst-plugins-
source=(
"https://d1uj6qtbmh3dt5.cloudfront.net/${_majver}/Clients/nice-dcv-viewer_${pkgver}-1_amd64.ubuntu2204.deb"
)
-sha256sums=('5b98f5439a5d3eae062f2d336095da17867ee875ad60d11ac54ddb179dbd3a05')
+sha256sums=('cfb3b660b6c5a21c996cbc181f2b0a1599cbfa8314b27b61925e6be3e88ee655')
install="${_pkgname}.install"
package(){