summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-02-02 23:37:53 +0800
committerPete Alexandrou2017-02-02 23:37:53 +0800
commitcff5febc8c100240fdfaa1de6f093c7b41ef532c (patch)
tree789c810a478c4eb85ab61b41bd9580bf4a10a3bd
parent7ed96f98d6115d0c889a6ed7e2788283c0ad45c9 (diff)
downloadaur-cff5febc8c100240fdfaa1de6f093c7b41ef532c.tar.gz
version bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a042c34f6166..267077077f6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tvlinker
pkgdesc = TV show link scraper + downloader for tv-release.net with a modern PyQt5 GUI
- pkgver = 3.0.5
+ pkgver = 3.2.0
pkgrel = 1
url = http://tvlinker.ozmartians.com
arch = any
@@ -9,10 +9,9 @@ pkgbase = tvlinker
makedepends = sed
makedepends = python-setuptools
depends = python-pyqt5
- depends = python-qtawesome-git
depends = python-beautifulsoup4
depends = python-lxml
- source = https://github.com/ozmartian/tvlinker/archive/3.0.5.tar.gz
+ source = https://github.com/ozmartian/tvlinker/archive/3.2.0.tar.gz
md5sums = SKIP
pkgname = tvlinker
diff --git a/PKGBUILD b/PKGBUILD
index 1c3ac7c51e2f..3d9cd8cbdaa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pete Alexandrou (ozmartian) <pete@ozmartians.com>
pkgname=tvlinker
-pkgver=3.0.5
+pkgver=3.2.0
pkgrel=1
pkgdesc="TV show link scraper + downloader for tv-release.net with a modern PyQt5 GUI"
arch=('any')
license=('GPL3')
url="http://tvlinker.ozmartians.com"
source=(https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz)
-depends=('python-pyqt5' 'python-qtawesome-git' 'python-beautifulsoup4' 'python-lxml')
+depends=('python-pyqt5' 'python-beautifulsoup4' 'python-lxml')
makedepends=('git' 'sed' 'python-setuptools')
provides=()
conflicts=()