diff options
author | Cyril Levis | 2019-02-16 22:46:30 +0100 |
---|---|---|
committer | Cyril Levis | 2019-02-16 22:46:30 +0100 |
commit | c31b2b06f6cc040106a335154e41612e2e6dd4dc (patch) | |
tree | 75efb788c304d028641d8aa46279bfceb7963296 /PKGBUILD | |
parent | 3f90e367ddfa9fb274634efb40bd285e6ea8aa69 (diff) | |
download | aur-c31b2b06f6cc040106a335154e41612e2e6dd4dc.tar.gz |
upgpkg: bum-git r54.004d795-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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)" } |