summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornanoseb2016-03-19 15:07:22 +0000
committernanoseb2016-03-19 15:07:22 +0000
commitb5e4798ae6c77c24dc8c85a30bacd341fed28acb (patch)
tree800e2d35a0db774356f4c59423711489877421b3 /PKGBUILD
parentce4a54e8f2f58d0e249a07074e8c901629ce077e (diff)
downloadaur-b5e4798ae6c77c24dc8c85a30bacd341fed28acb.tar.gz
add pytg as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 644bbaabdacc..7bffc63a3a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=nctelegram
_gitname=ncTelegram
pkgname=${_pkgname}-git
-pkgver=0.9.1.r4.g2ed19d9
+pkgver=0.9.1.r8.g013f3be
pkgrel=1
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')
+depends=('python' 'telegram-cli-git' 'python-urwid' 'pytg=0.4.5')
makedepends=('git' 'python-distribute')
optdepends=(
'libnotify: library to display notifications'