summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Barberee2016-07-20 22:50:36 -0500
committerSeth Barberee2016-07-20 22:50:36 -0500
commit2cca81479df575debb42cb72daa683078402c566 (patch)
tree3539ff22586dce3fa57b197c2492a0678944e45a
parent99a673b8dcca40baf78157681b2d017b2e5fa52e (diff)
downloadaur-2cca81479df575debb42cb72daa683078402c566.tar.gz
added md5sums to PKGBUILD
-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