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

Jelle van der Waa jelle at nymeria.archlinux.org
Sat Aug 17 11:04:00 UTC 2013


    Date: Saturday, August 17, 2013 @ 13:03:59
  Author: jelle
Revision: 95820

upgpkg: python2-eyed3 0.7.3-2

Replacement of distribute dependency in favour of setuptools

Modified:
  python2-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-17 10:12:54 UTC (rev 95819)
+++ PKGBUILD	2013-08-17 11:03:59 UTC (rev 95820)
@@ -5,13 +5,13 @@
 
 pkgname=python2-eyed3
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python module and program for processing information about mp3 files"
 arch=(any)
 url="http://eyed3.nicfit.net/"
 license=('GPL')
 depends=('python2')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
 options=(!emptydirs)
 md5sums=('584431de2a8439039890e02b69a377d5')




More information about the arch-commits mailing list