diff options
author | lilac | 2020-10-24 02:34:18 +0800 |
---|---|---|
committer | lilac | 2020-10-24 02:34:18 +0800 |
commit | 6b0adb91544a6a2e36850c9c66196bebd134c2cc (patch) | |
tree | b5d84c065fa7290cccc722fe262ce339ff4d9080 | |
parent | 0feaf651834f04d3750cf6c2a291772759bb51c4 (diff) | |
download | aur-6b0adb91544a6a2e36850c9c66196bebd134c2cc.tar.gz |
[lilac] updated to 1.17.2-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = python-telethon pkgdesc = Full-featured Telegram client library for Python 3 - pkgver = 1.17.1 + pkgver = 1.17.2 pkgrel = 1 url = https://github.com/LonamiWebs/Telethon arch = any @@ -8,8 +8,8 @@ pkgbase = python-telethon makedepends = python-setuptools depends = python-pyaes depends = python-rsa - source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.17.1.tar.gz - sha256sums = 2d5f29ee0f0ea835ecc81407b8cd540760cbaabdead177f2891fff06eb234ff0 + source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.17.2.tar.gz + sha256sums = d79f0415b95a7642f318a97031be1c3efc2f5ef37f3782ada7a5704040124b8b pkgname = python-telethon @@ -1,6 +1,6 @@ _name=Telethon pkgname=python-telethon -pkgver=1.17.1 +pkgver=1.17.2 pkgrel=1 pkgdesc="Full-featured Telegram client library for Python 3" arch=(any) @@ -8,16 +8,16 @@ url="https://github.com/LonamiWebs/Telethon" license=('MIT') depends=('python-pyaes' 'python-rsa') makedepends=('python-setuptools') -source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/Telethon-1.17.1.tar.gz") -sha256sums=('2d5f29ee0f0ea835ecc81407b8cd540760cbaabdead177f2891fff06eb234ff0') +source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/Telethon-1.17.2.tar.gz") +sha256sums=('d79f0415b95a7642f318a97031be1c3efc2f5ef37f3782ada7a5704040124b8b') build() { - cd "$srcdir/Telethon-1.17.1" + cd "$srcdir/Telethon-1.17.2" python3 setup.py build } package() { - cd "$srcdir/Telethon-1.17.1" + cd "$srcdir/Telethon-1.17.2" python3 setup.py install --root=$pkgdir --optimize=1 --skip-build install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" |