summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorenvolution2024-12-22 20:10:46 -0500
committerenvolution2024-12-22 20:10:46 -0500
commit1209825571fd2a0f93f8ca5286957dbb86a50ba8 (patch)
tree84291c39cab6d3d3f4476f73ce29f53f05a2ad39
parent6bafa19faaf2a5e3d32292be48274df3b0ce4539 (diff)
downloadaur-1209825571fd2a0f93f8ca5286957dbb86a50ba8.tar.gz
python 3.13 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0713c30b23a..069301d52e2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6e4b0f7a007c..5bbff960e6ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"