summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-05-13 01:51:34 +0800
committerPete Alexandrou2017-05-13 01:51:34 +0800
commit59e5d9b3d27fcbe678c25970bf39cd19c0cf8df3 (patch)
tree73e0d80a73ce29b7856183364565d6cd80ff7112
parentc67db04d05c0402133491e29657a5cc5c6f3374f (diff)
downloadaur-59e5d9b3d27fcbe678c25970bf39cd19c0cf8df3.tar.gz
patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cc5e88d2277..2d8a147cf556 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.5
- pkgrel = 2
+ pkgrel = 3
url = http://tvlinker.ozmartians.com
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = tvlinker
depends = python-lxml
depends = python-requests
source = https://github.com/ozmartian/tvlinker/archive/3.8.5.tar.gz
- md5sums = 875867c25da741ac4d1e3cb78044fcd9
+ md5sums = 465ee65f39ad6fade0c4c5dac5bbccf1
pkgname = tvlinker
diff --git a/PKGBUILD b/PKGBUILD
index 245566c23305..a690460aec7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pete Alexandrou (ozmartian) <pete@ozmartians.com>
pkgname=tvlinker
pkgver=3.8.5
-pkgrel=2
+pkgrel=3
pkgdesc="TV show link scraper + downloader for tv-release.pw incl. debrid and dl manager services"
arch=('any')
license=('GPL3')
@@ -9,9 +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')
makedepends=('python-setuptools')
-provides=()
-conflicts=()
-md5sums=('875867c25da741ac4d1e3cb78044fcd9')
+md5sums=('465ee65f39ad6fade0c4c5dac5bbccf1')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"