[arch-commits] Commit in gnome-weather/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 23:15:09 UTC 2022


    Date: Saturday, April 2, 2022 @ 23:15:09
  Author: heftig
Revision: 441353

42.0-1

Modified:
  gnome-weather/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 23:11:21 UTC (rev 441352)
+++ PKGBUILD	2022-04-02 23:15:09 UTC (rev 441353)
@@ -1,22 +1,22 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-weather
-pkgver=41.0
+pkgver=42.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 libhandy)
+depends=(gtk4 gjs libgweather-4 geoclue libadwaita)
 makedepends=(gobject-introspection appstream-glib git meson)
 groups=(gnome)
-_commit=8eea7b1727c2b657e119f8729d7ebef77480326d  # tags/41.0^0
+_commit=9165610014d95c5a93e61d8d11d91dc98d1adc33  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list