Date: Tuesday, October 25, 2022 @ 22:44:54 Author: heftig Revision: 459025
43.0-1 Modified: gnote/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 22:44:40 UTC (rev 459024) +++ PKGBUILD 2022-10-25 22:44:54 UTC (rev 459025) @@ -4,7 +4,7 @@ # Contributor: uastasi <[email protected]> pkgname=gnote -pkgver=42.1 +pkgver=43.0 pkgrel=1 pkgdesc="A note taking application" url="https://wiki.gnome.org/Apps/Gnote" @@ -13,7 +13,7 @@ depends=(gtkmm3 gspell libxslt libsecret) makedepends=(yelp-tools meson git) options=(debug) -_commit=bcad054a73490356c45940360f5c589937dda5e3 # tags/42.1^0 +_commit=6298d00ad8f33b35b0a4c008a7fb96ddfc7b6c0b # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit") sha256sums=('SKIP') @@ -38,3 +38,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
