summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonnieey2021-08-08 11:59:04 +0300
committerJonnieey2021-08-08 11:59:04 +0300
commit19a05f254c36ecf734c69c266760a88435cfd549 (patch)
tree0d1ed8171a848150488d3bae3efed29b19f3c5b2 /PKGBUILD
parentf5d0eea94dcab21d7bc31a952489060d106e2544 (diff)
downloadaur-19a05f254c36ecf734c69c266760a88435cfd549.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74d7edf1746a..d1860cac3da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Your Name <johnjahi55@gmail.com>
_pkgname=nchat
pkgname=${_pkgname}-git
-pkgver=2.02.r2.g8ec85a6
+pkgver=2.04.r0.g60760e1
pkgrel=1
pkgdesc="nchat is a console-based chat client for Linux and macOS with support for Telegram."
arch=('any')
@@ -9,11 +9,9 @@ url="https://github.com/d99kris/nchat"
license=('MIT')
depends=('ncurses' 'ccache' 'cmake' 'gperf' 'help2man' 'readline' 'openssl' 'zlib' 'sqlite' 'go' 'file')
-# depends=('ncurses' 'ccache' 'cmake' 'gperf' 'help2man' 'readline' 'openssl' 'ncurses' 'zlib', 'php', 'clang') #dependancies for slow mode (low memory/RAM systems)
-
makedepends=('git')
-provides=('nchat')
-conflicts=('nchat')
+provides=('nchat-git')
+conflicts=('nchat-git' 'nchat')
source=("git+$url")
md5sums=('SKIP')