summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122020-07-27 18:29:26 +0200
committerwillemw122020-07-27 18:29:26 +0200
commit7cbb7b11914b9c28cfdc2767f2a221c8c9a1642e (patch)
treea5c04f432e99a89b58e58cec2415a8f032414a85 /PKGBUILD
parent2be7836d463e32b3307d4083e3e7ac272deb426a (diff)
downloadaur-7cbb7b11914b9c28cfdc2767f2a221c8c9a1642e.tar.gz
Add python2 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')