summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornanoseb2016-03-08 22:27:17 +0000
committernanoseb2016-03-08 22:27:17 +0000
commit88945a03d23b6dbae13f5358f135d48ac18ba884 (patch)
treeddce735b75fc5192dfcc8e230654bc5ede80a5d8 /PKGBUILD
parent524a6d10e8ac5b98af333b7a73dec943c213535e (diff)
downloadaur-88945a03d23b6dbae13f5358f135d48ac18ba884.tar.gz
bug fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ba6ca443b27..adf8837b83b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=nctelegram
_gitname=ncTelegram
pkgname=${_pkgname}-git
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="A ncurse Telegram client developed in Python"
arch=('any')
@@ -11,19 +11,15 @@ license=('GPL3')
depends=('python' 'telegram-cli-git' 'python-urwid')
makedepends=('git' 'python-distribute')
optdepends=(
-'libnotify: library to display notifications',
+'libnotify: library to display notifications'
'libcaca: library to display inline images'
+'ttf-symbola: font for emoji'
)
conflicts=('nctelegram')
provides=('nctelegram')
source=("git+https://github.com/Nanoseb/ncTelegram.git")
md5sums=('SKIP')
-#pkgver() {
-# cd ${_pkgname}
-# git rev-list --count HEAD
-#}
-
package() {
cd "$_gitname"
python setup.py install --root=${pkgdir}