summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af62fcff197e..3052661e0dbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = amazon-workspaces-bin
pkgdesc = Amazon Workspace Client
pkgver = 3.0.7.470
- pkgrel = 5
+ pkgrel = 6
url = https://clients.amazonworkspaces.com/
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = amazon-workspaces-bin
makedepends = binutils
makedepends = tar
depends = gtk3
+ depends = webkit2gtk
options = staticlibs
source = workspaces-client.deb::https://d3nt0h4h6pmmc4.cloudfront.net/workspacesclient_amd64.deb
sha256sums = 046fbeb2977395b9f420b1e2b2f6667d0182d7517848e340395ca943be694fdb
diff --git a/PKGBUILD b/PKGBUILD
index 47c4c0980caf..671adf6d6319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Steve Engledow <steve@engledow.me>
pkgname=amazon-workspaces-bin
pkgver=3.0.7.470
-pkgrel=5
+pkgrel=6
pkgdesc='Amazon Workspace Client'
arch=('i686' 'x86_64')
url="https://clients.amazonworkspaces.com/"
license=('non-free')
depends=(
'gtk3'
+ 'webkit2gtk'
)
options=('staticlibs')
makedepends=(