community/gnome-software to 3.28.0-1

This commit is contained in:
Kevin Mihelich 2018-03-25 00:38:29 +00:00
parent 215025f7dc
commit aa8980654d

View file

@ -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')