summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryar2015-03-19 17:00:32 -0700
committeryar2015-03-19 17:00:32 -0700
commit7c561ca62bebd77eb65c9383e352b5fdaf3228ef (patch)
tree2d7ad231174fb7fa13323c85d04182ca0f0f7b78 /PKGBUILD
parent0c6e43496db7e8025a0bcc24bfab783ed16c7ac4 (diff)
downloadaur-7c561ca62bebd77eb65c9383e352b5fdaf3228ef.tar.gz
replace empty md5sums with sha512sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ee04696b425..8a2e8e8f8106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=("BSD3")
depends=('python2-lxml' 'python2-numpy' 'python2-dateutil' 'python2-distribute')
makedepends=('git')
source=("git+${url}.git")
-md5sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/${gitname}"