summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Barberee2016-08-20 21:43:31 -0500
committerSeth Barberee2016-08-20 21:43:31 -0500
commit70b1b908e8887738f10d316fef44b13b07a2ec23 (patch)
tree4ca176f99b19b2a1cb157bdc6105c46ce70566a2
parent1683539bc669c2232971be6959833644a392839f (diff)
downloadaur-animewatch-pyqt4.tar.gz
update to 2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16610f1b03a1..2197557c3fe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = animewatch-pyqt4
pkgdesc = An Audio/Video Manager and Front End for mpv/mplayer with special emphasis on Anime Collection based on PyQt4
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 0
url = https://github.com/kanishka-linux/AnimeWatch
arch = any
@@ -23,8 +23,8 @@ pkgbase = animewatch-pyqt4
depends = sqlite3
depends = python-pytaglib
conflicts = animewatch-pyqt5
- source = https://github.com/kanishka-linux/AnimeWatch/archive/v2.5.0-0.zip
- md5sums = bf982456618eaf552768893de886042d
+ source = https://github.com/kanishka-linux/AnimeWatch/archive/v2.6.0-0.zip
+ md5sums = bfe6588428c67ee69531e90ab5e00a52
pkgname = animewatch-pyqt4
diff --git a/PKGBUILD b/PKGBUILD
index a85c25ed0095..c026b926c368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=animewatch-pyqt4
_pkgname=AnimeWatch
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=0
pkgdesc="An Audio/Video Manager and Front End for mpv/mplayer with special emphasis on Anime Collection based on PyQt4"
arch=(any)
@@ -14,7 +14,7 @@ depends=('python' 'python-pyqt4' 'python-pycurl' 'python-urllib3' 'curl' 'libnot
#source=("git+https://github.com/kanishka-linux/AnimeWatch.git")
source=("https://github.com/kanishka-linux/"${_pkgname}"/archive/v"${pkgver}-${pkgrel}".zip")
-md5sums=('bf982456618eaf552768893de886042d')
+md5sums=('bfe6588428c67ee69531e90ab5e00a52')
_gitname=AnimeWatch-PyQt4-Stable