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

Felix Yan felixonmars at archlinux.org
Sun Dec 25 22:46:39 UTC 2016


    Date: Sunday, December 25, 2016 @ 22:46:38
  Author: felixonmars
Revision: 284778

Python 3.6 rebuild

Modified:
  python-feedparser/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 22:44:48 UTC (rev 284777)
+++ PKGBUILD	2016-12-25 22:46:38 UTC (rev 284778)
@@ -4,7 +4,7 @@
 pkgbase=python-feedparser
 pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Parse RSS and Atom feeds in Python"
 arch=('any')
 url="https://github.com/kurtmckee/feedparser/"
@@ -24,7 +24,7 @@
 
 build() {
   cd feedparser-${pkgver}-sgmllib
-  python /usr/lib/python3.5/compileall.py feedparser/sgmllib3.py
+  python /usr/lib/python3.6/compileall.py feedparser/sgmllib3.py
 }
 
 package_python2-feedparser() {



More information about the arch-commits mailing list