summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-06-26 05:41:20 +0800
committerPete Alexandrou2017-06-26 05:41:20 +0800
commitd5ecbd3b64f386fb81b085576e4e0afe325fdde2 (patch)
tree1b23eb0a68e020792a78cb89fce5d4e30586b58d
parentfa990e499caddc94011886bc6eda7e1842e463f5 (diff)
downloadaur-d5ecbd3b64f386fb81b085576e4e0afe325fdde2.tar.gz
v4.0.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 718c648bc480..ea139fb0bcb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tvlinker
- pkgdesc = TV show link scraper + downloader for tv-release.pw incl. debrid and dl manager services
- pkgver = 3.9.0
- pkgrel = 2
+ 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
+ pkgver = 4.0.0
+ pkgrel = 1
url = http://tvlinker.ozmartians.com
arch = any
license = GPL3
@@ -10,8 +10,9 @@ pkgbase = tvlinker
depends = python-beautifulsoup4
depends = python-lxml
depends = python-requests
- source = https://github.com/ozmartian/tvlinker/archive/3.9.0.tar.gz
- md5sums = 8e280f10512dd26e1579f39e53cb4191
+ depends = python-cfscrape
+ source = https://github.com/ozmartian/tvlinker/archive/4.0.0.tar.gz
+ md5sums = 5806e353d4fa2b024c055c288ac6982f
pkgname = tvlinker
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}"