summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2015-03-19 17:00:32 -0700
committeryar2015-03-19 17:00:32 -0700
commit6ce87eaba92eef4f495a64ec9bb17af046ef86f9 (patch)
tree577a4ea71b9214660cda79ddba5454aa829fc78f
parent1e6e4faabb819c84f4e99422dff8efcc2fc865e4 (diff)
downloadaur-6ce87eaba92eef4f495a64ec9bb17af046ef86f9.tar.gz
replace empty md5sums with sha512sums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 810a0e175167..9e717dfa2c22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = biosdisk-git
options = !strip
backup = etc/biosdisk.conf
source = git+http://linux.dell.com/cgi-bin/cgit.cgi/biosdisk.git#commit=42a22fe0785e9f4a8e5285733bc8e2f8e5a18104
- md5sums = SKIP
+ sha512sums = SKIP
pkgname = biosdisk-git
diff --git a/PKGBUILD b/PKGBUILD
index 3f54bdbb75d5..8da0e727c9e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ provides=("${gitname}")
backup=("etc/biosdisk.conf")
options=('!strip')
source=("git+http://linux.dell.com/cgi-bin/cgit.cgi/${gitname}.git#commit=42a22fe0785e9f4a8e5285733bc8e2f8e5a18104")
-md5sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/${gitname}"