summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2020-04-26 17:43:59 +0200
committerFrederik Schwan2020-04-26 17:43:59 +0200
commit332a28a143c37e28719b1832f5a06160628d8cb2 (patch)
treefda5e1fc3c98eb445c110ae0349750f4a6f7d759
parentec6a557ed5c9b5b353a636d46747c6019301b01e (diff)
downloadaur-332a28a143c37e28719b1832f5a06160628d8cb2.tar.gz
migrate to b2sums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86a6babe91c9..e160e1be13f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = namebench
optdepends = tk: gui
optdepends = python2-pmw: gui
source = namebench::git+https://github.com/google/namebench.git#branch=1.3
- sha512sums = SKIP
+ b2sums = SKIP
pkgname = namebench
diff --git a/PKGBUILD b/PKGBUILD
index b1fd3b82fc3d..c07c2d2b2d93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ makedepends=('git')
optdepends=('tk: gui'
'python2-pmw: gui')
source=("namebench::git+https://github.com/google/${pkgname}.git#branch=${pkgver}")
-sha512sums=('SKIP')
+b2sums=('SKIP')
build() {
cd ${pkgname}