summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Engledow2022-04-19 10:27:46 +0100
committerSteve Engledow2022-04-19 10:27:46 +0100
commit062da35dfaeb88a2fadc965bd25fb15573300bfd (patch)
treef07b65c98c998bce9084ed48c4cc9576f6beb441
parent9e8d399e6d82bee12dc9a1a184644ff89db27ddc (diff)
downloadaur-062da35dfaeb88a2fadc965bd25fb15573300bfd.tar.gz
Add dependency on icu63
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b6a766141ce..0e81ea5dd913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = amazon-workspaces-bin
pkgdesc = Amazon Workspace Client
pkgver = 4.1.0.1523
- pkgrel = 1
+ pkgrel = 2
url = https://clients.amazonworkspaces.com/
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = amazon-workspaces-bin
makedepends = tar
depends = gtk3
depends = webkit2gtk
+ depends = icu63
options = staticlibs
source = amazon-workspaces-bin-4.1.0.1523.deb::https://d3nt0h4h6pmmc4.cloudfront.net/workspacesclient_amd64.deb
source = amazon-workspaces-bin-4.1.0.1523.info::https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/bionic/main/binary-amd64/Packages
diff --git a/PKGBUILD b/PKGBUILD
index 1937f81d2500..a98bd56fc4e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Steve Engledow <steve@engledow.me>
pkgname=amazon-workspaces-bin
pkgver=4.1.0.1523
-pkgrel=1
+pkgrel=2
pkgdesc='Amazon Workspace Client'
arch=('i686' 'x86_64')
url="https://clients.amazonworkspaces.com/"
@@ -9,6 +9,7 @@ license=('non-free')
depends=(
'gtk3'
'webkit2gtk'
+ 'icu63'
)
options=('staticlibs')
makedepends=(