summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2018-03-04 22:56:29 -0800
committerDonald Webster2018-03-04 22:56:29 -0800
commit68f2b1f6324e8eeb2edee1e77aee26c6e5652663 (patch)
tree69d0f0b66871751eaaa1dae1837ff02deacd8e3b
parent2f0c52f20456c47931eaf3cacf75c64a185a0678 (diff)
downloadaur-68f2b1f6324e8eeb2edee1e77aee26c6e5652663.tar.gz
Depends on openssl-1.0.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 774f8f6d9c45..26ae811c049c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ombi
pkgdesc = Simple automated way for users to request new content for Plex
pkgver = 3.0.2970
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tidusjar/Ombi
install = ombi.install
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = ombi
arch = armv7h
license = GPL2
depends = libunwind
+ depends = libssl-1.0
optdepends = sonarr: TV daemon for usenet & torrents
optdepends = radarr: Movie daemon for usenet & torrents (sonarr fork)
optdepends = sickrage: TV daemon for usenet & torrents (sickbeard fork)
diff --git a/PKGBUILD b/PKGBUILD
index 980ade5bb53a..aa44ae667e5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=ombi
pkgver=3.0.2970
-pkgrel=1
+pkgrel=2
pkgdesc="Simple automated way for users to request new content for Plex"
arch=('x86_64' 'i686' 'armv7h')
url="https://github.com/tidusjar/Ombi"
license=('GPL2')
-depends=('libunwind')
+depends=('libunwind' 'libssl-1.0')
optdepends=('sonarr: TV daemon for usenet & torrents'
'radarr: Movie daemon for usenet & torrents (sonarr fork)'
'sickrage: TV daemon for usenet & torrents (sickbeard fork)'