diff options
author | lilac | 2019-09-22 02:52:01 +0800 |
---|---|---|
committer | lilac | 2019-09-22 02:52:01 +0800 |
commit | 14171f15ec7d56cbe92a79a695f0a9d71fd90659 (patch) | |
tree | 0c2e72d561cc28549c5cee2d7ffde8471dea6c7e | |
parent | 2a12fffeb8921f91c0f6dcc90b29088c025a6a74 (diff) | |
download | aur-14171f15ec7d56cbe92a79a695f0a9d71fd90659.tar.gz |
update by lilac
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-telethon pkgdesc = Full-featured Telegram client library for Python 3 - pkgver = 1.10.3 + pkgver = 1.10.4 pkgrel = 1 url = https://github.com/LonamiWebs/Telethon arch = any @@ -10,8 +10,8 @@ pkgbase = python-telethon depends = python-rsa depends = python-async_generator depends = python-setuptools - source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.10.3.tar.gz - md5sums = 0a05f5b49a1bfa6249332601337d607e + source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.10.4.tar.gz + md5sums = 251c999795d33cfa531f5afc17cfefa0 pkgname = python-telethon @@ -1,6 +1,6 @@ _pkgname=Telethon pkgname=python-telethon -pkgver=1.10.3 +pkgver=1.10.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=('0a05f5b49a1bfa6249332601337d607e') +md5sums=('251c999795d33cfa531f5afc17cfefa0') build() { cd "$srcdir/$_pkgname-$pkgver" |