summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-04-26 03:03:59 +0800
committerlilac2020-04-26 03:03:59 +0800
commitd26f575471774a8ba7819968c850ff12e7b4b834 (patch)
tree2025e71649aa391a6f60fbed80ceeacaa30fb338
parent7c758d3bb7ebac635f40ad9a129d0466b6e8bb09 (diff)
downloadaur-d26f575471774a8ba7819968c850ff12e7b4b834.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b74bb0c2a270..1a602acc154b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.12.0
+ pkgver = 1.13.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.12.0.tar.gz
- sha256sums = 577bf0ffa6e5369798b6d632aef2c167c9ffccd29640b096c293e1cdffc787c6
+ source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.13.0.tar.gz
+ sha256sums = 9a51c5ceba6c60a7c1ef0a26e0a63e1d88c8792c92fe7697a3ad6b0be42c2edc
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 168ad0bf943a..b43e4e781c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=Telethon
pkgname=python-telethon
-pkgver=1.12.0
+pkgver=1.13.0
pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=(any)
@@ -9,7 +9,7 @@ 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=('577bf0ffa6e5369798b6d632aef2c167c9ffccd29640b096c293e1cdffc787c6')
+sha256sums=('9a51c5ceba6c60a7c1ef0a26e0a63e1d88c8792c92fe7697a3ad6b0be42c2edc')
build() {
cd "$srcdir/$_name-$pkgver"