summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-04-21 03:27:57 +0800
committerlilac2020-04-21 03:27:57 +0800
commit7c758d3bb7ebac635f40ad9a129d0466b6e8bb09 (patch)
tree6894be1fc842148156ac22685d66905bc0640146
parent2fb7861854f4371ef584805ff157193b8493e40e (diff)
downloadaur-7c758d3bb7ebac635f40ad9a129d0466b6e8bb09.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b22735b43ea..b74bb0c2a270 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.11.3
+ pkgver = 1.12.0
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.11.3.tar.gz
- sha256sums = d065f130ad61b6b0d914fbd1d0ca239df8cd20299d3bdc92ce90f44e30579899
+ source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.12.0.tar.gz
+ sha256sums = 577bf0ffa6e5369798b6d632aef2c167c9ffccd29640b096c293e1cdffc787c6
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 37d7e1f6b743..168ad0bf943a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
_name=Telethon
pkgname=python-telethon
-pkgver=1.11.3
+pkgver=1.12.0
pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=(any)
url="https://github.com/LonamiWebs/Telethon"
-license=(MIT)
+license=('MIT')
depends=('python-pyaes' 'python-rsa')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('d065f130ad61b6b0d914fbd1d0ca239df8cd20299d3bdc92ce90f44e30579899')
+sha256sums=('577bf0ffa6e5369798b6d632aef2c167c9ffccd29640b096c293e1cdffc787c6')
build() {
cd "$srcdir/$_name-$pkgver"