summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 763f464d26e4..240809bcef2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,20 @@
pkgname=bum-git
pkgver=r54.004d795
-pkgrel=2
+pkgrel=3
pkgdesc="Download and display album art for mpd/mopidy tracks."
arch=('any')
url="https://github.com/dylanaraps/bum"
license=('Apache License, Version 2.0')
groups=()
depends=('python' 'python-mpv' 'python-musicbrainzngs' 'python-mpd2')
-makedepends=('python-setuptools' 'git' 'python-mpv')
+makedepends=('python-setuptools' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://github.com/dylanaraps/bum.git")
md5sums=('SKIP')
pkgver() {
- # Git, no tags available
cd "$srcdir/${pkgname%-git}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}