summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2021-05-31 09:19:07 +0200
committerj.r2021-05-31 09:19:07 +0200
commitdd02054904f2176584f484a1e51dbfa3693cce60 (patch)
treea04f7835eef29adcaf2d6e1d68830715137a24de
parent79f2ced85a7d7ac11c5f8d07bf352a2d215d4b96 (diff)
downloadaur-dd02054904f2176584f484a1e51dbfa3693cce60.tar.gz
telegram-tg(-git): python-setuptools as run dep
Apparently python-setuptools is also needed during run time
-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'