summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-07-10 01:54:46 +0800
committerlilac2018-07-10 01:54:46 +0800
commit54c115a24c34e16bae5ffcb330fec52c05ebffe1 (patch)
treec18ab3492666867e2af766cb9c25df49254bfc8c
parent321cd9b1c771e97c540547f318c0a8134edcf1de (diff)
downloadaur-54c115a24c34e16bae5ffcb330fec52c05ebffe1.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 a9bdcaf6f36e..0b9a89e23b4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.0.3
+ pkgver = 1.0.4
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/6f/97/d6b4ca6fdbf3050cbedcb111714c377eeb86ea18775c4804204ea7f4a5ca/Telethon-1.0.3.tar.gz
- md5sums = 48682066a415ea695306a2a6976a6cf0
+ source = https://files.pythonhosted.org/packages/82/e1/69a66509678960037f95c7ab237f6fcfd58b797206bd8a71d80eaf1fb8f4/Telethon-1.0.4.tar.gz
+ md5sums = ec6fda8f21c469f3ecd9d8a575049306
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index e24992fc3ff7..66b33b501578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.0.3
+pkgver=1.0.4
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/6f/97/d6b4ca6fdbf3050cbedcb111714c377eeb86ea18775c4804204ea7f4a5ca/Telethon-1.0.3.tar.gz')
-md5sums=('48682066a415ea695306a2a6976a6cf0')
+source=('https://files.pythonhosted.org/packages/82/e1/69a66509678960037f95c7ab237f6fcfd58b797206bd8a71d80eaf1fb8f4/Telethon-1.0.4.tar.gz')
+md5sums=('ec6fda8f21c469f3ecd9d8a575049306')
build() {
cd "$srcdir/$_pkgname-$pkgver"