Date: Sunday, September 3, 2017 @ 15:20:13
  Author: jelle
Revision: 255607

upgpkg: python2-eyed3 1:0.8-1

Downgrade since FS#55332 isn't trivial to fix.

Modified:
  python2-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-09-03 15:15:36 UTC (rev 255606)
+++ PKGBUILD    2017-09-03 15:20:13 UTC (rev 255607)
@@ -5,15 +5,18 @@
 
 pkgbase=python2-eyed3
 pkgname=('python2-eyed3' 'python-eyed3')
-pkgver=0.8.1
+pkgver=0.8
 pkgrel=1
+# 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"
-arch=(any)
+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)
+md5sums=('840626686e6b1bc6afca9eab99a0873a')
 options=(!emptydirs)
 
 package_python2-eyed3() {
@@ -28,4 +31,3 @@
   cd $srcdir/eyeD3-$pkgver
   python setup.py install --root="${pkgdir}" --optimize=1
 }
-md5sums=('041c38ec8f364280c0a548dc33a55c0b')

Reply via email to