mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-aiolimiter: auto updated to 1.1.1-1
This commit is contained in:
parent
9317849070
commit
3a25e1c19b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue