summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dbaee2815e7..d424821a4872 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nctelegram-git
pkgdesc = A ncurse Telegram client developed in Python
- pkgver = 0.9.3.r0.g70c66dd
+ pkgver = 0.9.4.r0.g94cdaf4
pkgrel = 1
url = https://github.com/Nanoseb/ncTelegram
arch = any
@@ -9,7 +9,7 @@ pkgbase = nctelegram-git
makedepends = python-distribute
depends = python
depends = python-urwid
- depends = pytg>=0.4.6
+ depends = pytg>=0.4.10
optdepends = libnotify: library to display notifications
optdepends = libcaca: library to display inline images
optdepends = ttf-symbola: font for emoji
diff --git a/PKGBUILD b/PKGBUILD
index 28253e9c5fe4..6d623bc7ca16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=nctelegram
_gitname=ncTelegram
pkgname=${_pkgname}-git
-pkgver=0.9.3.r0.g70c66dd
+pkgver=0.9.4.r0.g94cdaf4
pkgrel=1
pkgdesc="A ncurse Telegram client developed in Python"
arch=('any')
url="https://github.com/Nanoseb/ncTelegram"
license=('GPL3')
-depends=('python' 'python-urwid' 'pytg>=0.4.6')
+depends=('python' 'python-urwid' 'pytg>=0.4.10')
makedepends=('git' 'python-distribute')
optdepends=(
'libnotify: library to display notifications'