Date: Tuesday, October 25, 2022 @ 22:44:40 Author: heftig Revision: 459024
43.0-1 Modified: gnome-weather/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 22:44:22 UTC (rev 459023) +++ PKGBUILD 2022-10-25 22:44:40 UTC (rev 459024) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-weather -pkgver=42.0 +pkgver=43.0 pkgrel=1 pkgdesc="Access current weather conditions and forecasts" url="https://wiki.gnome.org/Apps/Weather" @@ -10,7 +10,7 @@ depends=(gtk4 gjs libgweather-4 geoclue libadwaita) makedepends=(gobject-introspection appstream-glib git meson) groups=(gnome) -_commit=9165610014d95c5a93e61d8d11d91dc98d1adc33 # tags/42.0^0 +_commit=d48dde75c1062a5cfb8c4fe17e8f5f9cd3ecb80e # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit") sha256sums=('SKIP') @@ -35,3 +35,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
