summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3187b39dda89..baf4a9961e9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Pete Alexandrou (ozmartian) <pete@ozmartians.com>
+# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=tvlinker
-pkgver=3.9.0
-pkgrel=2
-pkgdesc="TV show link scraper + downloader for tv-release.pw incl. debrid and dl manager services"
+pkgver=4.0.0
+pkgrel=1
+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"
arch=('any')
license=('GPL3')
url="http://tvlinker.ozmartians.com"
source=(https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz)
-depends=('python-pyqt5' 'python-beautifulsoup4' 'python-lxml' 'python-requests')
+depends=('python-pyqt5' 'python-beautifulsoup4' 'python-lxml' 'python-requests' 'python-cfscrape')
makedepends=('python-setuptools')
-md5sums=('8e280f10512dd26e1579f39e53cb4191')
+md5sums=('5806e353d4fa2b024c055c288ac6982f')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"