summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJanek Thomaschewski2023-04-15 00:45:50 +0200
committerJanek Thomaschewski2023-04-15 00:46:30 +0200
commit7997140aba381d604e9fe6c0a13f60f5fe5c15ae (patch)
tree2919b3564029f9a2fcc4e9e611ef7554f4e303a8 /PKGBUILD
parentcb84df52e2afd060b5748d4740ee11dc8ccf49ed (diff)
downloadaur-7997140aba381d604e9fe6c0a13f60f5fe5c15ae.tar.gz
upgpkg: amazon-workspaces-bin 4.5.0.2006-4
fix: declare hiredis0.14 dependency, should fix connection issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d42f85542b5..344f5b8cf036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=amazon-workspaces-bin
pkgver=4.5.0.2006
-pkgrel=3
+pkgrel=4
_aptdist=focal
pkgdesc='Amazon Workspace Client'
arch=('x86_64')
@@ -15,12 +15,9 @@ depends=(
'icu63'
'libsoup'
'graphicsmagick'
- 'hiredis'
+ 'hiredis0.14'
'libva'
)
-optdepends=(
- 'pcoip-client: Might be required if you have issues connecting to a workspace - please comment on AUR'
-)
options=('staticlibs')
makedepends=(
'binutils'