summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJanek Thomaschewski2023-07-25 20:38:48 +0200
committerJanek Thomaschewski2023-07-25 20:38:48 +0200
commit1315eef9498ed6e03c8c1d6f3118c5b5183ebf8b (patch)
tree0093becf0fc972ffab3f1183b86898783e469700 /PKGBUILD
parent687a82ec4ba88a92dadb36b76036814887fe1c86 (diff)
downloadaur-1315eef9498ed6e03c8c1d6f3118c5b5183ebf8b.tar.gz
upgpkg: amazon-workspaces-bin 4.6.0.4187-2
add missing dependency (openssl-1.1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')