summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2020-12-09 23:27:47 +0100
committerFrancesco Minnocci2020-12-09 23:27:47 +0100
commitd29f6d9acd249527c8b74936378ad60a2be25ff6 (patch)
treebff40667fb2c631c7ca7ed75868a9546a02012b4
parent7dde26a2e6e98aa7f643965e9c01a676eb719f9f (diff)
downloadaur-d29f6d9acd249527c8b74936378ad60a2be25ff6.tar.gz
Add 'jq' and 'mpd' dependencies && bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd6696fbe32d..d846925b8fee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kunst-git
pkgdesc = kunst is a deamon that extracts the album art from the songs playing in mpd.
- pkgver = 20190306
+ pkgver = 20200821
pkgrel = 1
url = https://github.com/sdushantha/kunst
arch = any
@@ -10,7 +10,9 @@ pkgbase = kunst-git
depends = imagemagick
depends = bash
depends = ffmpeg
+ depends = mpd
depends = mpc
+ depends = jq
provides = kunst
source = git+https://github.com/sdushantha/kunst.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4217b6d94c6f..23b019aedc21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-#Maintainer: Martin Friedrich <npanic@acid.wtf>
-#Contributor: Martin Friedrich <npanic@acid.wtf>
+# Maintainer: Francesco Minnocci <ascoli dot minnocci at gmail dot com>
+# Contributor: Martin Friedrich <npanic@acid.wtf>
pkgname=kunst-git
_pkgname=kunst
-pkgver=20190306
+pkgver=20200821
pkgrel=1
pkgdesc="kunst is a deamon that extracts the album art from the songs playing in mpd."
arch=('any')
url="https://github.com/sdushantha/kunst"
license=('MIT')
-depends=('sxiv' 'imagemagick' 'bash' 'ffmpeg' 'mpc')
+depends=('sxiv' 'imagemagick' 'bash' 'ffmpeg' 'mpd' 'mpc' 'jq')
makedepends=('git')
provides=($_pkgname)
source=("git+https://github.com/sdushantha/kunst.git")