summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-03-12 01:55:26 +0800
committerlilac2018-03-12 01:55:26 +0800
commitf2824f818bbea85efe67cc06940b00b8154777d5 (patch)
tree9692af5171e7aa3c061299edf804632e8d0542c0
parentbec389efa8373b6653bdeab0b0274b71b97ef5f8 (diff)
downloadaur-f2824f818bbea85efe67cc06940b00b8154777d5.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93411d787375..0e41b18459d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 9 01:48:44 UTC 2018
+# Sun Mar 11 17:55:26 UTC 2018
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 0.18.0.2
+ pkgver = 0.18.0.3
pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-telethon
depends = python-pyaes
depends = python-rsa
depends = python-setuptools
- source = https://pypi.python.org/packages/ca/3d/48038515ae233890e3476abe5f0bc218cfa63e2bc2f65e603204b6330aa0/Telethon-0.18.0.2.tar.gz
- md5sums = 39729f14b7f0ea928e5e77d504abd720
+ source = https://pypi.python.org/packages/5c/17/062cffdc808ed8ef6cd471fca71b01d76a14db3ba5b8adbf39b633493632/Telethon-0.18.0.3.tar.gz
+ md5sums = 191e1f30919a2d3fea10349119248614
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 1d0ba476bc86..a49bf5a1db37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.18.0.2
+pkgver=0.18.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://pypi.python.org/packages/ca/3d/48038515ae233890e3476abe5f0bc218cfa63e2bc2f65e603204b6330aa0/Telethon-0.18.0.2.tar.gz')
-md5sums=('39729f14b7f0ea928e5e77d504abd720')
+source=('https://pypi.python.org/packages/5c/17/062cffdc808ed8ef6cd471fca71b01d76a14db3ba5b8adbf39b633493632/Telethon-0.18.0.3.tar.gz')
+md5sums=('191e1f30919a2d3fea10349119248614')
build() {
cd "$srcdir/$_pkgname-$pkgver"