| author | Jelle van der Waa
<jelle@archlinux.org> 2024-11-17 11:36:02 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-11-17 11:36:02 UTC |
| parent | d3d3818bb56c4a484c44add1e9c298f4e1efc8a9 |
| .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