python-aiolimiter: auto updated to 1.1.1-1

This commit is contained in:
BioArchLinuxBot 2024-12-01 00:04:05 +00:00
parent 9317849070
commit 3a25e1c19b

View file

@ -1,7 +1,7 @@
_pkgname="aiolimiter"
pkgname="python-$_pkgname"
pkgver=1.1.0
pkgrel=3
pkgver=1.1.1
pkgrel=1
pkgdesc="An efficient implementation of a rate limiter for asyncio"
arch=('any')
depends=(
@ -18,7 +18,7 @@ url="https://github.com/mjpieters/aiolimiter"
license=('MIT')
source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha256sums=('461cf02f82a29347340d031626c92853645c099cb5ff85577b831a7bd21132b5')
sha256sums=('4b5740c96ecf022d978379130514a26c18001e7450ba38adf19515cd0970f68f')
build(){
cd $_pkgname-$pkgver