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

Eli Schwartz eschwartz at archlinux.org
Wed Feb 7 18:50:52 UTC 2018


    Date: Wednesday, February 7, 2018 @ 18:50:51
  Author: eschwartz
Revision: 290029

upgpkg: python2-eyed3 1:0.8-2

FS#55749 fix missing dependencies

Modified:
  python2-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-07 18:32:06 UTC (rev 290028)
+++ PKGBUILD	2018-02-07 18:50:51 UTC (rev 290029)
@@ -6,7 +6,7 @@
 pkgbase=python2-eyed3
 pkgname=('python2-eyed3' 'python-eyed3')
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 # 0.8.1 breaks with python-magic in our repos requires https://github.com/ahupp/python-magic
 epoch=1
 pkgdesc="A Python module and program for processing information about mp3 files"
@@ -13,14 +13,13 @@
 arch=('any')
 url="http://eyed3.nicfit.net/"
 license=('GPL')
-makedepends=('python2' 'python')
 makedepends=('python2-setuptools' 'python-setuptools')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
+source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz)
 md5sums=('840626686e6b1bc6afca9eab99a0873a')
 options=(!emptydirs)
 
 package_python2-eyed3() {
-  depends=('python2-pathlib')
+  depends=('python2-pathlib' 'python2-setuptools')
   conflicts=('python-eyed3')
 
   cd $srcdir/eyeD3-$pkgver
@@ -28,6 +27,7 @@
 }
 
 package_python-eyed3() {
+  depends=('python-pathlib' 'python-setuptools')
   cd $srcdir/eyeD3-$pkgver
   python setup.py install --root="${pkgdir}" --optimize=1
 }



More information about the arch-commits mailing list