Upwork is updated and they decided to add a feature to close the app if it's not updated. So, any updates?
Search Criteria
Package Details: upwork 5.8.0.35-2
Package Actions
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.002449 |
First Submitted: | 2015-05-05 17:51 (UTC) |
Last Updated: | 2024-10-31 03:32 (UTC) |
Dependencies (4)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxss
- nss (nss-hgAUR)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 26 Next › Last »
ittru commented on 2023-11-15 19:32 (UTC)
urbenlegend commented on 2023-06-19 18:18 (UTC)
Here's the updated PKGBUILD if y'all need it immediately.
# Maintainer: Yurii Kolesnykov <root@yurikoles.com>
#
# PRs are welcome here: https://github.com/yurikoles-aur/upwork
#
pkgname=upwork
_pkgname='Upwork'
pkgver=5.8.0.31
_hashver='b7b2c82d2557407d'
pkgrel=0
pkgdesc='Track your time for Hourly Payment Protection. Stay connected.'
arch=(x86_64)
url='https://www.upwork.com/ab/downloads/?os=linux'
license=(custom)
depends=(alsa-lib gtk3 libxss nss)
conflicts=(upwork-beta)
_useragent="User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0"
_rawver=${pkgver//./_}
DLAGENTS=("https::/usr/bin/curl --tlsv1.3 -H ${_useragent// /\\ } %u -o %o")
source=(https://upwork-usw2-desktopapp.upwork.com/binaries/v${_rawver}_${_hashver}/upwork_${pkgver}_amd64.deb
LICENSE)
sha256sums=('b5057abf453ac71a8197b9d06818574ab73d8affbb48f1df0014e22494039cf2'
'793d8d7bc0f088c48798bda3d5483972636c6b8c5dcd9aeaf85411f7d4547b38')
prepare() {
bsdtar -xpf data.tar.xz
}
package() {
# Base
local _optdir="${pkgdir}"/opt/${_pkgname}
install -dm755 "${_optdir}"
cp -dr --no-preserve=ownership opt/${_pkgname}/* "${_optdir}"
# Code ref: https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/templates/linux/after-install.tpl
# SUID chrome-sandbox for Electron 5+
test -e "${_optdir}"/chrome-sandbox && chmod 4755 "${_optdir}"/chrome-sandbox || true
# Exec
install -dm755 "${pkgdir}"/usr/bin/
ln -s /opt/${_pkgname}/${pkgname} "${pkgdir}"/usr/bin/
# Menu
install -Dm644 usr/share/applications/${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop
# Icons
install -dm755 "${pkgdir}"/usr/share
cp -dr --no-preserve=ownership usr/share/icons "${pkgdir}"/usr/share
# License
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}
tamer_arch commented on 2023-06-17 14:21 (UTC)
New version is out there , need update
Snayler commented on 2023-06-17 07:07 (UTC) (edited on 2023-06-17 07:41 (UTC) by Snayler)
@urbenlegend I had the same issue for about 3 or 4 work sessions, but it only happened on a laptop I used while traveling. The desktop install at my office, although the same version, was taking the screenshots correctly. I don't know why, but it seems the laptop install started working as expected again out of nowhere, without any new updates on the Upwork app. It started working again after an OS update, so maybe something was interfering with the screenshots. Manjaro here (Arch based OS).
urbenlegend commented on 2023-03-02 23:34 (UTC)
Anyone else notice that Upwork is unable to take fresh screenshots after the first screenshot? It keeps putting the same image into my work diary and making me look like I am just staring at the same thing for hours on end.
I found this support post: https://community.upwork.com/t5/Support-Forum/Upwork-tracker-taking-same-screenshots/td-p/1202612
but support just flat out says they don't support ArchLinux without properly investigating. I am wondering if its an ArchLinux specific issue.
yurikoles commented on 2022-11-21 17:00 (UTC)
@ge3224
gdk-pixbuf2
is a dependency of gtk3
on which this package depends.
ge3224 commented on 2022-10-13 15:19 (UTC) (edited on 2022-10-13 15:20 (UTC) by ge3224)
There's an issue because of the following dependency: gdk-pixbuf
. I ended up converting the deb package with debtap
and changing gdk-pixbuf
to gdk-pixbuf-xlib
inside .PKGINFO.
msheremet commented on 2022-09-16 04:22 (UTC)
Hi guys, did you miss me? ;) Meet upwork-beta package. @yurikoles, please add upwork-beta to "conflicts" section.
Joey38 commented on 2022-09-15 13:35 (UTC)
It is not working anymore. Maybe its because it's flagged as out-of-date ? Apparently the deb package now has a new version. I tried changing it in the PKGBUILD, but the result is the same : "Fail to download file://upwork_5.6.10.26_amd64.deb" (the error message was translated from my language) There is an fast fix that i could do on my own to install it ?
Pinned Comments