diff --git a/srcpkgs/gnome-builder/patches/musl-wordsize.patch b/srcpkgs/gnome-builder/patches/musl-wordsize.patch
index cd1129c0a5b..2c51b91fb72 100644
--- a/srcpkgs/gnome-builder/patches/musl-wordsize.patch
+++ b/srcpkgs/gnome-builder/patches/musl-wordsize.patch
@@ -1,9 +1,10 @@
--- src/plugins/sysprof/gbp-sysprof-plugin.c 2018-03-14 03:10:22.000000000 +0100
+++ src/plugins/sysprof/gbp-sysprof-plugin.c 2018-04-10 15:20:46.416250960 +0200
-@@ -16,6 +16,10 @@
+@@ -16,6 +16,11 @@
* along with this program. If not, see .
*/
++#include
+#if !defined(__GLIBC__)
+#include /* for __WORDSIZE */
+#endif
@@ -13,10 +14,11 @@
#include
--- src/plugins/sysprof/gbp-sysprof-perspective.c 2018-03-14 03:10:22.000000000 +0100
+++ src/plugins/sysprof/gbp-sysprof-perspective.c 2018-04-10 15:12:49.793279369 +0200
-@@ -17,6 +17,9 @@
+@@ -17,6 +17,10 @@
*/
#define G_LOG_DOMAIN "gbp-sysprof-perspective"
++#include
+#if !defined(__GLIBC__)
+#include /* for __WORDSIZE */
+#endif
@@ -25,10 +27,11 @@
#include
--- src/plugins/sysprof/gbp-sysprof-workbench-addin.c 2018-03-14 03:10:22.000000000 +0100
+++ src/plugins/sysprof/gbp-sysprof-workbench-addin.c 2018-04-10 15:19:28.473255605 +0200
-@@ -16,6 +16,10 @@
+@@ -16,6 +16,11 @@
* along with this program. If not, see .
*/
++#include
+#if !defined(__GLIBC__)
+#include /* for __WORDSIZE */
+#endif
diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index 9640fbe1ee4..493e72cd718 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
# Template file for 'gnome-builder'
pkgname=gnome-builder
-version=3.28.0
-revision=3
+version=3.28.2
+revision=1
build_style=meson
hostmakedepends="appdata-tools desktop-file-utils flex gobject-introspection
gspell-devel llvm mm-common vala"
@@ -14,7 +14,7 @@ maintainer="Enno Boland "
homepage="https://wiki.gnome.org/Apps/Builder"
license="GPL-2.0-or-later"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
-checksum=71b7527a4297b5e4986754f5563cb9afc777bc8a890b90145c05ac93f2d6a9f8
+checksum=398baaf8b14407a666b9d9eddbe9bde0812a86479f534085080149bd3271372e
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libexecinfo-devel"