Date: Sunday, April 14, 2019 @ 20:17:59
  Author: heftig
Revision: 350784

3.32.0+4+g64362206-1

Modified:
  gnome-calendar/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-04-14 18:07:30 UTC (rev 350783)
+++ PKGBUILD    2019-04-14 20:17:59 UTC (rev 350784)
@@ -2,16 +2,17 @@
 # Maintainer: Jan de Groot <j...@archlinux.org>
 
 pkgname=gnome-calendar
-pkgver=3.32.0
-pkgrel=2
+pkgver=3.32.0+4+g64362206
+pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar";
 arch=(x86_64)
 license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
+depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center 
libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
+optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=f1b5d70be3d1cddb2683346834b49b3c74ed77d7  # tags/3.32.0^0
+_commit=643622069d939529eafb7aa94d95905795e6fb94  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit";
         null-icaltime.diff)
 sha256sums=('SKIP'
@@ -28,9 +29,7 @@
 }
 
 build() {
-  arch-meson $pkgname build \
-    --buildtype=debugoptimized \
-    -D documentation=true
+  arch-meson $pkgname build -D documentation=true
   ninja -C build
 }
 

Reply via email to