[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Oct 5 16:22:02 UTC 2019
Date: Saturday, October 5, 2019 @ 16:22:02
Author: heftig
Revision: 363854
3.34.1-1
Modified:
gnome-calendar/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-05 16:00:54 UTC (rev 363853)
+++ PKGBUILD 2019-10-05 16:22:02 UTC (rev 363854)
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-calendar
-pkgver=3.34.0+13+gcb14c3f4
+pkgver=3.34.1
pkgrel=1
pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
url="https://wiki.gnome.org/Apps/Calendar"
@@ -9,10 +9,10 @@
arch=(x86_64)
license=(GPL)
depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center libdazzle)
-makedepends=(python appstream-glib git meson gtk-doc)
+makedepends=(python appstream-glib git meson)
optdepends=('evolution: ICS file import')
groups=(gnome)
-_commit=cb14c3f46c1b626d1391828b66f11ce19f1f8993 # master
+_commit=ca58f2b4643e6477f4c25b49ed6678b83033cefc # tags/3.34.1^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit")
sha256sums=('SKIP')
@@ -26,7 +26,7 @@
}
build() {
- arch-meson $pkgname build -D documentation=true
+ arch-meson $pkgname build
ninja -C build
}
More information about the arch-commits
mailing list