summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2eafcaddb9e2..276253d40ddb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nctelegram-git
pkgdesc = A ncurse Telegram client developed in Python
- pkgver = 0.9.5.r0.g2ce4638
+ pkgver = 0.9.6.r0.g1509f30
pkgrel = 1
url = https://github.com/Nanoseb/ncTelegram
arch = any
@@ -9,6 +9,7 @@ pkgbase = nctelegram-git
makedepends = python-distribute
depends = python
depends = python-urwid
+ depends = python-psutil
depends = pytg>=0.4.10
optdepends = libnotify: library to display notifications
optdepends = libcaca: library to display inline images
diff --git a/PKGBUILD b/PKGBUILD
index 4cd1fc3c58aa..1714a2e9628f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=nctelegram
_gitname=ncTelegram
pkgname=${_pkgname}-git
-pkgver=0.9.5.r0.g2ce4638
+pkgver=0.9.6.r0.g1509f30
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.10')
+depends=('python' 'python-urwid' 'python-psutil' 'pytg>=0.4.10')
makedepends=('git' 'python-distribute')
optdepends=(
'libnotify: library to display notifications'