Package Details: chatterino2-git 2.5.2.r168.gd2ed3bb-1

Git Clone URL: https://aur.archlinux.org/chatterino2-git.git (read-only, click to copy)
Package Base: chatterino2-git
Description: Second installment of the Twitch chat client series "Chatterino", dev/git version
Upstream URL: https://chatterino.com
Keywords: chatterino chatterino2 twitch
Licenses: MIT
Conflicts: chatterino
Provides: chatterino
Submitter: Ckat
Maintainer: Ckat (Danis, pajlada, chatterino2-ci)
Last Packager: pajlada
Votes: 42
Popularity: 1.55
First Submitted: 2017-10-13 21:38 (UTC)
Last Updated: 2025-03-14 19:59 (UTC)

Pinned Comments

Ckat commented on 2020-02-28 17:56 (UTC) (edited on 2021-09-05 10:41 (UTC) by Ckat)

if you get some error launching chatterino about libboost or other system libs, try recompiling (just install the package again and it'll recompile from latest source) before complaining.

also, -git packages cannot go out of date, unless they stop compiling. pkgver is updated every build, you the user are responsable to regularly rebuild it if you want the latest git version built.

TLDR; please stop flagging it out of date unless it doesnt build anymore.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

CommodoreCrunch commented on 2022-10-31 04:01 (UTC)

New 7TV emote support requires qt5-imageformats

pajlada commented on 2021-09-26 08:39 (UTC)

@johnsane Have you tried to clean build the project? If you have, please post the full build log instead of just flagging the build out of date.

micwoj92 commented on 2021-05-03 20:57 (UTC)

Oh well, I already commented on issues 2491 and 2499.

pajlada commented on 2021-05-03 20:55 (UTC) (edited on 2021-05-03 20:55 (UTC) by pajlada)

Please do not push every commit update, it is completely unnecessary.

@micwoj92 We're currently holding a discussion surrounding this over at https://github.com/Chatterino/chatterino2/discussions/2736 - please come help educate!

micwoj92 commented on 2021-05-02 22:27 (UTC)

Please do not push every commit update, it is completely unnecessary.

chatterino2-ci commented on 2021-03-06 14:07 (UTC)

@gedda Thank you! Pushed a version removing the humanize submodule.

gedda commented on 2021-03-04 17:42 (UTC)

As of https://github.com/Chatterino/chatterino2/pull/2422 the humanize src in PKGBUILD is redundant I believe.

EinBaum commented on 2021-01-08 21:18 (UTC)

@Ckat I'm sorry, you are right. pkgconf is in base-devel.

(I have a theory about what happened: I installed arch in 2017 when pkgconf wasn't in that group and you don't get notified by pacman when package groups change. The solution is to reinstall base-devel manually)

Ckat commented on 2021-01-08 14:20 (UTC)

for aur packages the base-devel group is expected to be isntalled, this includes pkgconf. this means theres no need to explicitely makedep pkgconf. https://wiki.archlinux.org/index.php/PKGBUILD#makedepends

EinBaum commented on 2020-12-27 16:46 (UTC)

@pajlada I've installed pkgconf and it solved the problem. Please add 'pkgconf' to makedepends in PKGBUILD.

Thank you for the quick response! Both issues are resolved.