| author | Daniel M. Capella
<polyzen@archlinux.org> 2024-04-05 03:13:59 UTC |
| committer | Daniel M. Capella
<polyzen@archlinux.org> 2024-04-05 03:13:59 UTC |
| parent | ba71346b9f471b696cd419c165e8ca27b64adfab |
| .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