Date: Saturday, September 26, 2020 @ 21:55:51 Author: heftig Revision: 396651
3.37.90+2+gb6b5c19e-1 Modified: gnome-online-accounts/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-26 21:55:36 UTC (rev 396650) +++ PKGBUILD 2020-09-26 21:55:51 UTC (rev 396651) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=gnome-online-accounts -pkgver=3.36.0 +pkgver=3.37.90+2+gb6b5c19e pkgrel=1 pkgdesc="Single sign-on framework for GNOME" url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" @@ -13,7 +13,7 @@ optdepends=('gvfs-goa: Virtual file systems, e.g. OwnCloud' 'gvfs-google: Google Drive') provides=(libgoa-1.0.so libgoa-backend-1.0.so) -_commit=a0931a8253e09e18768270f97b5e093e9df82fa8 # tags/3.36.0^0 +_commit=b6b5c19e62efebeba3eea3043ff38647fcc71ece # master source=("git+https://gitlab.gnome.org/GNOME/gnome-online-accounts.git#commit=$_commit") sha256sums=('SKIP') @@ -32,7 +32,7 @@ -D media_server=true \ -D gtk_doc=true \ -D man=true - ninja -C build + meson compile -C build } check() {
