Date: Tuesday, March 21, 2023 @ 23:23:09
  Author: heftig
Revision: 471747

3.48.0-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++--------
 1 file changed, 27 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-21 23:21:27 UTC (rev 471746)
+++ PKGBUILD    2023-03-21 23:23:09 UTC (rev 471747)
@@ -2,20 +2,39 @@
 # Contributor: Ionut Biru <[email protected]>
 
 pkgname=gnome-online-accounts
-pkgver=3.46.0
+pkgver=3.48.0
 pkgrel=1
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts";
 arch=(x86_64)
 license=(LGPL)
-depends=(webkit2gtk-4.1 json-glib libnotify librest libsecret krb5 gcr)
-makedepends=(gobject-introspection gtk-doc vala git meson)
-optdepends=('gvfs-goa: Virtual file systems, e.g. OwnCloud'
-            'gvfs-google: Google Drive')
-provides=(libgoa-1.0.so libgoa-backend-1.0.so)
-_commit=05d9df2822e8d7ce482c46e43cb6fe038e5e488a  # tags/3.46.0^0
+depends=(
+  gcr
+  json-glib
+  krb5
+  libnotify
+  librest
+  libsecret
+  webkit2gtk-4.1
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  vala
+)
+optdepends=(
+  'gvfs-goa: Virtual file systems, e.g. OwnCloud'
+  'gvfs-google: Google Drive'
+)
+provides=(
+  libgoa-1.0.so
+  libgoa-backend-1.0.so
+)
+_commit=ebab108d4d8505b56cc313acad341520ed18df8f  # tags/3.48.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-online-accounts.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname

Reply via email to