summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevgfilim12020-11-23 16:51:01 +0500
committerevgfilim12020-11-23 16:51:01 +0500
commit0602fc918320f914eda21c39f74452e57c140ed9 (patch)
tree48e576e471f33a9430387583dce6e3bd221a4fa5
parent89a998422bdfdb9a92c64193296e343f02905c25 (diff)
downloadaur-0602fc918320f914eda21c39f74452e57c140ed9.tar.gz
New version: v2.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 097528de50fd..06b4f41861bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aiogram
pkgdesc = A pretty simple and fully asynchronous library for Telegram Bot API written in Python 3.7 with asyncio and aiohttp
- pkgver = 2.9.2
+ pkgver = 2.11.2
pkgrel = 1
url = https://github.com/aiogram/aiogram
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-aiogram
optdepends = python-emoji: emojize and demojize support
optdepends = python-aioredis: Redis storage support
optdepends = python-aiohttp-socks: SOCKS4(a) and SOCKS5 proxy support
- source = https://github.com/aiogram/aiogram/archive/v2.9.2.tar.gz
- sha256sums = d871d480156915d41f95d6614e1de637d3e61ac4f0e3ae2b23f6a4d999b2a63f
+ source = https://github.com/aiogram/aiogram/archive/v2.11.2.tar.gz
+ sha256sums = 8a56570704a278534c9158c832a307b82215df1608c076d7a4842a7fc77e75d6
pkgname = python-aiogram
diff --git a/PKGBUILD b/PKGBUILD
index 7306d7720a00..569fe93808d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname='aiogram'
pkgname="python-${_pyname}"
-pkgver=2.9.2
+pkgver=2.11.2
pkgrel=1
pkgdesc="A pretty simple and fully asynchronous library for Telegram Bot API written in Python 3.7 with asyncio and aiohttp"
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
# 'python-rethinkdb: RethinkDB storage support' # No such package yet
)
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d871d480156915d41f95d6614e1de637d3e61ac4f0e3ae2b23f6a4d999b2a63f')
+sha256sums=('8a56570704a278534c9158c832a307b82215df1608c076d7a4842a7fc77e75d6')
build() {
cd "$srcdir/${_pyname}-${pkgver}"