summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevgfilim12020-04-10 14:20:06 +0500
committerevgfilim12020-04-10 14:20:06 +0500
commit3e942358aa7a6a6d69b613accd5bb729310dad4f (patch)
tree5645f5bb5f84c8fced72ec92402edea3fafc7bc5
parent5163c06e4465430f5ade189c572a6601b1a9abd6 (diff)
downloadaur-3e942358aa7a6a6d69b613accd5bb729310dad4f.tar.gz
New version: v2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff9a9f0dd8be..002de3268f64 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.6.1
+ pkgver = 2.7
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.6.1.tar.gz
- sha256sums = 5f5bdadc67a0a81d3c9a529cfbc694a09c7813ee32606b506401df955a99cb6b
+ source = https://github.com/aiogram/aiogram/archive/v2.7.tar.gz
+ sha256sums = c8dc7849b26185af1c9972a99c47b0f82819ea2d09413f37c653442f4bddfb5f
pkgname = python-aiogram
diff --git a/PKGBUILD b/PKGBUILD
index 0e730ee5a848..0625d1189600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname='aiogram'
pkgname="python-${_pyname}"
-pkgver=2.6.1
+pkgver=2.7
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=('5f5bdadc67a0a81d3c9a529cfbc694a09c7813ee32606b506401df955a99cb6b')
+sha256sums=('c8dc7849b26185af1c9972a99c47b0f82819ea2d09413f37c653442f4bddfb5f')
build() {
cd "$srcdir/${_pyname}-${pkgver}"