Package Details: revolt-desktop-git 1.0.8.r0.gd668949-1

Git Clone URL: https://aur.archlinux.org/revolt-desktop-git.git (read-only, click to copy)
Package Base: revolt-desktop-git
Description: User-first chat platform built with modern web technologies.(Use system-wide electron)
Upstream URL: https://github.com/revoltchat/desktop
Keywords: electron revolt
Licenses: AGPL-3.0-only
Conflicts: revolt-desktop
Provides: revolt-desktop
Submitter: insertish
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 7
Popularity: 0.000083
First Submitted: 2021-08-02 14:50 (UTC)
Last Updated: 2024-11-21 09:57 (UTC)

Dependencies (7)

Required by (0)

Sources (2)

Latest Comments

Hanabishi commented on 2022-07-15 21:54 (UTC) (edited on 2022-07-15 22:00 (UTC) by Hanabishi)

@insertish, just update your .SRCINFO file. Do you even read the wiki? https://wiki.archlinux.org/title/.SRCINFO
Basically just do

makepkg --printsrcinfo > .SRCINFO

every time prior to making a new commit.

insertish commented on 2022-05-10 15:49 (UTC) (edited on 2022-05-10 15:50 (UTC) by insertish)

I cannot for the life of me figure out how to fix the package version so it actually updates (actually it's more-so the case that it's permanently updating, but the current version is not reflected on aurweb). If someone has something, please let me know.

I've tried epoch with both reasonable and extreme values but it just seems to be ignored.

If you have a solution, please let me know here ideally: https://github.com/revoltchat/desktop/issues/new

dusansimic commented on 2022-03-18 10:46 (UTC)

Hi! I think there should be revolt-desktop in conflicts array (wiki) alongside the provides array.

yochananmarqos commented on 2021-09-13 15:56 (UTC)

@insertish: Please use tags to generate the pkgver:

pkgver() {
    cd "$srcdir/desktop"
    git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
1.0.2.r0.g97298ab

insertish commented on 2021-08-02 22:36 (UTC)

I'm not sure how to reply here, but hopefully I've addressed those issues. I removed the conflicts and added a pkgver()

FabioLolix commented on 2021-08-02 17:54 (UTC)

Hello, conflicts revolt-desktop-bin is not needed (as an eventual revolt-desktop-bin need only to provide/conflict revolt-desktop)

A pkgver function is missing https://wiki.archlinux.org/title/VCS_package_guidelines#The_pkgver()_function