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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 21:58:01 UTC 2022


    Date: Saturday, April 2, 2022 @ 21:58:00
  Author: heftig
Revision: 441325

42.0-1

Modified:
  gnome-clocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 21:54:55 UTC (rev 441324)
+++ PKGBUILD	2022-04-02 21:58:00 UTC (rev 441325)
@@ -1,22 +1,24 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-clocks
-pkgver=41.0
+pkgver=42.0
 pkgrel=1
 pkgdesc="Clocks applications for GNOME"
 url="https://wiki.gnome.org/Apps/Clocks"
 arch=(x86_64)
 license=(GPL)
-depends=(gtk3 libgweather gnome-desktop geoclue2 geocode-glib gsound libhandy)
+depends=(gtk4 libgweather-4 gnome-desktop-4 geoclue geocode-glib gsound
+         libadwaita)
 makedepends=(vala gobject-introspection yelp-tools git meson)
 groups=(gnome)
-_commit=90d36119a5ac0bb86586e261a26562baea4d577c  # tags/41.0^0
+options=(debug)
+_commit=53779868cc89b6347a2090025e81af6e70d7c14d  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.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