summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevgfilim12018-12-31 21:03:57 +0500
committerevgfilim12018-12-31 21:03:57 +0500
commit2991911788c73c9f401f26693c9ae42563b56ef6 (patch)
treec070050c2c6de1a09eb939e33e1e1e7bb485bdfe
parentf43d87aceac1d18079900c6630a2242d08619191 (diff)
downloadaur-2991911788c73c9f401f26693c9ae42563b56ef6.tar.gz
New version: v2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86442609e530..31a3878c1965 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.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/aiogram/aiogram
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-aiogram
depends = python-certifi>=2018.8.24
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.0.tar.gz
- sha256sums = 9091d17f875186ee1b023f49f65e7c42cbe10339c2baa05649fa7c6dbd81a589
+ source = https://github.com/aiogram/aiogram/archive/v2.0.1.tar.gz
+ sha256sums = de0a7edef7612f2a0fb3ba1cc5a7c3c5872ae0199df1c802672b1b351355f301
pkgname = python-aiogram
diff --git a/PKGBUILD b/PKGBUILD
index beeab92ba06e..c25b1a984f2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Evgeniy Filimonov <evgfilim1@gmail.com>
pkgname='python-aiogram'
-pkgver=2.0
+pkgver=2.0.1
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')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python-pip')
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=('9091d17f875186ee1b023f49f65e7c42cbe10339c2baa05649fa7c6dbd81a589')
+sha256sums=('de0a7edef7612f2a0fb3ba1cc5a7c3c5872ae0199df1c802672b1b351355f301')
build() {
cd "$srcdir/aiogram-${pkgver}"