Package Details: sunroof 1.6.0-3

Git Clone URL: https://aur.archlinux.org/sunroof.git (read-only, click to copy)
Package Base: sunroof
Description: Sunroof is a Vesktop fork that gives you the performance of web Discord and the comfort of Discord Desktop, with additional plugins
Upstream URL: https://github.com/verticalsync/Sunroof
Licenses: GPL3
Conflicts: sunroof-bin
Submitter: c0rtx
Maintainer: c0rtx
Last Packager: c0rtx
Votes: 1
Popularity: 0.52
First Submitted: 2024-05-12 04:00 (UTC)
Last Updated: 2024-06-17 21:51 (UTC)

Dependencies (5)

Required by (0)

Sources (3)

Latest Comments

monarc99 commented on 2024-06-18 07:17 (UTC)

In the me.verticalsync.sunroof.desktop the wrong binary is started:

Exec=/usr/bin/suncord

it should be /usr/bin/sunroof

c0rtx commented on 2024-06-17 21:55 (UTC)

fixed + updated thank you

imkali commented on 2024-05-25 15:56 (UTC)

PKGBUILD has makedepends=('pnpm nodejs') which throws error ==> ERROR: makedepends contains invalid characters: ' '

Can be fixed by changing to makedepends=('pnpm' 'nodejs')

Otherwise works fine. I'm new to Arch + the AUR btw, so please lmk if something I said is wrong.