From 5b51c883abcbc05a5f05a08921d0e32b3f542fee Mon Sep 17 00:00:00 2001
From: Rasmus Thomsen <oss@cogitri.dev>
Date: Tue, 6 Apr 2021 10:46:49 +0200
Subject: [PATCH] community/gir-to-d: upgrade to 0.22.0

---
 community/gir-to-d/APKBUILD | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/community/gir-to-d/APKBUILD b/community/gir-to-d/APKBUILD
index c75623ca5c10..27d6e8d3f6aa 100644
--- a/community/gir-to-d/APKBUILD
+++ b/community/gir-to-d/APKBUILD
@@ -1,18 +1,16 @@
 # Contributor: Rasmus Thomsen <oss@cogitri.dev>
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gir-to-d
-pkgver=0.21.0
-pkgrel=1
+pkgver=0.22.0
+pkgrel=0
 pkgdesc="Create D bindings from GObject introspection files"
 url="https://github.com/gtkd-developers/gir-to-d"
 # gdc is broken on 32bit arches
-aarch="aarch64 x86_64"
+arch="aarch64 x86_64"
 license="LGPL-3.0-or-later"
 makedepends="meson gcc-gdc"
 options="!check" # no tests
-source="https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver/gir-to-d-$pkgver.tar.gz
-	glib.patch::https://github.com/gtkd-developers/gir-to-d/commit/b5a463ce6a1f41979030ed43b33c266fb1a352ae.patch
-	"
+source="https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver/gir-to-d-$pkgver.tar.gz"
 
 build() {
 	abuild-meson . output
@@ -23,5 +21,4 @@ package() {
 	DESTDIR="$pkgdir" meson install --no-rebuild -C output
 }
 
-sha512sums="378a5c1cb1ec909fc39f1cc00b2479a0d826c3bdfe31b535e68719e4ccc74db548b670700dbf78eced417777477d1bcf5aad1cbe2bc15049f1ec52666c16a9da  gir-to-d-0.21.0.tar.gz
-b3966192c0d04dac2154a721a0e637c751b113b50ea8f5ff4fd31a37c4d702509fded34aca7a934885e043df0218a232931cf4d28bd61549a39d421e57adaff6  glib.patch"
+sha512sums="18a06884153c4ec7c028a2ad492bf272500e3e4079ae7c3eba6188f7681377edde2fe0cbcacedaa757aa6ed5bcf5f1ba2d201093d6f31111692a0162b44c77d6  gir-to-d-0.22.0.tar.gz"
-- 
GitLab