summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2017-02-07 10:47:17 -0800
committerDonald Webster2017-02-07 10:47:17 -0800
commit9d139fcd227e7d9a4ecdec2448d891d0cdea2320 (patch)
treefa6d6c655979b92711150c04dd51b222287fdf02
parent60971dc392f984edd225f11b5487bf4a9758e054 (diff)
downloadaur-9d139fcd227e7d9a4ecdec2448d891d0cdea2320.tar.gz
Add libgdiplus as dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 792665f981b8..45e60e12f8a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Feb 6 02:10:18 UTC 2017
+# Tue Feb 7 18:46:51 UTC 2017
pkgbase = radarr
pkgdesc = Movie downloader for usenet and torrents.
pkgver = 0.2.0.288
@@ -11,6 +11,7 @@ pkgbase = radarr
depends = mono
depends = libmediainfo
depends = sqlite
+ depends = libgdiplus
optdepends = sabnzbd: an NZB downloader
optdepends = nzbget: an NZB downloader
optdepends = transmission-cli: a torrent downloader (CLI and daemon version)
diff --git a/PKGBUILD b/PKGBUILD
index f17e74bde458..62b12e9643ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Movie downloader for usenet and torrents."
arch=(any)
url="https://github.com/galli-leo/Radarr"
license=('GPL3')
-depends=('mono' 'libmediainfo' 'sqlite')
+depends=('mono' 'libmediainfo' 'sqlite' 'libgdiplus')
optdepends=('sabnzbd: an NZB downloader'
'nzbget: an NZB downloader'
'transmission-cli: a torrent downloader (CLI and daemon version)'