[arch-commits] Commit in python-feedparser/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Dec 20 21:51:36 UTC 2021


    Date: Monday, December 20, 2021 @ 21:51:36
  Author: felixonmars
Revision: 432854

upgpkg: python-feedparser 6.0.2-1

Modified:
  python-feedparser/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-20 21:50:34 UTC (rev 432853)
+++ PKGBUILD	2021-12-20 21:51:36 UTC (rev 432854)
@@ -1,8 +1,8 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=python-feedparser
-pkgver=6.0.1
-pkgrel=4
+pkgver=6.0.2
+pkgrel=1
 pkgdesc="Parse RSS and Atom feeds in Python"
 arch=('any')
 url="https://github.com/kurtmckee/feedparser/"
@@ -10,7 +10,7 @@
 depends=('libxml2' 'python' 'python-sgmllib3k')
 makedepends=('python' 'libxml2' 'python-setuptools')
 source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
-sha1sums=('6805ddc738125929de4543859b57e61d3782053d')
+sha512sums=('8ffcfb2934070ed6f0fc1a3b3d7c6a055c8c8e29dee8d56fa489832b71b94bc70dd8c8360061a103894ea9a80c6a91a6708da16999e36619092674ccfda36a75')
 
 build() {
   cd "feedparser-${pkgver}"



More information about the arch-commits mailing list