aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-04 18:10:35 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:41 +0200
commit317d0a9ae3df1162c06ff636a1018b3485bb0ec0 (patch)
treeaaee1ce02ebe2ee0e01d11a8f0733ed95c1ecea0
parent928c17d93791c042a863ae87ddcb589c790b8f5d (diff)
downloadpkgbuilds-317d0a9ae3df1162c06ff636a1018b3485bb0ec0.tar.xz
Clean up PKGBUILDs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD21
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 259e794..8cba34b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 99f5064..5763064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')