summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-05-05 01:30:55 +0800
committerPete Alexandrou2017-05-05 01:30:55 +0800
commit3214f01557f38955f36719cceb7491dd0871bd65 (patch)
treeca6948bc558e4861fbb91e64ea1ff35623a59a42
parentaee4ab647d561fcc4c95ef1cd61ec3adeadcd0cf (diff)
downloadaur-3214f01557f38955f36719cceb7491dd0871bd65.tar.gz
version bump
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bd8ffd20325..75ea11bb3232 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.8.0
- pkgrel = 3
+ pkgver = 3.8.5
+ pkgrel = 1
url = http://tvlinker.ozmartians.com
arch = any
license = GPL3
@@ -9,8 +9,9 @@ pkgbase = tvlinker
depends = python-pyqt5
depends = python-beautifulsoup4
depends = python-lxml
- source = https://github.com/ozmartian/tvlinker/archive/3.8.0.tar.gz
- md5sums = b03966c7d41986347e6d082fb86f37a2
+ depends = python-requests
+ source = https://github.com/ozmartian/tvlinker/archive/3.8.5.tar.gz
+ md5sums = 36f3282b42fb9527b078410f9952149a
pkgname = tvlinker
diff --git a/PKGBUILD b/PKGBUILD
index 65910317613f..6dc9241dde2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Pete Alexandrou (ozmartian) <pete@ozmartians.com>
pkgname=tvlinker
-pkgver=3.8.0
-pkgrel=3
+pkgver=3.8.5
+pkgrel=1
pkgdesc="TV show link scraper + downloader for tv-release.pw incl. debrid and dl manager services"
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')
+depends=('python-pyqt5' 'python-beautifulsoup4' 'python-lxml' 'python-requests')
makedepends=('python-setuptools')
provides=()
conflicts=()
-md5sums=('b03966c7d41986347e6d082fb86f37a2')
+md5sums=('36f3282b42fb9527b078410f9952149a')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"