Date: Wednesday, May 8, 2019 @ 07:31:35 Author: heftig Revision: 352769
3.32.1-1 Modified: gnome-calendar/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-08 06:44:24 UTC (rev 352768) +++ PKGBUILD 2019-05-08 07:31:35 UTC (rev 352769) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-calendar -pkgver=3.32.0+4+g64362206 +pkgver=3.32.1 pkgrel=1 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop" url="https://wiki.gnome.org/Apps/Calendar" @@ -12,7 +12,7 @@ makedepends=(python appstream-glib git meson gtk-doc) optdepends=('evolution: ICS file import') groups=(gnome) -_commit=643622069d939529eafb7aa94d95905795e6fb94 # master +_commit=f9f46a2f3540b26bebf552bba138ef80f1c03a83 # tags/3.32.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit" null-icaltime.diff) sha256sums=('SKIP' @@ -34,7 +34,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
