diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 21 |
2 files changed, 13 insertions, 12 deletions
@@ -1,8 +1,8 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 14:57:59 UTC 2015 +# Mon Jun 1 14:58:00 UTC 2015 pkgbase = beets-git pkgdesc = Flexible music library manager and tagger - git version - pkgver = git + pkgver = 1.3.6.r133.gc5f23cc pkgrel = 1 url = http://beets.radbox.org/ arch = any @@ -1,23 +1,24 @@ -# Maintainer: Adrian Sampson <adrian@radbox.org> -# Contributor: Johannes Löthberg <johannes@kyriasis.com> - pkgname=beets-git -pkgver=git +pkgver=1.3.6.r133.gc5f23cc pkgrel=1 + pkgdesc="Flexible music library manager and tagger - git version" arch=('any') url="http://beets.radbox.org/" license=('MIT') + depends=('python2-munkres' 'mutagen' - 'python2-setuptools' 'python2-unidecode' - 'python2-musicbrainzngs' 'python2-yaml') -makedepends=('git') + 'python2-setuptools' 'python2-unidecode' + 'python2-musicbrainzngs' 'python2-yaml') optdepends=('python2-pyacoustid: acoustic fingerprinting' - 'python2-flask: web interface' - 'gstreamer0.10-python: BPD audio player plugin' - 'python2-pylast: lastgenre plugin') + 'python2-flask: web interface' + 'gstreamer0.10-python: BPD audio player plugin' + 'python2-pylast: lastgenre plugin') +makedepends=('git') + provides=('beets') conflicts=('beets') + source=('git+https://github.com/sampsyo/beets.git') md5sums=('SKIP') |