git » python-feedparser.git » commit 130e4b3

upgpkg: 6.0.11-3: Rebuild for Python 3.13

author Jelle van der Waa
2024-11-17 11:36:02 UTC
committer Jelle van der Waa
2024-11-17 11:36:02 UTC
parent d3d3818bb56c4a484c44add1e9c298f4e1efc8a9

upgpkg: 6.0.11-3: Rebuild for Python 3.13

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index e684705..490b451 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 = 2
+	pkgrel = 3
 	url = https://github.com/kurtmckee/feedparser
 	arch = any
 	license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 6af09a0..e5420f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=python-feedparser
 _name=${pkgname#python-}
 pkgver=6.0.11
-pkgrel=2
+pkgrel=3
 pkgdesc='Parse RSS and Atom feeds in Python'
 arch=('any')
 url=https://github.com/kurtmckee/feedparser