summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df2441c82a1c..f4c18eb66350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = animewatch-pyqt4
depends = python-pytaglib
conflicts = animewatch-pyqt5
source = https://github.com/kanishka-linux/AnimeWatch/archive/v2.4.1-2.zip
- md5sums = SKIP
+ md5sums = c90087d86900030b4f33b59473c5280a
pkgname = animewatch-pyqt4
diff --git a/PKGBUILD b/PKGBUILD
index 5f1eadf3bdb4..a89c6708ca82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('SKIP')
+md5sums=('c90087d86900030b4f33b59473c5280a')
_gitname=AnimeWatch-PyQt4-Stable