summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorevgfilim12020-12-07 10:20:12 +0500
committerevgfilim12020-12-07 10:20:12 +0500
commitbce7e0cccf4f8ada12078e46029e8d5dd7666c57 (patch)
treea7a5bc7e11500dc54ca6a1d714d38a9b0b37e2d0 /PKGBUILD
parent0602fc918320f914eda21c39f74452e57c140ed9 (diff)
downloadaur-python-aiogram.tar.gz
Bump pkgrel to trigger rebuild because of python upgrade
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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}"