summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-05-02 12:00:04 +0800
committerPete Alexandrou2017-05-02 12:00:04 +0800
commitaee4ab647d561fcc4c95ef1cd61ec3adeadcd0cf (patch)
tree545f7eb54989f5308c417cf3875265af7c018eb5
parent23fffca8e11266bceae57b01a00e8b12ec9c9793 (diff)
downloadaur-aee4ab647d561fcc4c95ef1cd61ec3adeadcd0cf.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1923e01ef0ed..9bd8ffd20325 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tvlinker
pkgdesc = TV show link scraper + downloader for tv-release.pw incl. debrid and dl manager services
- pkgver = 3.6.5
+ pkgver = 3.8.0
pkgrel = 3
url = http://tvlinker.ozmartians.com
arch = any
@@ -9,8 +9,8 @@ pkgbase = tvlinker
depends = python-pyqt5
depends = python-beautifulsoup4
depends = python-lxml
- source = https://github.com/ozmartian/tvlinker/archive/3.6.5.tar.gz
- md5sums = 74efdfafe9e4ab832823195773fbc21a
+ source = https://github.com/ozmartian/tvlinker/archive/3.8.0.tar.gz
+ md5sums = b03966c7d41986347e6d082fb86f37a2
pkgname = tvlinker
diff --git a/PKGBUILD b/PKGBUILD
index 825fe21501f0..65910317613f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pete Alexandrou (ozmartian) <pete@ozmartians.com>
pkgname=tvlinker
-pkgver=3.6.5
+pkgver=3.8.0
pkgrel=3
pkgdesc="TV show link scraper + downloader for tv-release.pw incl. debrid and dl manager services"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-pyqt5' 'python-beautifulsoup4' 'python-lxml')
makedepends=('python-setuptools')
provides=()
conflicts=()
-md5sums=('74efdfafe9e4ab832823195773fbc21a')
+md5sums=('b03966c7d41986347e6d082fb86f37a2')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"