Date: Tuesday, October 25, 2022 @ 17:02:28 Author: heftig Revision: 458933
43.1-1 Modified: gnome-calendar/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 17:00:47 UTC (rev 458932) +++ PKGBUILD 2022-10-25 17:02:28 UTC (rev 458933) @@ -2,18 +2,18 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-calendar -pkgver=42.2 +pkgver=43.1 pkgrel=1 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop" url="https://wiki.gnome.org/Apps/Calendar" arch=(x86_64) license=(GPL) -depends=(evolution-data-server libsoup libadwaita libgweather-4 geoclue - geocode-glib gsettings-desktop-schemas gnome-control-center) +depends=(evolution-data-server libsoup3 libadwaita libgweather-4 geoclue + geocode-glib-2 gsettings-desktop-schemas gnome-control-center) makedepends=(git meson) groups=(gnome) options=(debug) -_commit=0207e3902efe3dae1dbd96264cd239fb91b8f573 # tags/42.2^0 +_commit=54f1ada6be4d825880a94d891fbbea15158e435c # tags/43.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit") sha256sums=('SKIP') @@ -39,4 +39,4 @@ meson install -C build --destdir "$pkgdir" } -# vim:set sw=2 et: +# vim:set sw=2 sts=-1 et:
