summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88850f0f82b9..490853ec42ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = telegram-tg-git
arch = any
license = Unlicense
makedepends = git
+ makedepends = python-setuptools
depends = python-telegram
depends = python3
optdepends = libnotify: for notifications, you could also use other programs: see config
diff --git a/PKGBUILD b/PKGBUILD
index 8152ce7eacb6..71420f97e3e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="https://github.com/paul-nameless/tg"
license=('Unlicense')
depends=('python-telegram' 'python3')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
optdepends=(
'libnotify: for notifications, you could also use other programs: see config'
'ffmpeg: to record voice msgs and upload videos correctly'