Package Details: rescuetime2 2.16.5.1-2

Git Clone URL: https://aur.archlinux.org/rescuetime2.git (read-only, click to copy)
Package Base: rescuetime2
Description: Application time-tracking for Linux. Stable version
Upstream URL: https://www.rescuetime.com
Keywords: rescuetime rescuetime2
Licenses: proprietary
Conflicts: rescuetime
Submitter: ElXreno
Maintainer: ElXreno
Last Packager: ElXreno
Votes: 61
Popularity: 0.000065
First Submitted: 2019-01-06 07:02 (UTC)
Last Updated: 2021-01-13 07:21 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11

redw0lf commented on 2016-04-12 11:33 (UTC)

I updated the pkgbuild. hopefully its of some use.. # Maintainer: Limao Luo <luolimao+AUR@gmail.com> # Contributor: kaptoxic pkgname=rescuetime pkgver=2.9.10.1250 pkgrel=1 pkgdesc="Application time-tracking for Linux. Stable version" arch=(i686 x86_64) url=https://www.rescuetime.com license=(GPL2) depends=(qt4 xorg-xprop xprintidle) conflicts=($pkgname-beta) install=$pkgname.install changelog=$pkgname.changelog if [[ $CARCH == "x86_64" ]] then _suffix=amd64 md5sums=('EDF834B60A6223560CF5B4CA7040510F') else _suffix=i386 md5sums=('19F3CD816FBF98C24190B9222A3F9325') fi source=($url/installers/rescuetime_current_$_suffix.deb) package() { bsdtar -xf data.tar.gz install -Dm755 usr/bin/$pkgname "$pkgdir"/usr/bin/$pkgname install -Dm755 usr/share/$pkgname/curl-ca-bundle.crt "$pkgdir"/usr/share/$pkgname/curl-ca-bundle.crt }

nekinie commented on 2016-04-07 16:38 (UTC)

Flagged out-of-date ref wanderingfree's comments

wanderingfree commented on 2016-04-03 09:17 (UTC)

md5sums are out of date. Latest x86_64 md5sum is : EDF834B60A6223560CF5B4CA7040510F Lastest i386 md5sum is : 19F3CD816FBF98C24190B9222A3F9325 Also, the deb package copies a file (curl-ca-bundle.crt) to /usr/share/rescuetime . The PKGBUILD misses this step, which results in an error when the application is started. In the meantime while the package is being updated, you can download the current build from rescuetime's website (https://www.rescuetime.com/installers/rescuetime_current_{$arch}.deb) and unpack it to get the file.

outofdate2 commented on 2016-03-09 18:54 (UTC)

update pls. @FedorinoGore @kaptoxic

FedorinoGore commented on 2016-03-01 17:21 (UTC)

I'll take it

svenstaro commented on 2016-02-29 08:19 (UTC)

No maintainer action, orphaning. Feel free to take over.

inorbit commented on 2016-01-22 06:31 (UTC)

Any chance of getting an update for this? Thank you in advance.

mfindeisen commented on 2016-01-19 11:06 (UTC)

Both md5sums are out of date. x86_64 is 12995aeec874348fab339f384756c802 and i386 is 6499323aa57af9654b00cd1f346c3651 at the moment.

aspirogrammer commented on 2015-12-19 18:29 (UTC)

Try now, should be fine.

borisjoffe commented on 2015-12-19 04:08 (UTC)

I'm getting the following error when trying to install: ==> Retrieving sources... -> Found rescuetime_current_i386.deb ==> ERROR: Integrity checks are missing. :: failed to verify rescuetime integrity It seems that the sha1sum for the i386 architecture is missing.