summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 779890b48ca2..fe20f8e761c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = animewatch-pyqt5
pkgdesc = An Audio/Video Manager and Front End for mpv/mplayer with special emphasis on Anime Collection
- pkgver = 2.9.0
+ pkgver = 3.0.0
pkgrel = 0
arch = any
license = GPL3
@@ -23,13 +23,12 @@ pkgbase = animewatch-pyqt5
depends = ffmpegthumbnailer
depends = sqlite3
depends = python-pytaglib
- depends = livestreamer
depends = youtube-dl
depends = wget
conflicts = animewatch-pyqt4
- conflicts = animewatch-pyqt5-git
- source = https://github.com/kanishka-linux/AnimeWatch/releases/download/v2.9.0-0/AnimeWatch-2.9.0-0.tar.bz2
- md5sums = 9ff1114c8983a3d6d4898e2bd028f5c0
+ conflicts = animewatch-pyqt5.git
+ source = https://github.com/kanishka-linux/AnimeWatch/releases/download/v3.0.0-0/AnimeWatch-3.0.0-0.tar.bz2
+ md5sums = e35db393b36b444e32d80fcf08430cf
pkgname = animewatch-pyqt5
diff --git a/PKGBUILD b/PKGBUILD
index 38adce8fc028..919cd65c80cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
pkgname=animewatch-pyqt5
_pkgname=AnimeWatch
-pkgver=2.9.0
+pkgver=3.0.0
pkgrel=0
pkgdesc="An Audio/Video Manager and Front End for mpv/mplayer with special emphasis on Anime Collection"
arch=(any)
-conflicts=('animewatch-pyqt4' 'animewatch-pyqt5-git')
+conflicts=('animewatch-pyqt4' 'animewatch-pyqt5.git')
license=('GPL3')
depends=('python' 'qt5-webengine' 'python-pyqt5' 'python-pycurl' 'python-urllib3' 'curl' 'libnotify' 'python-dbus' 'libtorrent-rasterbar'
'python-beautifulsoup4' 'python-psutil' 'python-pillow' 'python-lxml' 'mpv' 'mplayer' 'ffmpegthumbnailer' 'sqlite3' 'python-pytaglib'
- 'livestreamer' 'youtube-dl' 'wget')
+ 'youtube-dl' 'wget')
#optdepends=('livestreamer' 'youtube-dl' 'wget')
makedepends=('git')
#source=("git+https://github.com/kanishka-linux/AnimeWatch.git")
source=("https://github.com/kanishka-linux/${_pkgname}/releases/download/v${pkgver}-${pkgrel}/${_pkgname}-${pkgver}-${pkgrel}.tar.bz2")
-md5sums=('9ff1114c8983a3d6d4898e2bd028f5c0')
+md5sums=('e35db393b36b444e32d80fcf08430cf')
_gitname=AnimeWatch-PyQt5