[arch-commits] Commit in mutagen/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Wed Oct 6 15:27:23 UTC 2010


    Date: Wednesday, October 6, 2010 @ 11:27:22
  Author: eric
Revision: 94315

upgpkg: mutagen 1.20-3
Removed python reference in __init__.py (close FS#21104)

Modified:
  mutagen/trunk/ChangeLog
  mutagen/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |    5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2010-10-06 15:17:07 UTC (rev 94314)
+++ ChangeLog	2010-10-06 15:27:22 UTC (rev 94315)
@@ -1,3 +1,8 @@
+2010-10-06  Eric Belanger  <eric at archlinux.org>
+
+	* mutagen 1.20-3
+	* Removed python reference in __init__.py (close FS#21104)
+
 2010-08-20  Eric Belanger  <eric at archlinux.org>
 
 	* mutagen 1.20-2

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-06 15:17:07 UTC (rev 94314)
+++ PKGBUILD	2010-10-06 15:27:22 UTC (rev 94315)
@@ -3,7 +3,7 @@
 
 pkgname=mutagen
 pkgver=1.20
-pkgrel=2
+pkgrel=3
 pkgdesc="An audio metadata tag reader and writer implemented in pure python"
 arch=('any')
 url="http://code.google.com/p/mutagen/"
@@ -19,5 +19,6 @@
   python2 setup.py install --root="${pkgdir}"
   install -d "${pkgdir}/usr/bin"
   install -m755 tools/* "${pkgdir}/usr/bin"
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' "${pkgdir}"/usr/bin/*
+  sed -i 's|^#!.*/usr/bin/env.*python|#!/usr/bin/env python2|' "${pkgdir}"/usr/bin/* \
+    "${pkgdir}/usr/lib/python2.7/site-packages/mutagen/__init__.py"
 }




More information about the arch-commits mailing list