Package Details: whatsie-git 5.0.0.r0.g3e1c02a-1

Git Clone URL: https://aur.archlinux.org/whatsie-git.git (read-only, click to copy)
Package Base: whatsie-git
Description: Fast Light weight WhatsApp Client based on Qt's WebEngine, With lots of settings and packed goodies
Upstream URL: https://github.com/keshavbhatt/whatsie
Keywords: qt web whatsapp
Licenses: MIT
Conflicts: whatsie
Provides: whatsie
Submitter: robertfoster
Maintainer: juditnemeth
Last Packager: tippfehlr
Votes: 4
Popularity: 0.000000
First Submitted: 2022-06-16 12:28 (UTC)
Last Updated: 2026-06-11 21:25 (UTC)

Latest Comments

SolarAquarion commented on 2026-04-01 01:49 (UTC)

you either need to add libnotify-qt (the fork) as a dependency or init the git submodule

DLAN commented on 2026-02-25 19:26 (UTC) (edited on 2026-02-25 19:27 (UTC) by DLAN)

@edarblanco, manually installing icu76 fixes that error. @robertfoster, icu76 should be added as a dependency for whatsie.

edarblanco commented on 2025-11-12 14:22 (UTC)

Well, after updating this morning, this happens to me and when I check the console, this is the message:

whatsie: error while loading shared libraries: libicui18n.so.76: cannot open shared object file: No such file or directory

jonathannerat commented on 2022-06-17 19:42 (UTC)

This patch makes it work for now:

diff --git a/PKGBUILD b/PKGBUILD
index 2f15ab4..9d4ec96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
 pkgver() {
   cd "${pkgname%-git}"

-  printf "%s.r%s.%s" "$(git describe --tags)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+  printf "%s" "$(git describe --tags | sed -r "s/-/./g")"
 }

 build() {

keshavnrj commented on 2022-06-17 13:56 (UTC) (edited on 2022-06-17 13:57 (UTC) by keshavnrj)

This error is happening due to the parsing of pkgver string, this will be fixed soon.

aquilarubra commented on 2022-06-17 12:30 (UTC)

Does not compile:


==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 4.3.1-1-g48b9028.r214.48b9028
 -> error making: whatsie-git