git » python-feedparser.git » commit 74796f2

upgpkg: 6.0.11-2: Rebuild for Python 3.12 https://archlinux.org/todo/python-modules-part-1/

author Daniel M. Capella
2024-04-05 03:13:59 UTC
committer Daniel M. Capella
2024-04-05 03:13:59 UTC
parent ba71346b9f471b696cd419c165e8ca27b64adfab

upgpkg: 6.0.11-2: Rebuild for Python 3.12 https://archlinux.org/todo/python-modules-part-1/

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 7902221..e684705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-feedparser
 	pkgdesc = Parse RSS and Atom feeds in Python
 	pkgver = 6.0.11
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/kurtmckee/feedparser
 	arch = any
 	license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 3393027..6af09a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=python-feedparser
 _name=${pkgname#python-}
 pkgver=6.0.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Parse RSS and Atom feeds in Python'
 arch=('any')
 url=https://github.com/kurtmckee/feedparser