diff options
author | envolution | 2024-12-22 20:10:46 -0500 |
---|---|---|
committer | envolution | 2024-12-22 20:10:46 -0500 |
commit | 1209825571fd2a0f93f8ca5286957dbb86a50ba8 (patch) | |
tree | 84291c39cab6d3d3f4476f73ce29f53f05a2ad39 | |
parent | 6bafa19faaf2a5e3d32292be48274df3b0ce4539 (diff) | |
download | aur-1209825571fd2a0f93f8ca5286957dbb86a50ba8.tar.gz |
python 3.13 bump
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = python-httpx-sse pkgdesc = Consume Server-Sent Event (SSE) messages with HTTPX pkgver = 0.4.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/florimondmanca/httpx-sse arch = any license = MIT @@ -3,7 +3,7 @@ pkgname=python-httpx-sse _name=${pkgname#python-} pkgver=0.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Consume Server-Sent Event (SSE) messages with HTTPX" arch=(any) url="https://github.com/florimondmanca/httpx-sse" |