beets: misc tweak; rev bump.
This commit is contained in:
parent
2ef65dff1b
commit
ae1bf65229
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'beets'
|
# Template file for 'beets'
|
||||||
pkgname=beets
|
pkgname=beets
|
||||||
version=1.3.2
|
version=1.3.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch="yes"
|
|
||||||
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
|
||||||
checksum="1946b5e981a2858112b7f3aadb2d5f22c1d1438f2753cfda9996091c5e30520a"
|
checksum="1946b5e981a2858112b7f3aadb2d5f22c1d1438f2753cfda9996091c5e30520a"
|
||||||
build_style=python-module
|
build_style="python-module"
|
||||||
hostmakedepends="python-devel"
|
|
||||||
makedepends="python-distribute"
|
|
||||||
depends="python>=2.7 pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-distribute"
|
|
||||||
pycompile_module="beets beetsplug"
|
pycompile_module="beets beetsplug"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
hostmakedepends="python-devel python-distribute"
|
||||||
|
makedepends="${hostmakedepends}"
|
||||||
|
depends="python pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-distribute"
|
||||||
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="https://github.com/sampsyo/beets"
|
homepage="https://github.com/sampsyo/beets"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
short_desc="Media library management system for obsessive-compulsive music geeks"
|
short_desc="Media library management system for obsessive-compulsive music geeks"
|
||||||
|
|
||||||
|
noarch="yes"
|
||||||
|
create_srcdir="yes"
|
||||||
|
|
Loading…
Reference in New Issue