summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d5f6c8bd83c..c818ce3af87b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
pkgver=1.10.8
-pkgrel=1
+pkgrel=2
pkgdesc="Full-featured Telegram client library for Python 3"
arch=('any')
url="https://github.com/LonamiWebs/Telethon"
license=('MIT')
-depends=('python' 'python-pyaes' 'python-rsa' 'python-async_generator' 'python-setuptools')
+depends=('python' 'python-pyaes' 'python-rsa')
_name=${pkgname#python-}
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_pkgname}-${pkgver}.tar.gz")
md5sums=('96a0436661c40c1e152df5d5554be7b1')