Date: Thursday, March 25, 2021 @ 22:42:22 Author: heftig Revision: 410995
40.0-1 Modified: gnome-weather/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-25 22:35:23 UTC (rev 410994) +++ PKGBUILD 2021-03-25 22:42:22 UTC (rev 410995) @@ -1,16 +1,16 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-weather -pkgver=3.36.1 +pkgver=40.0 pkgrel=1 pkgdesc="Access current weather conditions and forecasts" url="https://wiki.gnome.org/Apps/Weather" arch=(any) license=(GPL) -depends=(gtk3 gjs libgweather geoclue2 gnome-desktop) +depends=(gtk3 gjs libgweather geoclue2 gnome-desktop libhandy) makedepends=(gobject-introspection appstream-glib git meson) groups=(gnome) -_commit=dd03f9bf309a05d92a225d7491c73d48294dd936 # tags/3.36.1^0 +_commit=65c5801297a3119b24f3c17dd7e846eb22f578e6 # tags/40.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit") sha256sums=('SKIP') @@ -25,7 +25,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
