diff options
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/gnome-online-accounts/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD index c5bda3118..abe9d9809 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -8,17 +8,17 @@ # - removed support for possibly unsafe protocols pkgname=gnome-online-accounts -pkgver=3.26.2 +pkgver=3.28.0 pkgrel=1.nonprism1 pkgdesc="Single sign-on framework for GNOME, without support for unsafe and dangerous for privacy protocols" url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" arch=(x86_64 i686 armv7h) license=(LGPL) depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr) -makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common) +makedepends=(gobject-introspection gtk-doc vala autoconf-archive gnome-common git) optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)') -_commit=ff9f1e7da6278dbda262cf65e70224f61f81d293 # tags/3.26.2^0 +_commit=3236929b648162c8a8b8c0020377f6d9af1ef6bb # tags/3.28.0^0 source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit" "git+https://git.gnome.org/browse/telepathy-account-widgets") sha256sums=('SKIP' @@ -46,6 +46,7 @@ build() { --prefix=/usr \ --libexecdir=/usr/lib \ --disable-static \ + --enable-compile-warnings=minimum \ --enable-inspector \ --enable-media-server \ --enable-kerberos \ |