summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadu Potop2024-04-27 21:29:12 +0100
committerRadu Potop2024-04-27 21:29:12 +0100
commit55dc53c26dedbf1e4cb6731b53833c5356046319 (patch)
tree390ab895de26f509284462f52323d8fd73833228
parent89b8243c728a8cbf8810997d4a1c2c043a5a9e51 (diff)
downloadaur-55dc53c26dedbf1e4cb6731b53833c5356046319.tar.gz
Rebuild for Python 3.12
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8a296e97d07..ff9daa871e46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-a2wsgi
pkgdesc = Converts WSGI apps to ASGI apps or the other way around
pkgver = 1.10.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/abersheeran/a2wsgi
arch = any
license = Apache2
diff --git a/PKGBUILD b/PKGBUILD
index ee7eb3dc69e8..f33c8c358921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbasename=a2wsgi
pkgname=python-a2wsgi
pkgver=1.10.4
-pkgrel=1
+pkgrel=2
pkgdesc='Converts WSGI apps to ASGI apps or the other way around'
arch=(any)
url="https://github.com/abersheeran/a2wsgi"