summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2019-04-11 17:09:27 +1000
committerPete Alexandrou2019-04-11 17:09:27 +1000
commite188cdc17cd71ccc1bc1c4c577218d63c510c2ba (patch)
treeb803b9c7cc98c47311f64b1764e97744de471391
parenta52481c7ee13f2565f034a8e685f57305c74fe2e (diff)
downloadaur-e188cdc17cd71ccc1bc1c4c577218d63c510c2ba.tar.gz
switch to non-nodejs based CloudFlare anti-bot module
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6f4dc705fbe..4866313d5da0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = tvlinker
pkgdesc = TV show link scraper + downloader for Scene-RLS.com w/ debrid link unrestricting and support for a number of download managers across all platforms + ShadowSocks & v2ray local proxies.
pkgver = 4.5.0
- pkgrel = 4
+ pkgrel = 5
url = https://tvlinker.ozmartians.com
arch = any
license = GPL3
makedepends = python-setuptools
- depends = nodejs
depends = python-beautifulsoup4
+ depends = python-js2py
depends = python-lxml
+ depends = python-pyjsparser
depends = python-pyqt5
depends = python-pytz
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index d9fbf598d78a..db5c99d6bdc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=tvlinker
pkgver=4.5.0
_branch=master
-pkgrel=4
+pkgrel=5
pkgdesc="TV show link scraper + downloader for Scene-RLS.com w/ debrid link unrestricting and support for a number of download managers across all platforms + ShadowSocks & v2ray local proxies."
arch=('any')
license=('GPL3')
url="https://tvlinker.ozmartians.com"
source=(https://github.com/ozmartian/${pkgname}/archive/${_branch}.tar.gz)
-depends=('nodejs' 'python-beautifulsoup4' 'python-lxml' 'python-pyqt5' 'python-pytz' 'python-requests' 'python-setuptools' 'python-tzlocal')
+depends=('python-beautifulsoup4' 'python-js2py' 'python-lxml' 'python-pyjsparser' 'python-pyqt5' 'python-pytz' 'python-requests' 'python-setuptools' 'python-tzlocal')
makedepends=('python-setuptools')
optdepends=('aria2' 'persepolis' 'pyload' 'python-pysocks')
md5sums=('SKIP')