summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b90dcb0d6de..ed84e4cf34c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = telegram-tg-git
pkgdesc = terminal telegram client that really works
- pkgver = 0.11.0.r1.bba72ef
+ pkgver = 0.17.0.r4.7511565
pkgrel = 1
url = https://github.com/paul-nameless/tg
arch = any
license = Unlicense
makedepends = git
- makedepends = python-setuptools
depends = python-telegram=0.14.0
depends = python3
+ depends = python-setuptools
optdepends = libnotify: for notifications, you could also use other programs: see config
optdepends = ffmpeg: to record voice msgs and upload videos correctly
optdepends = urlview: to choose urls when there is multiple in message, use URL_VIEW in config file to use another app, it should accept urls in stdin
diff --git a/PKGBUILD b/PKGBUILD
index f30384ee8d40..852fabdb9363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: j.r <j.r@jugendhacker.de>
_pkgname=telegram-tg
pkgname=$_pkgname-git
-pkgver=0.11.0.r1.bba72ef
+pkgver=0.17.0.r4.7511565
pkgrel=1
pkgdesc="terminal telegram client that really works"
arch=(any)
url="https://github.com/paul-nameless/tg"
license=('Unlicense')
-depends=('python-telegram=0.14.0' 'python3')
-makedepends=('git' 'python-setuptools')
+depends=('python-telegram=0.14.0' 'python3' 'python-setuptools')
+makedepends=('git')
optdepends=(
'libnotify: for notifications, you could also use other programs: see config'
'ffmpeg: to record voice msgs and upload videos correctly'