[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Apr 9 18:37:21 UTC 2017


    Date: Sunday, April 9, 2017 @ 18:37:20
  Author: jelle
Revision: 221645

upgpkg: python2-eyed3 0.7.11-2

FS#53614 fix python2 shebang

Modified:
  python2-eyed3/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-09 18:31:13 UTC (rev 221644)
+++ PKGBUILD	2017-04-09 18:37:20 UTC (rev 221645)
@@ -5,7 +5,7 @@
 
 pkgname=python2-eyed3
 pkgver=0.7.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python module and program for processing information about mp3 files"
 arch=(any)
 url="http://eyed3.nicfit.net/"
@@ -24,4 +24,5 @@
 package() {
   cd $srcdir/eyeD3-$pkgver
   python2 setup.py install --root="${pkgdir}" --optimize=1
+  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
 }



More information about the arch-commits mailing list