summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-04-13 07:29:34 -0700
committerDonald Webster2019-04-13 07:29:34 -0700
commit6b5a270930263a0141ec3416dac11a74be91d12e (patch)
treec7034e23b83bf604eaa6e260962e8ee797e907c5
parent7e7ccd521450350beaf798c9bd7f0c7ee2d1306e (diff)
downloadaur-6b5a270930263a0141ec3416dac11a74be91d12e.tar.gz
Add chromaprint as optdepend.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05efdfb25a5b..5597a1e2a82b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = lidarr
optdepends = rtorrent: torrent downloader
optdepends = jackett: torrent indexer proxy
optdepends = libgdiplus: provides a gdi+ compatible api
+ optdepends = chromaprint: audio fingerprinting for track identificaton
source = https://github.com/lidarr/Lidarr/releases/download/v0.6.0.815/Lidarr.develop.0.6.0.815.linux.tar.gz
source = lidarr.service
source = lidarr.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index 3c7ab887677b..3b1e7b4e6858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,8 @@ optdepends=("sabnzbd: usenet downloader"
"deluge: torrent downloader"
"rtorrent: torrent downloader"
"jackett: torrent indexer proxy"
- "libgdiplus: provides a gdi+ compatible api")
+ "libgdiplus: provides a gdi+ compatible api"
+ "chromaprint: audio fingerprinting for track identificaton")
source=("https://github.com/lidarr/Lidarr/releases/download/v${pkgver}/Lidarr.develop.${pkgver}.linux.tar.gz"
"lidarr.service"