community/gnome-software to 3.26.7-1

This commit is contained in:
Kevin Mihelich 2018-03-02 18:54:29 +00:00
parent c17e11ee14
commit d45a0b47e9

View file

@ -9,15 +9,15 @@
pkgbase=gnome-software
pkgname=(gnome-software gnome-software-packagekit-plugin)
pkgver=3.26.6
pkgver=3.26.7
pkgrel=1
pkgdesc="GNOME Software Tools"
url="https://wiki.gnome.org/Apps/Software/"
arch=(x86_64)
license=(GPL2)
url="https://wiki.gnome.org/Apps/Software/"
makedepends=(appstream-glib gnome-desktop gtkspell3 libpackagekit-glib flatpak ostree
docbook-xsl git gobject-introspection gtk-doc meson)
_commit=16585115a93f20560d08bc5f53b3ca123174c650 # tags/3.26.6^0
_commit=abe2bf7877cbffb21745e52480557d3c0e73622f # tags/3.26.7^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
sha256sums=('SKIP')
@ -31,7 +31,12 @@ prepare() {
}
build() {
arch-meson $pkgbase build -Denable-rpm=false -Denable-ubuntuone=false -Denable-ubuntu-reviews=false -Denable-fwupd=false -Denable-valgrind=false
arch-meson $pkgbase build \
-D enable-rpm=false \
-D enable-ubuntuone=false \
-D enable-ubuntu-reviews=false \
-D enable-fwupd=false \
-D enable-valgrind=false
ninja -C build
}