diff options
author | BGameiro | 2023-05-10 11:43:48 +0200 |
---|---|---|
committer | BGameiro | 2023-05-10 11:43:48 +0200 |
commit | 9374c6df877246ddabf35de5aa12f211b03412f1 (patch) | |
tree | bf8b96863ee7869edc43c040a5d82ae49b6edf9d | |
parent | 8fd2ec8daa51c33922f49edd6c6ab00487e7f36a (diff) | |
download | aur-9374c6df877246ddabf35de5aa12f211b03412f1.tar.gz |
Fixed errors in url and license
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ pkgbase = python-asgi-lifespan pkgdesc = Programmatic startup/shutdown of ASGI apps. pkgver = 2.1.0 - pkgrel = 1 - url = https://intake.readthedocs.io/ + pkgrel = 2 + url = https://github.com/florimondmanca/asgi-lifespan arch = any license = MIT provides = python-asgi-lifespan=2.1.0 @@ -3,10 +3,10 @@ pkgbase='python-asgi-lifespan' pkgname=('python-asgi-lifespan') pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc='Programmatic startup/shutdown of ASGI apps.' arch=('any') -url='https://intake.readthedocs.io/' +url='https://github.com/florimondmanca/asgi-lifespan' license=('MIT') source=("https://files.pythonhosted.org/packages/source/a/asgi-lifespan/asgi-lifespan-$pkgver.tar.gz") sha256sums=('5e2effaf0bfe39829cf2d64e7ecc47c7d86d676a6599f7afba378c31f5e3a308') |