summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20dd17684997..8f575d77dec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 2022.2.4804
- pkgrel = 1
+ pkgrel = 2
url = https://www.nice-software.com/products/dcv
arch = x86_64
license = custom: commercial
diff --git a/PKGBUILD b/PKGBUILD
index e1453d43454b..3f65305b2045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=dcvviewer
_majver=2022.2
_minver=4804
pkgver=${_majver}.${_minver}
-pkgrel=1
+pkgrel=2
pkgdesc="NICE DCV client for Linux. DCV is a desktop remotization server, with support for native as well as web-based clients."
arch=('x86_64')
url="https://www.nice-software.com/products/dcv"
@@ -48,8 +48,8 @@ package(){
# Might want to keep with same version of glib
rm libffi.so.* libjson-glib-1.0.so.0
# Codecs provided by ffmpeg, gst-plugins-base, lz4, zlib
- rm libavcodec.so.* libturbojpeg.so.0 libavutil.so.* libopus.so.0 libjpeg.so.62 liblz4.so.1 libz.so.1
- rm liblmdb.so libprotobuf-c.so.1
+ #rm libavcodec.so.* libturbojpeg.so.0 libavutil.so.* libopus.so.0 libjpeg.so.62 liblz4.so.1 libz.so.1
+ #rm liblmdb.so libprotobuf-c.so.1
#
rm libpcre.so.1
# Keep these ones provided by DCV Viewer. There are symbols being looked up in the provided libsoup-3 not in the system one