summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadu Potop2024-04-27 21:31:27 +0100
committerRadu Potop2024-04-27 21:31:27 +0100
commita85838564a6ced3eef28f17369798340325b950b (patch)
tree09120b3fab60627d0048aadef86e6d1009671f9a
parentfb3964487e198e68ffe8227f13167e86a22b69c9 (diff)
downloadaur-a85838564a6ced3eef28f17369798340325b950b.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 d357bceafbe5..437c4a90e541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-connexion
pkgdesc = Connexion is a modern Python web framework that makes spec-first and api-first development easy
pkgver = 3.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/spec-first/connexion
arch = any
license = Apache2
diff --git a/PKGBUILD b/PKGBUILD
index 06dbe05a8041..a115a04c2f15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbasename=connexion
pkgname=python-connexion
pkgver=3.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Connexion is a modern Python web framework that makes spec-first and api-first development easy"
arch=(any)
url="https://github.com/spec-first/connexion"