Package Details: whatsie-git 4.14.2.r0.gc478a7d-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: robertfoster
Last Packager: robertfoster
Votes: 4
Popularity: 0.51
First Submitted: 2022-06-16 12:28 (UTC)
Last Updated: 2023-12-01 09:02 (UTC)

Latest Comments

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