extra/gnome-software to 3.38.0-2

This commit is contained in:
Kevin Mihelich 2020-10-05 19:12:25 +00:00
parent bccb1ff3bc
commit 877dff4ca0

View file

@ -9,14 +9,14 @@
pkgbase=gnome-software
pkgname=(gnome-software gnome-software-packagekit-plugin)
pkgver=3.38.0
pkgrel=1
pkgrel=2
pkgdesc="GNOME Software Tools"
url="https://wiki.gnome.org/Apps/Software/"
arch=(x86_64)
license=(GPL2)
makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak ostree
docbook-xsl git gobject-introspection gspell gtk-doc meson
gnome-online-accounts libxmlb malcontent)
gnome-online-accounts libxmlb malcontent sysprof)
_commit=de586130932f5a33a20f57ffe836ebd36443f9d3 # tags/3.38.0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
sha256sums=('SKIP')
@ -34,7 +34,7 @@ build() {
# Ensure static library is non-LTO compatible
CFLAGS+=" -ffat-lto-objects"
arch-meson $pkgbase build -D sysprof=disabled -D fwupd=false -D valgrind=false
arch-meson $pkgbase build -D fwupd=false -D valgrind=false
meson compile -C build
}