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 f4c18eb66350..523ee6cf6863 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 = 2
+ pkgrel = 3
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-2.zip
- md5sums = c90087d86900030b4f33b59473c5280a
+ source = https://github.com/kanishka-linux/AnimeWatch/archive/v2.4.1-3.zip
+ md5sums = a65fbd0f49519e36ad3758f5686c4096
pkgname = animewatch-pyqt4
diff --git a/PKGBUILD b/PKGBUILD
index a89c6708ca82..0fd9a7055c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=animewatch-pyqt4
_pkgname=AnimeWatch
pkgver=2.4.1
-pkgrel=2
+pkgrel=3
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=('c90087d86900030b4f33b59473c5280a')
+md5sums=('a65fbd0f49519e36ad3758f5686c4096')
_gitname=AnimeWatch-PyQt4-Stable