summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevgfilim12019-06-10 07:58:02 +0500
committerevgfilim12019-06-10 07:58:02 +0500
commitd9ee470a3898274721053c15fda3453c3c00cfa3 (patch)
tree6ab0eae826871df3e3112798e5ab85b32d171944
parent72f579e7474d15f2a196eaf0c51c8af6e70e6934 (diff)
downloadaur-d9ee470a3898274721053c15fda3453c3c00cfa3.tar.gz
New version: v2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68cd95927656..e9d737abeb32 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.1
+ pkgver = 2.2
pkgrel = 1
url = https://github.com/aiogram/aiogram
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-aiogram
depends = python-certifi>=2019.3.9
optdepends = python-uvloop: fast, drop-in replacement of the built-in asyncio event loop
optdepends = python-ujson: ultra fast JSON encoder and decoder written in pure C
- source = https://github.com/aiogram/aiogram/archive/v2.1.tar.gz
- sha256sums = eb49cf9490f882cb1ce2c15ab17d516cc8f09ada89b56a5af38179bec116c7d7
+ source = https://github.com/aiogram/aiogram/archive/v2.2.tar.gz
+ sha256sums = 5bd01e03e6286c6b1e7c4fa37053441c2b576b8add221b8cbebd2a40e34c1937
pkgname = python-aiogram
diff --git a/PKGBUILD b/PKGBUILD
index 5fb8aa19dbf0..6dd3e27b9a9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Evgeniy Filimonov <evgfilim1@gmail.com>
pkgname='python-aiogram'
-pkgver=2.1
+pkgver=2.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')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
optdepends=('python-uvloop: fast, drop-in replacement of the built-in asyncio event loop'
'python-ujson: ultra fast JSON encoder and decoder written in pure C')
source=("https://github.com/aiogram/aiogram/archive/v${pkgver}.tar.gz")
-sha256sums=('eb49cf9490f882cb1ce2c15ab17d516cc8f09ada89b56a5af38179bec116c7d7')
+sha256sums=('5bd01e03e6286c6b1e7c4fa37053441c2b576b8add221b8cbebd2a40e34c1937')
build() {
cd "$srcdir/aiogram-${pkgver}"