summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2021-12-23 07:56:53 +1100
committerPete Alexandrou2021-12-23 07:56:53 +1100
commit3b8df69b4ef0df7ad91a813f221729d9699e7dca (patch)
tree9690b947e6f3525a498b6819ae50abbc67a250e8
parentcfe30b8b48b404cda38173873fd21b56d2b63757 (diff)
downloadaur-3b8df69b4ef0df7ad91a813f221729d9699e7dca.tar.gz
optdepends pyload changed to pyload-ng
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1ba49608ecf..1fab6acf1980 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 11
+ pkgrel = 12
url = https://tvlinker.ozmartians.com
arch = any
license = GPL3
@@ -18,7 +18,7 @@ pkgbase = tvlinker
depends = python-tzlocal
optdepends = aria2
optdepends = persepolis
- optdepends = pyload
+ optdepends = pyload-ng
optdepends = python-pysocks
source = git+https://github.com/ozmartian/tvlinker.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fcd8773d9141..e654c8df0746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=tvlinker
pkgver=4.5.0
-pkgrel=11
+pkgrel=12
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')
@@ -10,7 +10,7 @@ url="https://tvlinker.ozmartians.com"
source=(git+https://github.com/ozmartian/tvlinker.git)
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')
+optdepends=('aria2' 'persepolis' 'pyload-ng' 'python-pysocks')
sha256sums=('SKIP')
prepare() {