Package Details: revolt-desktop-git 1:1.0.7.r13.g2373e7d-1

Git Clone URL: https://aur.archlinux.org/revolt-desktop-git.git (read-only, click to copy)
Package Base: revolt-desktop-git
Description: Open source user-first chat platform.
Upstream URL: https://revolt.chat
Licenses: AGPL3
Conflicts: revolt-desktop
Provides: revolt-desktop
Submitter: insertish
Maintainer: insertish
Last Packager: insertish
Votes: 7
Popularity: 0.006107
First Submitted: 2021-08-02 14:50 (UTC)
Last Updated: 2023-07-22 15:26 (UTC)

Latest Comments

xiota commented on 2023-06-23 00:33 (UTC)

PKGBUILD/.SRCINFO mismatch.

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