Package Details: typeracer-bin 2.1.5-2

Git Clone URL: https://aur.archlinux.org/typeracer-bin.git (read-only, click to copy)
Package Base: typeracer-bin
Description: Terminal typing speed tester
Upstream URL: https://gitlab.com/ttyperacer/terminal-typeracer
Keywords: terminal typing
Licenses: GPL3
Conflicts: typeracer
Provides: typeracer
Submitter: orhun
Maintainer: orhun
Last Packager: orhun
Votes: 3
Popularity: 0.000000
First Submitted: 2020-10-20 16:31 (UTC)
Last Updated: 2025-06-16 13:58 (UTC)

Latest Comments

1 2 Next › Last »

orhun commented on 2025-06-16 13:53 (UTC)

Updated & pushed

tee commented on 2025-06-16 13:30 (UTC)

This URL is: https://gitlab.com/-/project/12380631/uploads/67a30aa09144ab2be3a52ca05194ee22/typeracer

orhun commented on 2025-06-11 15:27 (UTC)

Ah yes, upstream seems 404: https://gitlab.com/ttyperacer/terminal-typeracer/uploads/67a30aa09144ab2be3a52ca05194ee22/typeracer

svert commented on 2025-06-11 12:20 (UTC)

I tried that and got the same error. makepkg fails with

==> Validating source_x86_64 files with sha512sums...
    typeracer-bin-2.1.5 ... NOT FOUND
    typeracer-bin-2.1.5-README.md ... Passed
==> ERROR: One or more files did not pass the validity check!

which seems to show that the binary isn't being downloaded properly. Thanks for the help by the way!

orhun commented on 2025-06-11 08:42 (UTC)

Just built in a clean chroot and everything seems fine to me

orhun commented on 2025-06-11 08:35 (UTC)

Can you remove the ".part" file and try again?

svert commented on 2025-06-10 21:19 (UTC)

I'm getting the following curl error when building this package:

curl: (22) The requested URL returned error: 404
mv: cannot stat '/home/USER/.cache/paru/clone/typeracer-bin/typeracer-bin-2.1.5.part': No such file or directory

Perhaps the source URL of the binaries has changed?

focusaurus commented on 2023-12-05 17:44 (UTC)

Yup. Confirmed fixed. Thank you!

orhun commented on 2023-12-05 17:41 (UTC)

Should be fixed now :3

focusaurus commented on 2023-12-05 15:38 (UTC) (edited on 2023-12-05 15:39 (UTC) by focusaurus)

When I download this package's source files, the sha512sum for the executable does not match what is in the PKGBUILD file.

ls -lh  && sha512sum *                     
total 9.5M
-rw-r--r-- 1 plyons plyons 2.6K Dec  5 10:35 README.md
-rw-r--r-- 1 plyons plyons 9.5M Nov 24 13:49 typeracer
4d7cc472ae40c2b939ec7d5e569e1bfae51645c399c924cb4ca8f2fad3bd52afd0f9c0ecff2e55e8d8f0f2d446042538448ab104bec238a10cb32e5e986b9696  README.md
7ae20a569a30cc9b708d149ec4a45f697922e8862c4f925f259ba6b41a4b43b97d908bd9290c37f7451a947c2b9fc7a3e9a582dcc47e7991d85171b3c2aa5f37  typeracer

PKGBUILD:

source_x86_64=("$pkgname-$pkgver::$url/uploads/$_md5/${pkgname%-bin}"
              "$pkgname-$pkgver-README.md::$url/-/raw/v$pkgver/README.md")
sha512sums_x86_64=('36a4ec600a29b942d62723663cd11e407a4ac3a6e676e12339cdf5085fa179af3ad1374eba69c02d429a3bdb7cb2372b82c7e103ee91122dda8ebbf5f843703c'
                   '4d7cc472ae40c2b939ec7d5e569e1bfae51645c399c924cb4ca8f2fad3bd52afd0f9c0ecff2e55e8d8f0f2d446042538448ab104bec238a10cb32e5e986b9696')