summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Barberee2017-01-15 17:32:28 -0600
committerSeth Barberee2017-01-15 17:32:28 -0600
commitc028e23cfede3e14869b7976f89373c5bf497630 (patch)
tree13336f122c43779ede9450d6a5933f84414db94b
parentba4bfd646e08b602e8a4045e5b4383dff88e42a4 (diff)
downloadaur-c028e23cfede3e14869b7976f89373c5bf497630.tar.gz
bump to 4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 547755d3fd18..0ea1f30f1d11 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 = 3.0.0
+ pkgver = 4.0.0
pkgrel = 0
arch = any
license = GPL3
@@ -27,8 +27,8 @@ pkgbase = animewatch-pyqt5
depends = wget
conflicts = animewatch-pyqt4
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 = e35db3e93b36b444e32d80fcf08430cf
+ source = https://github.com/kanishka-linux/AnimeWatch/releases/download/v4.0.0-0/AnimeWatch-4.0.0-0.tar.bz2
+ md5sums = d1800eaf96a49897c224eb1e551abec9
pkgname = animewatch-pyqt5
diff --git a/PKGBUILD b/PKGBUILD
index 1a1bfe842a71..5c60a2da1a5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=animewatch-pyqt5
_pkgname=AnimeWatch
-pkgver=3.0.0
+pkgver=4.0.0
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=('e35db3e93b36b444e32d80fcf08430cf')
+md5sums=('d1800eaf96a49897c224eb1e551abec9')
_gitname=AnimeWatch-PyQt5