summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevgfilim12020-06-21 13:44:28 +0500
committerevgfilim12020-06-21 13:44:28 +0500
commit89a998422bdfdb9a92c64193296e343f02905c25 (patch)
tree9ee6c5a0c5d925bc301d7973e4f3383129d48d09
parent3e942358aa7a6a6d69b613accd5bb729310dad4f (diff)
downloadaur-89a998422bdfdb9a92c64193296e343f02905c25.tar.gz
New version: v2.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 002de3268f64..097528de50fd 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.7
+ pkgver = 2.9.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.7.tar.gz
- sha256sums = c8dc7849b26185af1c9972a99c47b0f82819ea2d09413f37c653442f4bddfb5f
+ source = https://github.com/aiogram/aiogram/archive/v2.9.2.tar.gz
+ sha256sums = d871d480156915d41f95d6614e1de637d3e61ac4f0e3ae2b23f6a4d999b2a63f
pkgname = python-aiogram
diff --git a/PKGBUILD b/PKGBUILD
index 0625d1189600..7306d7720a00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname='aiogram'
pkgname="python-${_pyname}"
-pkgver=2.7
+pkgver=2.9.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=('c8dc7849b26185af1c9972a99c47b0f82819ea2d09413f37c653442f4bddfb5f')
+sha256sums=('d871d480156915d41f95d6614e1de637d3e61ac4f0e3ae2b23f6a4d999b2a63f')
build() {
cd "$srcdir/${_pyname}-${pkgver}"