Package Details: nchat-git 4.50.r41.g9ebe018-1

Git Clone URL: https://aur.archlinux.org/nchat-git.git (read-only, click to copy)
Package Base: nchat-git
Description: console-based chat client with support for Telegram
Upstream URL: https://github.com/d99kris/nchat
Licenses: MIT
Conflicts: nchat
Provides: nchat
Submitter: jonnieey
Maintainer: jonnieey (xiota)
Last Packager: xiota
Votes: 6
Popularity: 0.92
First Submitted: 2020-10-26 01:12 (UTC)
Last Updated: 2024-05-24 13:42 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

HaoZeke commented on 2024-04-10 19:18 (UTC)

I've been having trouble with VCS related build flags, kept getting set -buildvcs=false. Finally fixed it with:

diff --git i/PKGBUILD w/PKGBUILD
index a4fbb93..163516c 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -2,7 +2,7 @@

 _pkgname="nchat"
 pkgname="${_pkgname}-git"
-pkgver=4.41.r6.gf0e91a37
+pkgver=4.41.r12.g8f7b24e9
 pkgrel=1
 pkgdesc="console-based chat client with support for Telegram"
 url="https://github.com/d99kris/nchat"
@@ -49,7 +49,7 @@ build() {
   )

   cmake "${_cmake_options[@]}"
-  cmake --build build
+ GOFLAGS='-buildvcs=false' cmake --build build
 }

 package() {