[arch-commits] Commit in gnome-todo/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Sep 27 21:22:49 UTC 2020
Date: Sunday, September 27, 2020 @ 21:22:49
Author: heftig
Revision: 396810
3.28.1+33+gc03a4c1-1
Modified:
gnome-todo/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-27 17:56:01 UTC (rev 396809)
+++ PKGBUILD 2020-09-27 21:22:49 UTC (rev 396810)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
pkgname=gnome-todo
-pkgver=3.28.1+22+gd56e14e
-pkgrel=2
+pkgver=3.28.1+33+gc03a4c1
+pkgrel=1
pkgdesc="Task manager for GNOME"
url="https://wiki.gnome.org/Apps/Todo"
arch=(x86_64)
@@ -10,7 +10,7 @@
depends=(evolution-data-server libpeas python)
makedepends=(gobject-introspection appstream-glib git meson gtk-doc)
groups=(gnome-extra)
-_commit=d56e14e886021f7dcd81dc5d7bddc8470e5e25ad # gnome-3-28
+_commit=c03a4c1dd82ce523d71d74875118f9d24e7ed066 # gnome-3-28
source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit"
gnome-todo-eds-libecal-2.0.patch)
sha256sums=('SKIP'
@@ -30,7 +30,7 @@
build() {
arch-meson $pkgname build -D gtk_doc=true
- ninja -C build
+ meson compile -C build
}
check() {
More information about the arch-commits
mailing list