summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2019-05-02 18:14:00 +0800
committerlilac2019-05-02 18:14:00 +0800
commit06e500ddcc55efc99dd9f88cb90433c8fefcfcad (patch)
tree2bd6bbc4e7bf2633998eecf78192be7931818a89 /PKGBUILD
parentb1d2d5226569d4d127f8b27a3908fceb42fdcd86 (diff)
downloadaur-06e500ddcc55efc99dd9f88cb90433c8fefcfcad.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3fae8a16bdc..c2867f17f37d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.7.3
+pkgver=1.7.4
pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python' 'python-pyaes' 'python-rsa' 'python-async_generator' 'python-setuptools')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('8475b700feaa7ddd55e8c731f6f974fb')
+md5sums=('c5affa23821b49d007ee039a483d70c8')
build() {
cd "$srcdir/$_pkgname-$pkgver"