From aa8980654d267204f4e3bc72a0729a5e027d2268 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 25 Mar 2018 00:38:29 +0000 Subject: [PATCH] community/gnome-software to 3.28.0-1 --- community/gnome-software/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/gnome-software/PKGBUILD b/community/gnome-software/PKGBUILD index 4ac3861b0..88b06c771 100644 --- a/community/gnome-software/PKGBUILD +++ b/community/gnome-software/PKGBUILD @@ -9,15 +9,15 @@ pkgbase=gnome-software pkgname=(gnome-software gnome-software-packagekit-plugin) -pkgver=3.26.7 +pkgver=3.28.0 pkgrel=1 pkgdesc="GNOME Software Tools" url="https://wiki.gnome.org/Apps/Software/" arch=(x86_64) license=(GPL2) makedepends=(appstream-glib gnome-desktop gtkspell3 libpackagekit-glib flatpak ostree - docbook-xsl git gobject-introspection gtk-doc meson) -_commit=abe2bf7877cbffb21745e52480557d3c0e73622f # tags/3.26.7^0 + docbook-xsl git gobject-introspection gtk-doc meson gspell) +_commit=299554f4a23e39f5d0b0e4d8f59a4beb2954ffa0 # tags/3.28.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit") sha256sums=('SKIP') @@ -42,7 +42,7 @@ build() { package_gnome-software() { groups=('gnome') - depends=(appstream-glib gnome-desktop gsettings-desktop-schemas gtkspell3 libpackagekit-glib) + depends=(appstream-glib gnome-desktop gsettings-desktop-schemas gtkspell3 libpackagekit-glib gspell) optdepends=('flatpak: Flatpak support plugin' 'fwupd: fwupd support plugin' 'ostree: OSTree support plugin')