[arch-commits] Commit in gnome-software/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Mar 2 16:13:23 UTC 2018


    Date: Friday, March 2, 2018 @ 16:13:22
  Author: heftig
Revision: 301415

3.26.7-1

Modified:
  gnome-software/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-02 16:09:56 UTC (rev 301414)
+++ PKGBUILD	2018-03-02 16:13:22 UTC (rev 301415)
@@ -5,15 +5,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 fwupd ostree
              docbook-xsl git gobject-introspection gtk-doc meson valgrind)
-_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')
 
@@ -27,7 +27,10 @@
 }
 
 build() {
-  arch-meson $pkgbase build -Denable-rpm=false -Denable-ubuntuone=false -Denable-ubuntu-reviews=false
+  arch-meson $pkgbase build \
+    -D enable-rpm=false \
+    -D enable-ubuntuone=false \
+    -D enable-ubuntu-reviews=false
   ninja -C build
 }
 



More information about the arch-commits mailing list