Date: Tuesday, October 20, 2020 @ 18:58:06 Author: arojas Revision: 398664
Update to 0.17.13 Modified: libgdata/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-20 18:48:40 UTC (rev 398663) +++ PKGBUILD 2020-10-20 18:58:06 UTC (rev 398664) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libgdata -pkgver=0.17.12 +pkgver=0.17.13 pkgrel=1 pkgdesc="GLib-based library for accessing online service APIs using the GData protocol" url="https://wiki.gnome.org/Projects/libgdata" @@ -10,7 +10,7 @@ license=(GPL) depends=(libsoup gcr gnome-online-accounts) makedepends=(gobject-introspection vala uhttpmock git gtk-doc meson) -_commit=6fd85102e7dcf7414000264a263465ba5cb894e4 # tags/0.17.12^0 +_commit=2bc0941f428cf7fa54e4ba996482dba3843e08d3 source=("git+https://gitlab.gnome.org/GNOME/libgdata.git#commit=$_commit") sha256sums=('SKIP') @@ -24,7 +24,7 @@ } build() { - arch-meson $pkgname build -D installed_tests=false -D man=true + arch-meson $pkgname build -D installed_tests=false -D man=true -D gtk_doc=true ninja -C build }
