summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2018-07-13 09:15:04 -0700
committerDonald Webster2018-07-13 09:15:04 -0700
commit14a1decf285ad3f2cd0fe216327d7cda362bb5cc (patch)
tree2fed366816a6849efce4d65c1f2f976f5de312c9
parent458e2c6d93df9f83a833f9127c8259af5fd2d52e (diff)
downloadaur-14a1decf285ad3f2cd0fe216327d7cda362bb5cc.tar.gz
Remove the old nzbdrone stuff.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
-rw-r--r--sonarr.install13
3 files changed, 1 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d710c037191d..09c6de8d3726 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = sonarr-develop
pkgver = 2.0.0.5239
pkgrel = 1
url = http://www.sonarr.tv
- install = sonarr.install
arch = any
license = GPL3
depends = mono
@@ -18,19 +17,13 @@ pkgbase = sonarr-develop
optdepends = rtorrent: torrent downloader
optdepends = jackett: torrent indexer proxy
provides = sonarr
- conflicts = nzbdrone
- conflicts = nzbdrone-torrents
conflicts = sonarr
- replaces = nzbdrone
- replaces = nzbdrone-torrents
source = https://download.sonarr.tv/v2/develop/mono/NzbDrone.develop.2.0.0.5239.mono.tar.gz
source = sonarr.service
- source = sonarr.install
source = sonarr.sysusers
source = sonarr.tmpfiles
sha256sums = 15206c3ba421c7db282de82562084a473666e09447d2ccd7fa28557e03860548
sha256sums = c177024bdf5c8c0e42a866cb0509e6130e2bb79a14c7e91556e42f8b18e37bd5
- sha256sums = bd00676bddce255e42ebbed60e4af6d0910b0efcd0602f2307dedb510dd22033
sha256sums = cc3c69f719fa64335f4c5b41b2588f1ec56865fb2202f5919d3668b50b8f398e
sha256sums = a436a979ca3a9e78bdc410bd0027d97956bfa8d2d4f2b7bdf3f7d2ed199dd6a8
diff --git a/PKGBUILD b/PKGBUILD
index c70b8c29b586..b290c78e7d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,21 +19,17 @@ optdepends=('sabnzbd: usenet downloader'
'rtorrent: torrent downloader'
'jackett: torrent indexer proxy')
-install='sonarr.install'
provides=('sonarr')
-conflicts=('nzbdrone' 'nzbdrone-torrents' 'sonarr')
-replaces=('nzbdrone' 'nzbdrone-torrents')
+conflicts=('sonarr')
source=("https://download.sonarr.tv/v2/develop/mono/NzbDrone.develop.${pkgver}.mono.tar.gz"
"sonarr.service"
- "sonarr.install"
"sonarr.sysusers"
"sonarr.tmpfiles")
noextract=()
sha256sums=('15206c3ba421c7db282de82562084a473666e09447d2ccd7fa28557e03860548'
'c177024bdf5c8c0e42a866cb0509e6130e2bb79a14c7e91556e42f8b18e37bd5'
- 'bd00676bddce255e42ebbed60e4af6d0910b0efcd0602f2307dedb510dd22033'
'cc3c69f719fa64335f4c5b41b2588f1ec56865fb2202f5919d3668b50b8f398e'
'a436a979ca3a9e78bdc410bd0027d97956bfa8d2d4f2b7bdf3f7d2ed199dd6a8')
diff --git a/sonarr.install b/sonarr.install
deleted file mode 100644
index c0026f8d950b..000000000000
--- a/sonarr.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- if [[ ! -f /var/lib/sonarr/config.xml ]]; then
- if [[ -f /var/lib/nzbdrone/config.xml ]]; then
- echo "Previous installation of nzbdrone detected, copying to sonarr."
- cp /var/lib/nzbdrone/* /var/lib/sonarr
- fi
- fi
-}
-
-post_upgrade() {
- post_install $1
-}
-