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

Allan McRae allan at archlinux.org
Mon Dec 5 00:36:25 UTC 2011


    Date: Sunday, December 4, 2011 @ 19:36:24
  Author: allan
Revision: 144353

upgpkg: python-feedparser 5.1-2

fix file permissions (FS#27426)

Modified:
  python-feedparser/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-04 23:08:08 UTC (rev 144352)
+++ PKGBUILD	2011-12-05 00:36:24 UTC (rev 144353)
@@ -6,7 +6,7 @@
 pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
 pkgbase=python-feedparser
 pkgver=5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Parse RSS and Atom feeds in Python"
 arch=('any')
 url="http://code.google.com/p/feedparser/"
@@ -15,6 +15,13 @@
 source=(http://feedparser.googlecode.com/files/feedparser-${pkgver}.tar.bz2)
 md5sums=('bf6ab23038f310eb32734125719c15a2')
 
+build() {
+  cd ${srcdir}/feedparser-$pkgver
+  
+  # files get installed with (incorrect) permissions in the tarball...
+  chmod 644 feedparser/feedparser.egg-info/*
+}
+
 package_python2-feedparser() {
   depends=('python2' 'libxml2' )
   pkgdesc="Parse RSS and Atom feeds in Python2"




More information about the arch-commits mailing list