Package Details: sunroof 1.6.1-5

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.119431
First Submitted: 2024-05-12 04:00 (UTC)
Last Updated: 2024-07-27 20:36 (UTC)

Dependencies (6)

Required by (0)

Sources (3)

Latest Comments

JL2210 commented on 2024-09-04 17:49 (UTC)

EOL in favor of Equibop

AenderErSeje commented on 2024-07-24 10:25 (UTC)

PKGBUILD currently installs 1.6.1-3 To fix this, change line 8 to pkgrel=4

c0rtx commented on 2024-07-20 01:03 (UTC)

thank you

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.