summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf528b74a8a0..5b15c7ab22ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = blueprint-compiler-health
makedepends = meson
depends = python-gobject
source = https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/93f2a27e35905420e70bfdb5c2f04d6af43b357d/blueprint-compiler-93f2a27e35905420e70bfdb5c2f04d6af43b357d.tar.gz
- sha256sums = SKIP
+ sha512sums = 19104642fd397b664ff08c513b2f9008d96f9da7665fb6552c0f866fe45685fd778f315ade2bc0dacd2616bbec0b0a032f4d1fe17632f8de97780869fe9e1a8c
pkgname = blueprint-compiler-health
provides = blueprint-compiler=0.8.1+93f2a27e
diff --git a/PKGBUILD b/PKGBUILD
index f6cd2cee1615..e602b65276e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,8 +23,8 @@ source=(
# "git+${_repo_url}#commit=${_commit}")
"${_repo_url}/-/archive/${_commit}/${_pkgname}-${_commit}.tar.gz"
)
-sha256sums=(
- 'SKIP'
+sha512sums=(
+ '19104642fd397b664ff08c513b2f9008d96f9da7665fb6552c0f866fe45685fd778f315ade2bc0dacd2616bbec0b0a032f4d1fe17632f8de97780869fe9e1a8c'
)
build() {