community/gnome-software to 3.32.0-2

This commit is contained in:
Kevin Mihelich 2019-03-29 12:52:09 +00:00
parent c0ab4a0155
commit db33ab7ae3

View file

@ -9,7 +9,7 @@
pkgbase=gnome-software
pkgname=(gnome-software gnome-software-packagekit-plugin)
pkgver=3.32.0
pkgrel=1
pkgrel=2
pkgdesc="GNOME Software Tools"
url="https://wiki.gnome.org/Apps/Software/"
arch=(x86_64)
@ -55,7 +55,7 @@ _pick() {
package_gnome-software() {
groups=('gnome')
depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell libpackagekit-glib
gnome-online-accounts)
gnome-online-accounts appstream-glib)
optdepends=('flatpak: Flatpak support plugin'
'fwupd: fwupd support plugin'
'ostree: OSTree support plugin')
@ -69,6 +69,6 @@ package_gnome-software() {
package_gnome-software-packagekit-plugin() {
pkgdesc="PackageKit support plugin for GNOME Software"
depends=(archlinux-appstream-data gnome-software packagekit appstream-glib)
depends=(archlinux-appstream-data gnome-software packagekit)
mv packagekit-plugin/* "$pkgdir"
}