summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanek Thomaschewski2023-07-25 20:38:48 +0200
committerJanek Thomaschewski2023-07-25 20:38:48 +0200
commit1315eef9498ed6e03c8c1d6f3118c5b5183ebf8b (patch)
tree0093becf0fc972ffab3f1183b86898783e469700
parent687a82ec4ba88a92dadb36b76036814887fe1c86 (diff)
downloadaur-1315eef9498ed6e03c8c1d6f3118c5b5183ebf8b.tar.gz
upgpkg: amazon-workspaces-bin 4.6.0.4187-2
add missing dependency (openssl-1.1)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2923aecfc05f..882358113dd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = amazon-workspaces-bin
pkgdesc = Amazon Workspace Client
pkgver = 4.6.0.4187
- pkgrel = 1
+ pkgrel = 2
url = https://clients.amazonworkspaces.com/
arch = x86_64
license = non-free
@@ -13,6 +13,7 @@ pkgbase = amazon-workspaces-bin
depends = libsoup
depends = graphicsmagick
depends = hiredis0.14
+ depends = openssl-1.1
depends = libva
options = staticlibs
source = amazon-workspaces-bin-4.6.0.4187.deb::https://d3nt0h4h6pmmc4.cloudfront.net/workspacesclient_focal_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index f401e12fcd31..973292c97490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=amazon-workspaces-bin
pkgver=4.6.0.4187
-pkgrel=1
+pkgrel=2
_aptdist=focal
pkgdesc='Amazon Workspace Client'
arch=('x86_64')
@@ -16,6 +16,7 @@ depends=(
'libsoup'
'graphicsmagick'
'hiredis0.14'
+ 'openssl-1.1'
'libva'
)
options=('staticlibs')