Package Details: upwork 5.8.0.35-2

Git Clone URL: https://aur.archlinux.org/upwork.git (read-only, click to copy)
Package Base: upwork
Description: Track your time for Hourly Payment Protection. Stay connected.
Upstream URL: https://www.upwork.com/ab/downloads/?os=linux
Keywords: freelance job time time-tracker time-tracking
Licenses: custom
Conflicts: upwork-beta
Submitter: lybin
Maintainer: yurikoles
Last Packager: yurikoles
Votes: 68
Popularity: 0.000939
First Submitted: 2015-05-05 17:51 (UTC)
Last Updated: 2024-10-31 03:32 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 26 Next › Last »

acondura commented on 2021-05-05 12:58 (UTC)

This:

grep -A1 "Prod:" ~/.Upwork/Upwork/Logs/upwork.2*.log | tail -n 2 | awk '{$1=""; print $0}'

says:

{ Prod: { version: '5.5.0.11',

after running the package manager UI to update upwork to 5.5.0.11-1. No matter how many times I run the updater, it still reports version 5.5.0.11 and Upwork app complains that it's not updated to 5.5.0.11-1.

msheremet commented on 2021-02-14 18:56 (UTC)

@janat08, we compile nothing. The upstream doesn't provide packages for aarch64, neither can we. So you can only direct your request to the upstream.

janat08 commented on 2021-02-14 15:42 (UTC)

Can this be compiled for aarch64 plz? I got single board computer with arm processor.

abk commented on 2021-02-03 08:09 (UTC)

➜  ~ grep -A1 "Prod:" ~/.Upwork/Upwork/Logs/upwork.2*.log | tail -n 2 | awk '{$1=""; print $0}'
 Prod:
 version: '5.5.0.0',

alexzk commented on 2021-01-28 11:35 (UTC)

Now it downloads 5.5.0.0. as update.deb However there is no such download on site yet. Maybe it's time to repack that update.deb for you? I just did manual files overwrite here on file system.

groonya commented on 2020-10-01 11:50 (UTC)

@msheremet thank you for your support!

msheremet commented on 2020-10-01 09:40 (UTC) (edited on 2020-10-01 09:48 (UTC) by msheremet)

Changed dependency for compatibility with older systems.

util-linux-libs is a replacement for old libutil-linux package in core Arch repository.

SI7RUs commented on 2020-10-01 08:14 (UTC) (edited on 2020-10-01 10:03 (UTC) by SI7RUs)

util-linux-libs-selinux conflicts with libutil-linux, cannot install 5.4.7.1 edit: changing the depends to this line builds for me.

depends=(alsa-lib gtk3 libp11-kit libxss nss libutil-linux)

and then

git clone <url> && makepkg -i.

edit 2: now works out of the box, thanks

groonya commented on 2020-10-01 06:28 (UTC)

Why did you add util-linux-libs as a dependecy? In my system it tries to install util-linux-selinux which conflicts with libutil-linux.