parent
130eea90a6
commit
0f41f4a52b
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'beets'
|
||||
pkgname=beets
|
||||
version=1.4.6
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="mutagen python-enum34 python-munkres python-musicbrainzngs python-Unidecode
|
||||
python-yaml python-jellyfish python-setuptools python-six"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="mutagen python3-munkres python3-musicbrainzngs python3-Unidecode
|
||||
python3-yaml python3-jellyfish python3-six python3-mutagen"
|
||||
pycompile_module="beets beetsplug"
|
||||
short_desc="Media library management system for obsessive-compulsive music geeks"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
Loading…
Reference in a new issue