git » python-sgmllib3k.git » commit 230e0a3

upgpkg: 1.0.0-6: Rebuild with Python 3.12

author Jelle van der Waa
2024-04-04 14:49:43 UTC
committer Jelle van der Waa
2024-04-04 14:49:43 UTC
parent 585bb96dc36a4447c7cb538802ced6764f8811c4

upgpkg: 1.0.0-6: Rebuild with Python 3.12

.SRCINFO +15 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..3e7cedb
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = python-sgmllib3k
+	pkgdesc = Python 3 smgllib port
+	pkgver = 1.0.0
+	pkgrel = 6
+	url = https://pypi.org/project/sgmllib3k/#description
+	arch = any
+	license = BSD
+	makedepends = python-setuptools
+	depends = python
+	provides = python-sgmllib
+	replaces = python-sgmllib
+	source = https://files.pythonhosted.org/packages/source/s/sgmllib3k/sgmllib3k-1.0.0.tar.gz
+	sha256sums = 7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9
+
+pkgname = python-sgmllib3k
diff --git a/PKGBUILD b/PKGBUILD
index 6c5419f..177b0c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=python-sgmllib3k
 pkgver=1.0.0
-pkgrel=5
+pkgrel=6
 arch=(any)
 license=("BSD")
 pkgdesc="Python 3 smgllib port"