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

Jan Steffens heftig at gemini.archlinux.org
Wed Aug 18 20:56:48 UTC 2021


    Date: Wednesday, August 18, 2021 @ 20:56:48
  Author: heftig
Revision: 422320

40.1-1

Modified:
  gnome-weather/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-18 20:53:50 UTC (rev 422319)
+++ PKGBUILD	2021-08-18 20:56:48 UTC (rev 422320)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-weather
-pkgver=40.0
+pkgver=40.1
 pkgrel=1
 pkgdesc="Access current weather conditions and forecasts"
 url="https://wiki.gnome.org/Apps/Weather"
@@ -10,7 +10,7 @@
 depends=(gtk3 gjs libgweather geoclue2 gnome-desktop libhandy)
 makedepends=(gobject-introspection appstream-glib git meson)
 groups=(gnome)
-_commit=65c5801297a3119b24f3c17dd7e846eb22f578e6  # tags/40.0^0
+_commit=41dd28a4a6b256c40dd294a9fae772792521de15  # tags/40.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -33,5 +33,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list