diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 18:10:35 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:41 +0200 |
commit | 317d0a9ae3df1162c06ff636a1018b3485bb0ec0 (patch) | |
tree | aaee1ce02ebe2ee0e01d11a8f0733ed95c1ecea0 | |
parent | 928c17d93791c042a863ae87ddcb589c790b8f5d (diff) | |
download | pkgbuilds-317d0a9ae3df1162c06ff636a1018b3485bb0ec0.tar.xz |
Clean up PKGBUILDs
-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') |