summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Barberee2016-08-02 15:24:20 -0500
committerSeth Barberee2016-08-02 15:24:20 -0500
commit48be02e7bff4b2a7e5a4f78c47fa84e1ce4cf599 (patch)
treed0868023a0a661b746248cb4c12987fb92198ac6
parent691779d7f02c954e50b0268b6bc4f86ef3f73e07 (diff)
downloadaur-48be02e7bff4b2a7e5a4f78c47fa84e1ce4cf599.tar.gz
updated to 2.4.2-0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 523ee6cf6863..34c1aa06c9b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.4.1
- pkgrel = 3
+ pkgver = 2.4.2
+ pkgrel = 0
url = https://github.com/kanishka-linux/AnimeWatch
arch = any
license = GPL3
@@ -22,8 +22,8 @@ pkgbase = animewatch-pyqt4
depends = sqlite3
depends = python-pytaglib
conflicts = animewatch-pyqt5
- source = https://github.com/kanishka-linux/AnimeWatch/archive/v2.4.1-3.zip
- md5sums = a65fbd0f49519e36ad3758f5686c4096
+ source = https://github.com/kanishka-linux/AnimeWatch/archive/v2.4.2-0.zip
+ md5sums = 883b8d537d2918929bf85d03acf0db31
pkgname = animewatch-pyqt4
diff --git a/PKGBUILD b/PKGBUILD
index 0fd9a7055c87..9d446709a8f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=animewatch-pyqt4
_pkgname=AnimeWatch
-pkgver=2.4.1
-pkgrel=3
+pkgver=2.4.2
+pkgrel=0
pkgdesc="An Audio/Video Manager and Front End for mpv/mplayer with special emphasis on Anime Collection based on PyQt4"
arch=(any)
conflicts=('animewatch-pyqt5')
@@ -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=('a65fbd0f49519e36ad3758f5686c4096')
+md5sums=('883b8d537d2918929bf85d03acf0db31')
_gitname=AnimeWatch-PyQt4-Stable