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.002305
First Submitted: 2015-05-05 17:51 (UTC)
Last Updated: 2024-10-31 03:32 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 Next › Last »

<deleted-account> commented on 2013-07-18 03:08 (UTC)

FIXED. Use this PKGBUILD instead: # Package build for the linux oDesk Team client # Maintainer: der_FeniX <derfenix dot gmail.com> # Contributor: Stephen Weinberg <[firstname]@q5comm.com> CARCH=`uname -m` if [[ $CARCH == 'x86_64' ]] then CARCH='x86_64' else CARCH='i586' fi pkgname=odeskteam pkgver=3.2.59 pkgrel=5 pkgdesc="The oDesk Team client for odesk.com" arch=('i686' 'x86_64') provides=('godesk') replaces=('godesk') conflicts=('godesk') url="http://www.odesk.com/downloads" license=('custom:ODESK TEAM LICENSE AGREEMENT') source=("https://www.odesk.com/downloads/linux/$pkgname-$pkgver-opensuse_12.1.$CARCH.rpm" "odeskteam.desktop") makedepends=('rpmextract') if [[ $CARCH == 'x86_64' ]] then md5sums=('230c5fa714c9b16bfac794b1468fdfec' 'd5d155a48fb90db78096e1f74a618e78') else md5sums=('a616c0ba2ab8ff149b89d5e70860eadc' 'd5d155a48fb90db78096e1f74a618e78') fi build() { rpmextract.sh $pkgname-$pkgver-opensuse_12.1.$CARCH.rpm } package() { cd $srcdir mkdir $pkgdir/usr cp -R $srcdir/usr/* $pkgdir/usr/ # Move licence to licences dir mkdir -p $pkgdir/usr/share/licenses/$pkgname mv "$srcdir/usr/share/doc/packages/odeskteam/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING" # Install .desktop file install -D -m 644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" }

<deleted-account> commented on 2013-04-24 19:56 (UTC)

I got it to build by editing the PKGBUILD and removing line 40. It is also missing the dependency qt4 to be able to run.

dare023 commented on 2012-11-07 12:59 (UTC)

@elamskoy : Thank you man!This is at least some update.Cannot build this one from AUR.

el_aur commented on 2012-11-06 22:34 (UTC)

guys, there is already built odeskteam for archlinux http://developers.odesk.com/w/browse/#view=ViewFolder&param=Clients-Linux-v3 I was looking for official packages and found this one page on odesk portal. Look here for modification date: it looks like odeskteam-3.2.57-arch-x86_64.pkg.tar.xz and i686 are 6 days old.

dare023 commented on 2012-10-01 17:13 (UTC)

Unable to build. It suggests to add arch=('i586'),but fails with "package odeskteam-3.2.59-5-i586 does not have a valid architecture"

der_fenix commented on 2012-08-25 12:05 (UTC)

PKGBUILD updated. Because the version for archlinux is not available for now, I take version for opensuse. Tested on x86_64 and may have troubles on i686, because opensuse uses i586 arch. Any comments are welcome

<deleted-account> commented on 2012-08-22 07:49 (UTC)

URL mentioned below to download official arch package is not available now, but I found a newer version of the client here: http://developers.odesk.com/w/page/31026115/oDesk%20Team%20Client%20pre-Beta

louipc commented on 2010-09-26 15:27 (UTC)

You should encourage upstream to not host the package as a zip. Haha. They should also fix the url and license. Do you mind if I orphan this? Seems like kin would want to update it.

<deleted-account> commented on 2010-08-28 23:28 (UTC)

Updated PKGBUILD # Package build for the linux oDesk Team client # Maintainer: Stephen Weinberg <[firstname]@q5comm.com> # Contributor: Chris Modjeska <kurisui@gmail.com> pkgname=godesk pkgver=2.0.3 pkgrel=1 pkgdesc="The oDesk Team client for odesk.com" arch=('i686' 'x86_64') url="http://www.odesk.com/downloads" license=('custom:ODESK TEAM LICENSE AGREEMENT') source=("http://www.odesk.com/community/system/files/$pkgname-$pkgver-$pkgrel-$arch.pkg_.tar.xz_.zip" "godesk.desktop") md5sums=('74076fc9ee1222f9f80728b8e1c0bf83' '6cac28eae254918a9646ab11ced6f819') build() { cd $pkgdir tar -xvf $srcdir/$pkgname-$pkgver-$pkgrel-$arch.pkg.tar.xz # Install .desktop file install -D -m 644 "$srcdir/godesk.desktop" "$pkgdir/usr/share/applications/godesk.desktop" || return 1 }

<deleted-account> commented on 2010-08-27 07:05 (UTC)

I am flagging my package out of date. I have apparently pestered them enough that they have made an OFFICIAL arch package! You can download it at http://www.odesk.com/community/node/234. This package was compiled for arch and therefore is better than anything I could ever make. -- Stephen