summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37914b76da4c..395687625518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
pkgver = 1.10.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/LonamiWebs/Telethon
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
depends = python-pyaes
depends = python-rsa
- depends = python-async_generator
- depends = python-setuptools
source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.10.8.tar.gz
md5sums = 96a0436661c40c1e152df5d5554be7b1
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')