summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-04-15 11:22:51 -0700
committerDonald Webster2019-04-15 11:22:51 -0700
commitf3f945843fcd2891b0232244a9757aac59b76867 (patch)
tree55d90b637b5a4ca29c653eb67341ca2ef9a00966
parent6b5a270930263a0141ec3416dac11a74be91d12e (diff)
downloadaur-f3f945843fcd2891b0232244a9757aac59b76867.tar.gz
Switch chromaprint to depends.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5597a1e2a82b..9149c0affd8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = lidarr
depends = mono
depends = libmediainfo
depends = sqlite
+ depends = chromaprint
optdepends = sabnzbd: usenet downloader
optdepends = nzbget: usenet downloader
optdepends = transmission-cli: torrent downloader (CLI and daemon)
@@ -17,7 +18,6 @@ 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 3b1e7b4e6858..82eac13e3a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Music downloader for usenet and torrents."
arch=(any)
url="https://github.com/lidarr/Lidarr"
license=("GPL3")
-depends=("mono" "libmediainfo" "sqlite")
+depends=("mono" "libmediainfo" "sqlite" 'chromaprint')
optdepends=("sabnzbd: usenet downloader"
"nzbget: usenet downloader"
"transmission-cli: torrent downloader (CLI and daemon)"
@@ -16,8 +16,7 @@ optdepends=("sabnzbd: usenet downloader"
"deluge: torrent downloader"
"rtorrent: torrent downloader"
"jackett: torrent indexer proxy"
- "libgdiplus: provides a gdi+ compatible api"
- "chromaprint: audio fingerprinting for track identificaton")
+ "libgdiplus: provides a gdi+ compatible api")
source=("https://github.com/lidarr/Lidarr/releases/download/v${pkgver}/Lidarr.develop.${pkgver}.linux.tar.gz"
"lidarr.service"