mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/gnome-software to 3.28.0-1
This commit is contained in:
parent
215025f7dc
commit
aa8980654d
1 changed files with 4 additions and 4 deletions
|
@ -9,15 +9,15 @@
|
||||||
|
|
||||||
pkgbase=gnome-software
|
pkgbase=gnome-software
|
||||||
pkgname=(gnome-software gnome-software-packagekit-plugin)
|
pkgname=(gnome-software gnome-software-packagekit-plugin)
|
||||||
pkgver=3.26.7
|
pkgver=3.28.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="GNOME Software Tools"
|
pkgdesc="GNOME Software Tools"
|
||||||
url="https://wiki.gnome.org/Apps/Software/"
|
url="https://wiki.gnome.org/Apps/Software/"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
makedepends=(appstream-glib gnome-desktop gtkspell3 libpackagekit-glib flatpak ostree
|
makedepends=(appstream-glib gnome-desktop gtkspell3 libpackagekit-glib flatpak ostree
|
||||||
docbook-xsl git gobject-introspection gtk-doc meson)
|
docbook-xsl git gobject-introspection gtk-doc meson gspell)
|
||||||
_commit=abe2bf7877cbffb21745e52480557d3c0e73622f # tags/3.26.7^0
|
_commit=299554f4a23e39f5d0b0e4d8f59a4beb2954ffa0 # tags/3.28.0^0
|
||||||
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
|
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ build() {
|
||||||
|
|
||||||
package_gnome-software() {
|
package_gnome-software() {
|
||||||
groups=('gnome')
|
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'
|
optdepends=('flatpak: Flatpak support plugin'
|
||||||
'fwupd: fwupd support plugin'
|
'fwupd: fwupd support plugin'
|
||||||
'ostree: OSTree support plugin')
|
'ostree: OSTree support plugin')
|
||||||
|
|
Loading…
Reference in a new issue