Package Details: amazon-workspaces-bin 4.7.0.4312-1

Git Clone URL: https://aur.archlinux.org/amazon-workspaces-bin.git (read-only, click to copy)
Package Base: amazon-workspaces-bin
Description: Amazon Workspace Client
Upstream URL: https://clients.amazonworkspaces.com/
Licenses: non-free
Submitter: stilvoid
Maintainer: janek
Last Packager: janek
Votes: 19
Popularity: 0.000075
First Submitted: 2019-12-19 16:00 (UTC)
Last Updated: 2024-10-08 10:42 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8

ggill commented on 2020-06-08 20:39 (UTC)

I'm using pamac on manjaro. Clearing AUR build directory and cache then reinstalling did the trick.

Thanks.

<deleted-account> commented on 2020-06-08 20:32 (UTC)

Hello @ggil

This mean you are not deleting the deb file before you do a new build and therefore not using the latest version.

Check the version of the DEB file you have using dpkg and confirm it's the latest version like below.

It will be better if you use an AUR helper like yay it will automate the process for you.

 dpkg-deb -I workspacesclient_amd64.deb
 new Debian package, version 2.0.
 size 25105288 bytes: control archive=396 bytes.
     240 bytes,     9 lines      control
     240 bytes,     9 lines      control-e
 Package: workspacesclient
 Version: 3.0.7.470
 Section: misc
 Priority: optional
 Architecture: amd64
 Depends: libgtk-3-0, libwebkit2gtk-4.0-37, libsoup2.4-1
 Maintainer: Amazon WorkSpaces
 Description: Amazon WorkSpaces Client for Ubuntu 18.04

ggill commented on 2020-06-08 20:27 (UTC) (edited on 2020-06-08 20:32 (UTC) by ggill)

I was able to get the package to build by substituting in the previous sha512 sum in PKGBUILD.

Replaced

sha512sums=('ce0c6b10f89f197620fe3ac88f4085da518064363cbd015fe7a5eceef217699552d3024b599fcf87f2ef9b7b3da907e66134fed633e335964d36813d490fd695')

with

sha512sums=('e3dd2523635d6d6e471eca79715994731dab76654467419f423392f8ed08fa9acf486c13860b7fe0dc165fe451299adc8274d38ec116991a2587b2fd105726ca')

But then Amazon Workspaces reports that it is still version 3.0.6.444. Maybe something still sitting in cache.

ggill commented on 2020-06-08 20:00 (UTC) (edited on 2020-06-08 20:22 (UTC) by ggill)

I have the same error as @Pete.

Here's the PKGBUILD contents:

# Maintainer: Asem Arafa <asem.arafa at gmail dot com>

pkgname=amazon-workspacesclient
pkgver=3.0.7.470
pkgrel=1
pkgdesc='Amazon WorkSpaces Client'
arch=('x86_64')
license=('custom')
url='https://clients.amazonworkspaces.com/'
depends=('gtk3' 'webkit2gtk' 'libsoup')
options=('!strip' 'staticlibs')
source=('https://d3nt0h4h6pmmc4.cloudfront.net/workspacesclient_amd64.deb')
sha512sums=('ce0c6b10f89f197620fe3ac88f4085da518064363cbd015fe7a5eceef217699552d3024b599fcf87f2ef9b7b3da907e66134fed633e335964d36813d490fd695')
package() {
    cd "$srcdir"
    tar axfv data.tar.xz -C "${pkgdir}"
}

Same as under View PKGBUILD.

<deleted-account> commented on 2020-06-06 08:40 (UTC)

Hello @Pete

Are you sure you are using the latest PKGBUILD? All seems ok from my end

     makepkg --verifysource
    ==> Making package: amazon-workspacesclient 3.0.7.470-1 (Sat 06 Jun 2020 08:38:00 AM UTC)
    ==> Retrieving sources...
      -> Downloading workspacesclient_amd64.deb...
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                             Dload  Upload   Total   Spent    Left  Speed
    100 23.9M  100 23.9M    0     0  14.0M      0  0:00:01  0:00:01 --:--:-- 14.0M
    ==> Validating source files with sha512sums...
        workspacesclient_amd64.deb ... Passed

Pete commented on 2020-06-06 08:23 (UTC) (edited on 2020-06-06 08:23 (UTC) by Pete)

Unfortunately the build seems broken at the moment:

==> Validating source files with sha512sums... workspacesclient_amd64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! Error downloading sources: amazon-workspacesclient

jadamcze commented on 2020-03-26 00:56 (UTC)

I've been able to install and use the most recent version (at the time I installed the package) with a local change to the version number and sha256sum

3.0.4.321 / e469321f89547a5ed89a59ee9ea8d95e6b2407d903a3d0a34b7a086b04fb41d9