summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCyril Levis2019-02-16 22:46:30 +0100
committerCyril Levis2019-02-16 22:46:30 +0100
commitc31b2b06f6cc040106a335154e41612e2e6dd4dc (patch)
tree75efb788c304d028641d8aa46279bfceb7963296 /PKGBUILD
parent3f90e367ddfa9fb274634efb40bd285e6ea8aa69 (diff)
downloadaur-c31b2b06f6cc040106a335154e41612e2e6dd4dc.tar.gz
upgpkg: bum-git r54.004d795-3
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)"
}