beets: update to 1.3.7
This commit is contained in:
parent
d358e47cc4
commit
0969b397fa
1 changed files with 16 additions and 11 deletions
|
@ -1,16 +1,21 @@
|
||||||
# Template file for 'beets'
|
# Template file for 'beets'
|
||||||
pkgname=beets
|
pkgname=beets
|
||||||
version=1.3.6
|
version=1.3.7
|
||||||
revision=2
|
revision=1
|
||||||
noarch="yes"
|
noarch=yes
|
||||||
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
|
|
||||||
checksum=3b042ed072de2dc3bb941cd7786d35ce98fe88f499c486b8d597be6f53c1d9c6
|
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
pycompile_module="beets beetsplug"
|
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="${hostmakedepends}"
|
depends="mutagen python-enum34 python-munkres python-musicbrainzngs python-Unidecode python-yaml"
|
||||||
depends="python-yaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-setuptools python-enum34"
|
pycompile_module="beets beetsplug"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
|
||||||
homepage="https://github.com/sampsyo/beets"
|
|
||||||
license="GPL"
|
|
||||||
short_desc="Media library management system for obsessive-compulsive music geeks"
|
short_desc="Media library management system for obsessive-compulsive music geeks"
|
||||||
|
maintainer="Steven R <dev@styez.com>"
|
||||||
|
homepage="http://beets.radbox.org/"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=12b3947379e21bd89390292ef5ff08453542232fa83049f98542ec983a0328a9
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vman man/beet.1
|
||||||
|
vman man/beetsconfig.5
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue