Package Details: stoat-desktop-git 1.3.0.r3.gd1bf862-1

Git Clone URL: https://aur.archlinux.org/stoat-desktop-git.git (read-only, click to copy)
Package Base: stoat-desktop-git
Description: Stoat for Desktop.(Use system-wide electron)
Upstream URL: https://stoat.chat/
Keywords: chat electron stoat
Licenses: AGPL-3.0-only
Conflicts: stoat-desktop
Provides: stoat-desktop
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 11
Popularity: 0.57
First Submitted: 2026-01-20 03:37 (UTC)
Last Updated: 2026-03-31 04:43 (UTC)

Dependencies (7)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2

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