picard: update to 2.0. (#1041)
This commit is contained in:
parent
9c22cf2b2b
commit
a1c2eee2e9
|
@ -1,16 +1,19 @@
|
||||||
# Template file for 'picard'
|
# Template file for 'picard'
|
||||||
pkgname=picard
|
pkgname=picard
|
||||||
version=1.4.2
|
version=2.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-release-${version}"
|
noarch=yes
|
||||||
build_style=python2-module
|
wrksrc="${pkgname}-release-${version}.0"
|
||||||
|
build_style=python3-module
|
||||||
pycompile_module="picard"
|
pycompile_module="picard"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
depends="python3-PyQt5 chromaprint python3-mutagen
|
||||||
|
desktop-file-utils hicolor-icon-theme"
|
||||||
maintainer="Matthew Wynn <matthew@matthewwynn.com>"
|
maintainer="Matthew Wynn <matthew@matthewwynn.com>"
|
||||||
hostmakedepends="python-devel python-sip"
|
license="GPL-2.0-or-later"
|
||||||
makedepends="${hostmakedepends}"
|
|
||||||
depends="python-PyQt4 chromaprint libdiscid mutagen desktop-file-utils hicolor-icon-theme"
|
|
||||||
license="GPL-2"
|
|
||||||
homepage="http://picard.musicbrainz.org/"
|
|
||||||
short_desc="MusicBrainz's audio tagger"
|
short_desc="MusicBrainz's audio tagger"
|
||||||
|
homepage="http://picard.musicbrainz.org/"
|
||||||
|
changelog="https://picard.musicbrainz.org/changelog/"
|
||||||
distfiles="http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=f0adee3877bbd66c827a43b57dd2233037b99f6ebfdc1700b26cb9d400992234
|
checksum=9607146f75c5ba56298062ae063db3c77ff107d0196fb21bd58eaf2e2f843054
|
||||||
|
|
Loading…
Reference in New Issue