Package Details: wayscriber 0.9.10-1

Git Clone URL: https://aur.archlinux.org/wayscriber.git (read-only, click to copy)
Package Base: wayscriber
Description: Screen annotation tool for Wayland compositors
Upstream URL: https://wayscriber.com
Licenses: MIT
Conflicts: wayscriber-debug
Replaces: wayscriber-debug
Submitter: omarcher
Maintainer: omarcher
Last Packager: omarcher
Votes: 4
Popularity: 1.18
First Submitted: 2025-10-23 17:45 (UTC)
Last Updated: 2026-02-13 18:04 (UTC)

Latest Comments

murlakatamenka commented on 2026-01-24 03:12 (UTC) (edited on 2026-01-24 03:31 (UTC) by murlakatamenka)

Please use git tags + checksums, there is no need in git to simply pull source tarball.

Sample PKGBUILD:

https://gitlab.archlinux.org/archlinux/packaging/packages/fd/-/blob/main/PKGBUILD

omarcher commented on 2025-12-11 09:58 (UTC)

It was fixed @xircon

xircon commented on 2025-12-08 17:39 (UTC)

Not building:

fatal: invalid reference: v0.8.8

omarcher commented on 2025-11-27 08:15 (UTC) (edited on 2025-11-27 08:37 (UTC) by omarcher)

Yes, hyprmarker package and related bits we can get get rid of. I made a deletion request.

Thanks.

sakaru commented on 2025-11-26 16:27 (UTC)

What is the purpose of the pre_install and pre_upgrade hooks as they are? I think they should be removed.

I also think the conflicts and provides can be removed, and a deletion request made for the hyprmarker package.

omarcher commented on 2025-11-04 06:20 (UTC)

@benz thanks, should be fixed now. I was using 1.90, tested now with 1.85, should work.

benz commented on 2025-10-30 05:13 (UTC)

doesnt compile:

error[E0658]: use of unstable library feature file_lock --> src/session/storage.rs:130:19 | 130 | lock_file.unlock().unwrap_or_else(|err| { | ^^^^^^ | = note: see issue #130994 https://github.com/rust-lang/rust/issues/130994 for more information

error[E0658]: use of unstable library feature file_lock --> src/session/storage.rs:125:14 | 125 | .lock_shared() | ^^^^^^^^^^^ | = note: see issue #130994 https://github.com/rust-lang/rust/issues/130994 for more information