aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-06-28 18:52:12 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-06-29 08:09:50 +0000
commit0d759310c97015d3825191e40e8d7d878d14f552 (patch)
treed0707e05ca0e1ee738aab4e3706630abdd622b9c
parent886b56177209457194f7ce1fcffb0225e54e7dd6 (diff)
community/gnome-builder: upgrade to 3.36.1
-rw-r--r--community/gnome-builder/APKBUILD8
-rw-r--r--community/gnome-builder/fix-musl.patch3
2 files changed, 7 insertions, 4 deletions
diff --git a/community/gnome-builder/APKBUILD b/community/gnome-builder/APKBUILD
index b271b90287e..6d3f75f9b83 100644
--- a/community/gnome-builder/APKBUILD
+++ b/community/gnome-builder/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-builder
-pkgver=3.36.0
-pkgrel=3
+pkgver=3.36.1
+pkgrel=0
pkgdesc="Develop software for GNOME"
url="https://wiki.gnome.org/Apps/Builder"
arch="all !s390x !mips !mips64"
@@ -42,5 +42,5 @@ package() {
DESTDIR="$pkgdir" ninja -C output install
}
-sha512sums="ccd6ca916ed6ad10b69e5573482e2ea48cf4227d858605825ab56989840ebbf5a6dfafc915a1f8df3a1061b37c80adfbd03fc9d616c67e08a5032069b11aa4a6 gnome-builder-3.36.0.tar.xz
-7e235b7591c73f4e19edcc9cfc17be65fa81d66ea4b098673c5750e6ab93cf8ba59a7d55d4d2f5bd44134608ad08664d905fd8e74d4941f09e6dc0257fa60547 fix-musl.patch"
+sha512sums="284da6e5a9e766cb6f6122f1134c779cde8406b006728ae1fff3518020ef4b96239aa5037cd2d35cfe4728ea088d61c4eeabc39ea753a16208fdaba7b04e63c2 gnome-builder-3.36.1.tar.xz
+ef7f75d316558e59ecb07b4fc8ef92abc51d78d6983021588546fadb57f90d971561be1f2491a2750e61e07c6d6200f3c199dab3db1060a2217ccbdb2505239e fix-musl.patch"
diff --git a/community/gnome-builder/fix-musl.patch b/community/gnome-builder/fix-musl.patch
index 1aa572d26ef..523743930cd 100644
--- a/community/gnome-builder/fix-musl.patch
+++ b/community/gnome-builder/fix-musl.patch
@@ -1,3 +1,6 @@
+Upstream: No
+Reason: Alpine musl libc
+
--- a/src/libide/foundry/ide-simple-build-system-discovery.c
+++ b/src/libide/foundry/ide-simple-build-system-discovery.c
@@ -27,6 +27,10 @@