Package Details: cryptowatch-desktop-bin 0.7.0-1

Git Clone URL: https://aur.archlinux.org/cryptowatch-desktop-bin.git (read-only, click to copy)
Package Base: cryptowatch-desktop-bin
Description: Charting & trading terminal for cryptocurrency markets
Upstream URL: https://cryptowat.ch/apps/desktop
Keywords: cryptowatch
Licenses: GPL3
Provides: cryptowatch-desktop-bin
Submitter: Djuice
Maintainer: None
Last Packager: Djuice
Votes: 10
Popularity: 0.000060
First Submitted: 2021-02-12 19:12 (UTC)
Last Updated: 2023-05-02 21:22 (UTC)

Pinned Comments

Djuice commented on 2021-09-26 20:16 (UTC)

For those getting the error below, it appears that it's a bug in gtk2/mesa. The application is a binary so I cannot do anything about this atm. I will update this if I find a workaround.

[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
cryptowatch: xcb_io.c:269: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
zsh: abort (core dumped)  cryptowatch

Latest Comments

1 2 Next › Last »

3ndymion commented on 2022-11-29 15:35 (UTC)

Hello all. Please be aware that the new version 0.6.0 has locked all of the usefulness of this program behind a very expensive monthly subscription paywall. I usually don't mind paying money to support development, but they are asking way too much IMO.

Until they bring those prices down, I would highly recommend making updates available, but holding on to v 0.5.2 since it is the last useful version of this great program. It would be nice to have older versions available to everyone as well, if possible.

tiko commented on 2022-11-21 11:04 (UTC)

new version available https://cryptowat.ch/desktop/download/linux-x86-debian/0.6.0

luigibu commented on 2022-08-01 09:39 (UTC)

new version available.

chovy commented on 2022-06-09 18:04 (UTC)

new version available.

chovy commented on 2022-05-22 06:18 (UTC)

New version available.

chovy commented on 2022-05-12 05:58 (UTC)

New update available.

Djuice commented on 2022-02-17 16:01 (UTC)

Please try a cleanbuild if you're getting checksum errors, thanks.

markoff commented on 2022-02-17 11:57 (UTC) (edited on 2022-02-17 11:58 (UTC) by markoff)

 -> error downloading sources: cryptowatch-desktop-bin 
    context: error downloading sources: cryptowatch-desktop-bin 
    context: exit status 1 




==> Making package: cryptowatch-desktop-bin 0.5.0-1 (thu 17 feb 2022 11:54:47)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cryptowatch_desktop
  -> Found cryptowatch.desktop
  -> Found cryptowatch.png
==> Validating source files with sha256sums...
    cryptowatch_desktop ... FAILED
    cryptowatch.desktop ... Passed
    cryptowatch.png ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: cryptowatch-desktop-bin

sinatosk commented on 2021-10-19 16:43 (UTC) (edited on 2021-10-19 16:52 (UTC) by sinatosk)

can I suggest you change your PKGBUILD to the following?

# Maintainer: Djuice <felhamed@gmail.com>
pkgname=cryptowatch-desktop-bin
pkgver=0.4.4
pkgrel=1
pkgdesc="Charting & trading terminal for cryptocurrency markets"

arch=('x86_64')
url="https://cryptowat.ch/apps/desktop"
license=('GPL3')
depends=('gtk2' 'libnotify' 'libxtst' 'nss' 'xdg-utils' 'libxss')
options=('!strip' '!emptydirs')
provides=('cryptowatch-desktop-bin')

source=(
    "cryptowatch_desktop::https://cryptowat.ch/desktop/download/linux/${pkgver}"
    "cryptowatch.desktop"
    "cryptowatch.png"
)

sha256sums=(
    '4327d4f7440b139be8adc032695fbbce98f5f6a11ee9ecd79f1da012c0c80a34'
    'a88d1227a400a63e86a26487a8fbc8d7441a51887abae9513c98edd9acebaca0'
    'e4e2a8c671013a37bdc888680ce2159f2e4222746502a9b0ddc73ff199be00a7'
)

package(){
    install -Dm 775 "${srcdir}/cryptowatch_desktop" "${pkgdir}/usr/bin/cryptowatch"
    install -Dm644 "${srcdir}/cryptowatch.desktop" "${pkgdir}"/usr/share/applications/cryptowatch.desktop
    install -Dm644 "${srcdir}/cryptowatch.png" "${pkgdir}"/usr/share/pixmaps/cryptowatch.png
}

Djuice commented on 2021-09-26 20:16 (UTC)

For those getting the error below, it appears that it's a bug in gtk2/mesa. The application is a binary so I cannot do anything about this atm. I will update this if I find a workaround.

[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
cryptowatch: xcb_io.c:269: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
zsh: abort (core dumped)  cryptowatch