summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7765a4c18883..ae913806713c 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.8.2
+ pkgver = 2.8.3
pkgrel = 0
arch = any
license = GPL3
@@ -28,8 +28,8 @@ pkgbase = animewatch-pyqt5
depends = wget
conflicts = animewatch-pyqt4
conflicts = animewatch-pyqt5-git
- source = https://github.com/kanishka-linux/AnimeWatch/releases/download/v2.8.2-0/AnimeWatch-2.8.2-0.tar.bz2
- md5sums = 281a4588b53ee853cc96bb3426507a85
+ source = https://github.com/kanishka-linux/AnimeWatch/releases/download/v2.8.3-0/AnimeWatch-2.8.3-0.tar.bz2
+ md5sums = a81041e3eb0369517e5f55c06a342bf8
pkgname = animewatch-pyqt5
diff --git a/PKGBUILD b/PKGBUILD
index eb32f1c3d256..dcfd9e2f94da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=animewatch-pyqt5
_pkgname=AnimeWatch
-pkgver=2.8.2
+pkgver=2.8.3
pkgrel=0
pkgdesc="An Audio/Video Manager and Front End for mpv/mplayer with special emphasis on Anime Collection"
arch=(any)
@@ -14,7 +14,7 @@ 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=('281a4588b53ee853cc96bb3426507a85')
+md5sums=('a81041e3eb0369517e5f55c06a342bf8')
_gitname=AnimeWatch-PyQt5