wok rev 21725
updated puddletag (1.0.5 -> 1.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 12 15:27:49 2019 +0100 (2019-06-12) |
parents | c3910dbc8115 |
children | 2b147b16adcb |
files | puddletag/receipt |
line diff
1.1 --- a/puddletag/receipt Wed Jun 12 15:14:06 2019 +0100 1.2 +++ b/puddletag/receipt Wed Jun 12 15:27:49 2019 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="puddletag" 1.7 -VERSION="1.0.5" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="multimedia" 1.10 -SHORT_DESC="An simple, powerful audio tag editor" 1.11 +TAGS="tagging ogg mp3 apev2 mp4 id3" 1.12 +SHORT_DESC="A simple, powerful audio tag editor." 1.13 MAINTAINER="al.bobylev@gmail.com" 1.14 LICENSE="GPL3" 1.15 -WEB_SITE="http://puddletag.sourceforge.net/" 1.16 +WEB_SITE="https://docs.puddletag.net/" 1.17 + 1.18 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.20 -TAGS="tagging ogg mp3 apev2 mp4 id3" 1.21 +WGET_URL="https://github.com/keithgg/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.22 1.23 DEPENDS="mutagen python-configobj python-pyparsing PyQt-x11-gpl" 1.24 BUILD_DEPENDS="python" 1.25 @@ -26,4 +27,3 @@ 1.26 { 1.27 cp -a $install/* $fs 1.28 } 1.29 -