diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-06 03:24:55 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:39 +0200 |
commit | 3bee8dd7b1f8396feeec8169ba40d6b327bd0e99 (patch) | |
tree | b3b6f3059ef34fd4e04db7600b5444b0fae35b69 | |
parent | 84ae4b8a3ee7e47197ef0060e42f8e847b34e9d8 (diff) | |
download | pkgbuilds-3bee8dd7b1f8396feeec8169ba40d6b327bd0e99.tar.xz |
Various stylistic housekeeping...
Might change tabs to be 4 spaces tho..
-rw-r--r-- | PKGBUILD | 14 |
1 files changed, 7 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') @@ -35,6 +35,6 @@ package() { cd beets python2 setup.py install --root="$pkgdir" --optimize=1 install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} +} -# vim: set ts=4 sw=4 noet: +# vim: set ts=2 sts=2 sw=2 noet: |