summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Levis2019-02-16 22:46:30 +0100
committerCyril Levis2019-02-16 22:46:30 +0100
commitc31b2b06f6cc040106a335154e41612e2e6dd4dc (patch)
tree75efb788c304d028641d8aa46279bfceb7963296
parent3f90e367ddfa9fb274634efb40bd285e6ea8aa69 (diff)
downloadaur-bum-git.tar.gz
upgpkg: bum-git r54.004d795-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43c44730e88e..c3f95a414baa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = bum-git
pkgdesc = Download and display album art for mpd/mopidy tracks.
pkgver = r54.004d795
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dylanaraps/bum
arch = any
license = Apache License, Version 2.0
makedepends = python-setuptools
makedepends = git
- makedepends = python-mpv
depends = python
depends = python-mpv
depends = python-musicbrainzngs
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)"
}