summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornanoseb2016-03-19 15:32:17 +0000
committernanoseb2016-03-19 15:32:17 +0000
commitc5b311ea1530633ba0bcba4bbee8fcbd6d3e7656 (patch)
tree2e00be43ada202b5a058d1daaecae0084ec384ed /PKGBUILD
parentb5e4798ae6c77c24dc8c85a30bacd341fed28acb (diff)
downloadaur-c5b311ea1530633ba0bcba4bbee8fcbd6d3e7656.tar.gz
delete telegram-cli from dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bffc63a3a0d..b3c3aaa6f3fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@ _pkgname=nctelegram
_gitname=ncTelegram
pkgname=${_pkgname}-git
pkgver=0.9.1.r8.g013f3be
-pkgrel=1
+pkgrel=2
pkgdesc="A ncurse Telegram client developed in Python"
arch=('any')
url="https://github.com/Nanoseb/ncTelegram"
license=('GPL3')
-depends=('python' 'telegram-cli-git' 'python-urwid' 'pytg=0.4.5')
+depends=('python' 'python-urwid' 'pytg=0.4.5')
makedepends=('git' 'python-distribute')
optdepends=(
'libnotify: library to display notifications'