summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornanoseb2016-04-05 20:36:43 +0100
committernanoseb2016-04-05 20:36:43 +0100
commit6b0d810642e30645c5760373d0dca5c7c52d8e2f (patch)
treea6e0eb1b97cf19f7c4cc63971984bcdada3105c9
parent8b0fe62dfc4fd6af0cfe6ae419f37a13e4ff0ba6 (diff)
downloadaur-6b0d810642e30645c5760373d0dca5c7c52d8e2f.tar.gz
update
-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'