summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Engledow2020-01-02 14:46:58 +0000
committerSteve Engledow2020-01-02 14:46:58 +0000
commit42f389468708f7d214945236cfcf8625b7a696e9 (patch)
tree27d7b4458ace001ebce29822876e15ec420e9b42
parenta7c7c8e151eb33ac62dc97e580aac388fbf56844 (diff)
downloadaur-42f389468708f7d214945236cfcf8625b7a696e9.tar.gz
Update to new URL
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 494a05e6060a..2a8138b8db1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = amazon-workspaces-bin
pkgdesc = Amazon Workspace Client
pkgver = latest
- pkgrel = 2
+ pkgrel = 3
url = https://clients.amazonworkspaces.com/
arch = i686
arch = x86_64
license = non-free
makedepends = binutils
makedepends = tar
+ depends = gtk3
options = staticlibs
- source = workspaces-client.deb::https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/bionic/main/binary-amd64/workspacesclient_3.0.0.200_amd64.deb
+ source = workspaces-client.deb::https://d3nt0h4h6pmmc4.cloudfront.net/workspacesclient_amd64.deb
sha1sums = SKIP
pkgname = amazon-workspaces-bin
diff --git a/PKGBUILD b/PKGBUILD
index cbbe49596433..9e376018598c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Steve Engledow <steve@engledow.me>
pkgname=amazon-workspaces-bin
pkgver=latest
-pkgrel=2
-pkgdesc="Amazon Workspace Client"
+pkgrel=3
+pkgdesc='Amazon Workspace Client'
arch=('i686' 'x86_64')
url="https://clients.amazonworkspaces.com/"
license=('non-free')
depends=(
+ 'gtk3'
)
options=('staticlibs')
makedepends=(
'binutils'
'tar'
)
-source=("workspaces-client.deb::https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/bionic/main/binary-amd64/workspacesclient_3.0.0.200_amd64.deb")
-sha1sums=("SKIP")
+source=('workspaces-client.deb::https://d3nt0h4h6pmmc4.cloudfront.net/workspacesclient_amd64.deb')
+sha1sums=('SKIP')
build() {
cd "$srcdir"