From 4d796efb18c5c400c82b27a9edc90e74be7352f7 Mon Sep 17 00:00:00 2001
From: Jan Alexander Steffens <heftig@archlinux.org>
Date: Sun, 9 Apr 2023 23:56:36 +0000
Subject: [PATCH] 44.0-1

---
 PKGBUILD | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 195ed9b..c5d15a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,26 @@
 # Contributor: uastasi <uastasi@archlinux.us>
 
 pkgname=gnote
-pkgver=43.1
+pkgver=44.0
 pkgrel=1
 pkgdesc="A note taking application"
 url="https://wiki.gnome.org/Apps/Gnote"
 arch=(x86_64)
 license=(GPL3)
-depends=(gtkmm3 gspell libxslt libsecret)
-makedepends=(yelp-tools meson git)
-_commit=7747e299c0f14090d4fa084bcd84ef6f656fc525  # tags/43.1^0
+depends=(
+  gspell
+  gtkmm3
+  libsecret
+  libxslt
+)
+makedepends=(
+  git
+  meson
+  yelp-tools
+)
+_commit=22c42a15660df97cd499e771212837d3ece1c699  # tags/44.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit")
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd gnote
-- 
GitLab