summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-05-05 01:36:32 +0800
committerPete Alexandrou2017-05-05 01:36:32 +0800
commit6506a06a80278e925f4746b61ee05c3784a5fa88 (patch)
treeba91b11239bbdffc815acb0c51950cb63d2b961e
parent3214f01557f38955f36719cceb7491dd0871bd65 (diff)
downloadaur-6506a06a80278e925f4746b61ee05c3784a5fa88.tar.gz
patch fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dc9241dde2a..245566c23305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pete Alexandrou (ozmartian) <pete@ozmartians.com>
pkgname=tvlinker
pkgver=3.8.5
-pkgrel=1
+pkgrel=2
pkgdesc="TV show link scraper + downloader for tv-release.pw incl. debrid and dl manager services"
arch=('any')
license=('GPL3')
@@ -11,7 +11,7 @@ depends=('python-pyqt5' 'python-beautifulsoup4' 'python-lxml' 'python-requests')
makedepends=('python-setuptools')
provides=()
conflicts=()
-md5sums=('36f3282b42fb9527b078410f9952149a')
+md5sums=('875867c25da741ac4d1e3cb78044fcd9')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"