summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-07-05 02:29:54 +0800
committerlilac2018-07-05 02:29:54 +0800
commit321cd9b1c771e97c540547f318c0a8134edcf1de (patch)
treec5d6ab76be126c1b351b94e2e171eccd9bbd9123
parent74cd793631f3bfb662741733e7f7f4ccafa54ab8 (diff)
downloadaur-321cd9b1c771e97c540547f318c0a8134edcf1de.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2f66e56f0e3..a9bdcaf6f36e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-telethon
depends = python-pyaes
depends = python-rsa
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/4d/d1/f33f34f952c1c64486adb4774e917a4b8b3522660cbb2cad1f3059bb00e3/Telethon-1.0.2.tar.gz
- md5sums = eb579ee948e9069cdfbee8232dc86c38
+ source = https://files.pythonhosted.org/packages/6f/97/d6b4ca6fdbf3050cbedcb111714c377eeb86ea18775c4804204ea7f4a5ca/Telethon-1.0.3.tar.gz
+ md5sums = 48682066a415ea695306a2a6976a6cf0
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 80ca161fbfbe..e24992fc3ff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
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-setuptools')
-source=('https://files.pythonhosted.org/packages/4d/d1/f33f34f952c1c64486adb4774e917a4b8b3522660cbb2cad1f3059bb00e3/Telethon-1.0.2.tar.gz')
-md5sums=('eb579ee948e9069cdfbee8232dc86c38')
+source=('https://files.pythonhosted.org/packages/6f/97/d6b4ca6fdbf3050cbedcb111714c377eeb86ea18775c4804204ea7f4a5ca/Telethon-1.0.3.tar.gz')
+md5sums=('48682066a415ea695306a2a6976a6cf0')
build() {
cd "$srcdir/$_pkgname-$pkgver"