summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122020-01-17 11:28:57 +0100
committerwillemw122020-01-17 11:28:57 +0100
commit2be7836d463e32b3307d4083e3e7ac272deb426a (patch)
treea200feca4c6b51c397f4adeff613a18df761592e
parent8ed243d6471bae994b952964ff91ccfc4851acf7 (diff)
downloadaur-2be7836d463e32b3307d4083e3e7ac272deb426a.tar.gz
Add nodejs. Remove python2-notify
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36984221ffb7..7d81179ff24f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sickchill-git
pkgdesc = Automatic video library manager for TV shows
- pkgver = 2020.01.14.2.r0.g4dedd01fc
+ pkgver = 2020.01.17.1.r0.g760c6ca2a
pkgrel = 1
url = https://github.com/SickChill/SickChill
install = sickchill-git.install
arch = any
license = GPL3
makedepends = git
- optdepends = python2-notify: desktop notifications
+ depends = nodejs
optdepends = unrar: RAR archives
provides = sickchill
conflicts = sickchill
diff --git a/PKGBUILD b/PKGBUILD
index 4d3395738063..1b4d20df54d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: willemw <willemw12@gmail.com>
pkgname=sickchill-git
-pkgver=2020.01.14.2.r0.g4dedd01fc
+pkgver=2020.01.17.1.r0.g760c6ca2a
pkgrel=1
pkgdesc="Automatic video library manager for TV shows"
arch=('any')
url="https://github.com/SickChill/SickChill"
license=('GPL3')
+depends=('nodejs')
makedepends=('git')
-# 'deluge: supported torrent client'
-# 'qbittorrent: supported torrent client'
-# 'rtorrent: supported torrent client'
-# 'sabnzbd: supported NZB downloader'
-# 'transmission-cli: supported torrent client'
-optdepends=('python2-notify: desktop notifications'
- 'unrar: RAR archives')
+# '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')
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
options=('!strip')