summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d81179ff24f..10d8553fd911 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,8 @@ pkgbase = sickchill-git
license = GPL3
makedepends = git
depends = nodejs
- optdepends = unrar: RAR archives
+ depends = python2
+ optdepends = unrar: for RAR archives
provides = sickchill
conflicts = sickchill
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 1b4d20df54d4..33f4a79976c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: willemw <willemw12@gmail.com>
pkgname=sickchill-git
-pkgver=2020.01.17.1.r0.g760c6ca2a
+pkgver=2020.07.18.1.r0.gc67114a85
pkgrel=1
pkgdesc="Automatic video library manager for TV shows"
arch=('any')
url="https://github.com/SickChill/SickChill"
license=('GPL3')
-depends=('nodejs')
+depends=('nodejs' 'python2')
makedepends=('git')
# 'deluge: supported torrent client'
# 'qbittorrent: supported torrent client'
# 'rtorrent: supported torrent client'
# 'sabnzbd: supported NZB downloader'
# 'transmission-cli: supported torrent client'
-optdepends=('unrar: RAR archives')
+optdepends=('unrar: for RAR archives')
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
options=('!strip')