diff options
author | j.r | 2021-05-31 09:19:07 +0200 |
---|---|---|
committer | j.r | 2021-05-31 09:19:07 +0200 |
commit | dd02054904f2176584f484a1e51dbfa3693cce60 (patch) | |
tree | a04f7835eef29adcaf2d6e1d68830715137a24de | |
parent | 79f2ced85a7d7ac11c5f8d07bf352a2d215d4b96 (diff) | |
download | aur-dd02054904f2176584f484a1e51dbfa3693cce60.tar.gz |
telegram-tg(-git): python-setuptools as run dep
Apparently python-setuptools is also needed during run time
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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' |