mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Telethon: update to 1.9.0.
This commit is contained in:
parent
f1916e6de7
commit
7099408aaa
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-Telethon'
|
# Template file for 'python3-Telethon'
|
||||||
pkgname=python3-Telethon
|
pkgname=python3-Telethon
|
||||||
version=1.6.2
|
version=1.9.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Telethon-${version}"
|
wrksrc="Telethon-${version}"
|
||||||
|
@ -9,11 +9,11 @@ pycompile_module="telethon telethon_generator"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pyaes python3-rsa python3-async_generator"
|
depends="python3-pyaes python3-rsa python3-async_generator"
|
||||||
short_desc="Pure Python3 Telegram client library"
|
short_desc="Pure Python3 Telegram client library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://lonamiwebs.github.io/Telethon"
|
homepage="https://lonamiwebs.github.io/Telethon"
|
||||||
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
|
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
|
||||||
checksum=19befef3c5344628c5204877991b8f89fe2fe65ddeaa1b9c0499b4da57dc685a
|
checksum=3c0a37d6520234c731e6ee60546dd58730768c8ed7a08c78796ce07cede799bc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue