diff options
Diffstat (limited to 'extra/mutagen/Pkgfile')
-rw-r--r-- | extra/mutagen/Pkgfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/mutagen/Pkgfile b/extra/mutagen/Pkgfile index 9a93879e0..3e630f1da 100644 --- a/extra/mutagen/Pkgfile +++ b/extra/mutagen/Pkgfile @@ -1,12 +1,13 @@ # Description: Lecteur de données Méta audio implémenté en pure python -# URL: http:// -# Maintainer: thierryn1 at hispeed dot ch +# URL: http://code.google.com/p/mutagen/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: python name=mutagen -version=1.15 +version=1.18 release=1 -source=(http://www.sacredchao.net/~piman/software/$name-$version.tar.gz) +source=(http://mutagen.googlecode.com/files/$name-$version.tar.gz) build() { cd $name-$version |