summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4069602df40..7325983e0c0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = blueprint-compiler-health
license = LGPL
makedepends = meson
depends = python-gobject
- source = git+https://gitlab.gnome.org/jwestman/blueprint-compiler#commit=87cedc2c7e
+ source = git+https://gitlab.gnome.org/jwestman/blueprint-compiler#commit=93f2a27e
sha256sums = SKIP
pkgname = blueprint-compiler-health
diff --git a/PKGBUILD b/PKGBUILD
index b39e5088f14b..8d119c2169f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=(
makedepends=(
meson
)
-_commit="87cedc2c7e"
+_commit="93f2a27e"
_repo_url="https://gitlab.gnome.org/${_ns}/${_pkgname}"
source=(
"git+${_repo_url}#commit=${_commit}")