Date: Monday, June 27, 2022 @ 19:14:05 Author: felixonmars Revision: 1239734
upgpkg: python-aiogram 2.21-1 Modified: python-aiogram/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-27 19:06:19 UTC (rev 1239733) +++ PKGBUILD 2022-06-27 19:14:05 UTC (rev 1239734) @@ -2,13 +2,13 @@ # Contributor: Evgeniy Filimonov <[email protected]> pkgname=python-aiogram -pkgver=2.20 +pkgver=2.21 pkgrel=1 pkgdesc="A pretty simple and fully asynchronous library for Telegram Bot API written with asyncio and aiohttp" arch=('any') url="https://github.com/aiogram/aiogram" license=('MIT') -depends=('python-aiohttp' 'python-babel') +depends=('python-aiohttp' 'python-babel' 'python-certifi') makedepends=('python-setuptools') checkdepends=('python-aiohttp-socks' 'python-aioredis' 'python-aresponses' 'python-pytest' 'python-pytest-lazy-fixture' 'pifpaf' 'redis') @@ -21,15 +21,8 @@ # 'python-rethinkdb: RethinkDB storage support' # No such package yet ) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('85d9e40ec916161c9ecc1d8c11ebb611b442b16e7d31cab0be1f5f9d05a6d0832333e6c815c282406eaeabd7559bc3cbf4a13baa3747d3e567d53e2fe8c3119a') +sha512sums=('0a193648d2341d9e091af63868dfa1b4c69c9d149b5bdf01bda076826d6d34bb3ac8e22afcea0c33eeee4dd478bdbba95c459b1678a59c009cd12fd8f7b3062a') -prepare() { - cd aiogram-$pkgver - sed -e '/import certifi/d' \ - -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \ - -i aiogram/bot/base.py -} - build() { cd aiogram-$pkgver python setup.py build
