beets: update to 1.3.10; take maintainership due to inactivity.
This commit is contained in:
parent
979fe4e552
commit
3124295a78
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'beets'
|
# Template file for 'beets'
|
||||||
pkgname=beets
|
pkgname=beets
|
||||||
version=1.3.9
|
version=1.3.10
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
|
@ -8,11 +8,11 @@ hostmakedepends="python-setuptools"
|
||||||
depends="mutagen python-enum34 python-munkres python-musicbrainzngs python-Unidecode python-yaml"
|
depends="mutagen python-enum34 python-munkres python-musicbrainzngs python-Unidecode python-yaml"
|
||||||
pycompile_module="beets beetsplug"
|
pycompile_module="beets beetsplug"
|
||||||
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>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://beets.radbox.org/"
|
homepage="http://beets.radbox.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=0d9152442acced8f82b269c164f77f4269a0c035fe5852bacc9c98684ee0ca32
|
checksum=ba3dd640964ced1e9c2d02bbe17177b33eff46186872537473ddf59675b3f637
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman man/beet.1
|
vman man/beet.1
|
||||||
|
|
Loading…
Reference in New Issue