Date: Monday, October 4, 2021 @ 18:47:52 Author: heftig Revision: 425111
41.0-1 Modified: gnome-todo/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-04 18:45:27 UTC (rev 425110) +++ PKGBUILD 2021-10-04 18:47:52 UTC (rev 425111) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-todo -pkgver=40.1 +pkgver=41.0 pkgrel=1 pkgdesc="Task manager for GNOME" url="https://wiki.gnome.org/Apps/Todo" @@ -8,9 +8,9 @@ arch=(x86_64) license=(GPL) depends=(evolution-data-server libpeas python gtk4 libportal libadwaita) -makedepends=(gobject-introspection appstream-glib git meson) +makedepends=(gobject-introspection appstream-glib git meson yelp-tools) groups=(gnome-extra) -_commit=0f24cc4ec942992f2df778d72556fffe53dfa506 # tags/40.1^0 +_commit=fe5f91502e57f0e945e8b72229db678212dcd9db # tags/41.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit") sha256sums=('SKIP')
