summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2020-03-12 18:22:33 +1100
committerPete Alexandrou2020-03-12 18:22:33 +1100
commit717af4578140feca62718b6d986b9433ce40851c (patch)
treefc8efb652ec83852501aad5d09a49559709e658d
parentae08e45add280cd4eaf94fd5b8e5464e4feb4c7e (diff)
downloadaur-717af4578140feca62718b6d986b9433ce40851c.tar.gz
switch to cloudscraper python module
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e217202570cf..b898aa547b74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
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 = 6
+ pkgrel = 7
url = https://tvlinker.ozmartians.com
arch = any
license = GPL3
makedepends = python-setuptools
depends = python-beautifulsoup4
+ depends = python-cloudscraper
depends = python-js2py
depends = python-lxml
depends = python-pyjsparser
diff --git a/PKGBUILD b/PKGBUILD
index 5e09261738bc..fd44fabf0b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=tvlinker
pkgver=4.5.0
_branch=master
-pkgrel=6
+pkgrel=7
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=('python-beautifulsoup4' 'python-js2py' 'python-lxml' 'python-pyjsparser' 'python-pyqt5' 'python-pytz' 'python-requests' 'python-setuptools' 'python-tzlocal')
+depends=('python-beautifulsoup4' 'python-cloudscraper' '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')