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

Jan Steffens heftig at archlinux.org
Thu Jan 11 19:31:02 UTC 2018


    Date: Thursday, January 11, 2018 @ 19:31:00
  Author: heftig
Revision: 281375

3.26.5-1

Modified:
  gnome-software/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-11 19:27:42 UTC (rev 281374)
+++ PKGBUILD	2018-01-11 19:31:00 UTC (rev 281375)
@@ -4,7 +4,7 @@
 # Contributor: Yosef Or Boczko <yoseforb at gnome.org>
 
 pkgname=gnome-software
-pkgver=3.26.4
+pkgver=3.26.5
 pkgrel=1
 pkgdesc="GNOME Software Tools"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop flatpak
          packagekit archlinux-appstream-data gtkspell3 libgudev fwupd liboauth)
 makedepends=(python docbook-xsl git valgrind meson gobject-introspection gtk-doc)
-_commit=2d0d2d7bc464a35a9d26f6a6485bf38c716ace86  # tags/3.26.4^0
+_commit=7424bad60e8336079eb7db639e0cc96c99d98354  # tags/3.26.5^0
 source=("git+https://git.gnome.org/browse/gnome-software#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -23,17 +23,14 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  arch-meson ../$pkgname -Denable-rpm=false
-  ninja
+  arch-meson $pkgname build -Denable-rpm=false
+  ninja -C build
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list