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

Jan Steffens heftig at gemini.archlinux.org
Mon Nov 8 19:54:05 UTC 2021


    Date: Monday, November 8, 2021 @ 19:54:04
  Author: heftig
Revision: 427562

41.0-1

Modified:
  gnome-clocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-08 19:53:57 UTC (rev 427561)
+++ PKGBUILD	2021-11-08 19:54:04 UTC (rev 427562)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-clocks
-pkgver=40.0
-pkgrel=2
+pkgver=41.0
+pkgrel=1
 pkgdesc="Clocks applications for GNOME"
 url="https://wiki.gnome.org/Apps/Clocks"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gtk3 libgweather gnome-desktop geoclue2 geocode-glib gsound libhandy)
 makedepends=(vala gobject-introspection yelp-tools git meson)
 groups=(gnome)
-_commit=13a15e8506d90b0300f9549020c66280ee4d3026  # tags/40.0^0
+_commit=90d36119a5ac0bb86586e261a26562baea4d577c  # tags/41.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.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