summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevgfilim12020-12-07 10:20:12 +0500
committerevgfilim12020-12-07 10:20:12 +0500
commitbce7e0cccf4f8ada12078e46029e8d5dd7666c57 (patch)
treea7a5bc7e11500dc54ca6a1d714d38a9b0b37e2d0
parent0602fc918320f914eda21c39f74452e57c140ed9 (diff)
downloadaur-python-aiogram.tar.gz
Bump pkgrel to trigger rebuild because of python upgrade
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06b4f41861bb..38070a46d3a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.11.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aiogram/aiogram
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 569fe93808d4..c739fc7d629a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname='aiogram'
pkgname="python-${_pyname}"
pkgver=2.11.2
-pkgrel=1
+pkgrel=2
pkgdesc="A pretty simple and fully asynchronous library for Telegram Bot API written in Python 3.7 with asyncio and aiohttp"
arch=('any')
url="https://github.com/${_pyname}/${_pyname}"