summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-06-26 16:35:58 +0800
committerPete Alexandrou2017-06-26 16:35:58 +0800
commitc819be08f99417cb245b455a043fbd7e3fbac467 (patch)
tree13ef0739a09623f1fde186bb7e40cd4cbb253ecd
parent2ba7ddee39eed779895cf1b2799dd9bb0e54213c (diff)
downloadaur-c819be08f99417cb245b455a043fbd7e3fbac467.tar.gz
patches
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c268f03559b..30a16ed1b09f 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
pkgver = 4.0.0
- pkgrel = 2
+ pkgrel = 3
url = http://tvlinker.ozmartians.com
arch = any
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = tvlinker
depends = python-requests
depends = python-cfscrape
source = https://github.com/ozmartian/tvlinker/archive/4.0.0.tar.gz
- md5sums = a2173664906a89ddf527039cdfa5c8c2
+ md5sums = 812e1d6b0e4057a6b6f5e80f90d4c044
pkgname = tvlinker
diff --git a/PKGBUILD b/PKGBUILD
index c169bca0cf14..c87d801f235f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=tvlinker
pkgver=4.0.0
-pkgrel=2
+pkgrel=3
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')
@@ -9,7 +9,7 @@ url="http://tvlinker.ozmartians.com"
source=(https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz)
depends=('python-pyqt5' 'python-beautifulsoup4' 'python-lxml' 'python-requests' 'python-cfscrape')
makedepends=('python-setuptools')
-md5sums=('a2173664906a89ddf527039cdfa5c8c2')
+md5sums=('812e1d6b0e4057a6b6f5e80f90d4c044')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"