git » python-tornado.git » commit a1bb291

upgpkg: 6.3.2-2: Rebuild against Python 3.12 (without checks for bootstrapping)

author David Runge
2024-04-04 08:10:54 UTC
committer David Runge
2024-04-04 08:10:54 UTC
parent cbb3e2836571dc8e3653c3f39cdb7fdd447460c6

upgpkg: 6.3.2-2: Rebuild against Python 3.12 (without checks for bootstrapping)

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 68ea486..659f02f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-tornado
 	pkgdesc = open source version of the scalable, non-blocking web server and tools
 	pkgver = 6.3.2
-	pkgrel = 1
+	pkgrel = 2
 	url = https://www.tornadoweb.org/
 	arch = x86_64
 	license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index e539102..78e81ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=python-tornado
 pkgver=6.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='open source version of the scalable, non-blocking web server and tools'
 arch=('x86_64')
 url='https://www.tornadoweb.org/'