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

Douglas Soares de Andrade douglas at archlinux.org
Sat Sep 6 02:57:42 UTC 2008


    Date: Friday, September 5, 2008 @ 22:57:42
  Author: douglas
Revision: 11877

upgpkg: python-eyed3 0.6.16-1
    Updated for i686: 0.6.16

Modified:
  python-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-06 02:38:48 UTC (rev 11876)
+++ PKGBUILD	2008-09-06 02:57:42 UTC (rev 11877)
@@ -4,7 +4,7 @@
 #Contributor: cdhotfire <cdhotfire at gmail.com>
 
 pkgname=python-eyed3
-pkgver=0.6.14
+pkgver=0.6.16
 pkgrel=1
 pkgdesc="A Python module and program for processing information about mp3 files"
 arch=(i686 x86_64)
@@ -12,11 +12,11 @@
 license=('GPL')
 depends=('python>=2.5')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
-md5sums=('c4f81b3cbb72993244f27ab740abbccc')
 options=(!emptydirs)
 
-build()
-{
+md5sums=('b8fe36835c2775fd69a0ff18e15f2743')
+
+build() {
   cd $startdir/src/eyeD3-$pkgver
   ./configure --prefix=/usr
   make || return 1




More information about the arch-commits mailing list