Date: Sunday, April 9, 2023 @ 23:56:36 Author: heftig Revision: 473605
44.0-1 Modified: gnote/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-09 23:54:46 UTC (rev 473604) +++ PKGBUILD 2023-04-09 23:56:36 UTC (rev 473605) @@ -4,17 +4,26 @@ # Contributor: uastasi <[email protected]> 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
