Date: Tuesday, October 25, 2022 @ 17:14:08 Author: heftig Revision: 458943
43.0-1 Modified: gnome-clocks/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 17:10:24 UTC (rev 458942) +++ PKGBUILD 2022-10-25 17:14:08 UTC (rev 458943) @@ -1,18 +1,18 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-clocks -pkgver=42.0 +pkgver=43.0 pkgrel=1 pkgdesc="Clocks applications for GNOME" url="https://wiki.gnome.org/Apps/Clocks" arch=(x86_64) license=(GPL) -depends=(gtk4 libgweather-4 gnome-desktop-4 geoclue geocode-glib gsound +depends=(gtk4 libgweather-4 gnome-desktop-4 geoclue geocode-glib-2 gsound libadwaita) makedepends=(vala gobject-introspection yelp-tools git meson) groups=(gnome) options=(debug) -_commit=53779868cc89b6347a2090025e81af6e70d7c14d # tags/42.0^0 +_commit=9877dfa0ca9fcc2fcf73fd6d96b57226380baf4a # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit") sha256sums=('SKIP') @@ -37,3 +37,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
