diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-16 02:32:57 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:39 +0200 |
commit | 928c17d93791c042a863ae87ddcb589c790b8f5d (patch) | |
tree | a5b5b9902300d990518e7964e17eb23df52e4d38 | |
parent | 3bee8dd7b1f8396feeec8169ba40d6b327bd0e99 (diff) | |
download | pkgbuilds-928c17d93791c042a863ae87ddcb589c790b8f5d.tar.xz |
Dump...
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -9,13 +9,13 @@ arch=('any') url="http://beets.radbox.org/" license=('MIT') depends=('python2-munkres' 'mutagen' - 'python2-setuptools' 'python2-unidecode' - 'python2-musicbrainzngs' 'python2-yaml') + 'python2-setuptools' 'python2-unidecode' + 'python2-musicbrainzngs' 'python2-yaml') makedepends=('git') 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') provides=('beets') conflicts=('beets') source=('git+https://github.com/sampsyo/beets.git') @@ -36,5 +36,3 @@ package() { python2 setup.py install --root="$pkgdir" --optimize=1 install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } - -# vim: set ts=2 sts=2 sw=2 noet: |