aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-02-16 02:32:57 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:39 +0200
commit928c17d93791c042a863ae87ddcb589c790b8f5d (patch)
treea5b5b9902300d990518e7964e17eb23df52e4d38
parent3bee8dd7b1f8396feeec8169ba40d6b327bd0e99 (diff)
downloadpkgbuilds-928c17d93791c042a863ae87ddcb589c790b8f5d.tar.xz
Dump...
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 514a01b..99f5064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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: