diff options
author | lilac | 2021-02-03 06:30:22 +0800 |
---|---|---|
committer | lilac | 2021-02-03 06:30:22 +0800 |
commit | 8c96a4213de97911d027b746331c67bb96b3d036 (patch) | |
tree | 31f8bf67487783a2f6fa220ed773d2d36694959b | |
parent | 7c388175b33d1b4201596c6e2ed3d99639bcfc0e (diff) | |
download | aur-8c96a4213de97911d027b746331c67bb96b3d036.tar.gz |
[lilac] updated to 1.19.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.19.1 + pkgver = 1.19.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.19.1.tar.gz - sha256sums = 50241471921ca45e1fe2009972365ca1fd0f3b8ae310fde6030f1452348d299a + source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.19.2.tar.gz + sha256sums = 4fed5bff46d998dc0ef497e2eb3fade69695996cfb9b22345e6c0775e82852ea pkgname = python-telethon @@ -1,6 +1,6 @@ _name=Telethon pkgname=python-telethon -pkgver=1.19.1 +pkgver=1.19.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.19.1.tar.gz") -sha256sums=('50241471921ca45e1fe2009972365ca1fd0f3b8ae310fde6030f1452348d299a') +source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/Telethon-1.19.2.tar.gz") +sha256sums=('4fed5bff46d998dc0ef497e2eb3fade69695996cfb9b22345e6c0775e82852ea') build() { - cd "$srcdir/Telethon-1.19.1" + cd "$srcdir/Telethon-1.19.2" python3 setup.py build } package() { - cd "$srcdir/Telethon-1.19.1" + cd "$srcdir/Telethon-1.19.2" python3 setup.py install --root=$pkgdir --optimize=1 --skip-build # make sure we don't install any world-writable or root-readable-only files |