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

Jan Steffens heftig at archlinux.org
Mon Dec 11 19:06:39 UTC 2017


    Date: Monday, December 11, 2017 @ 19:06:38
  Author: heftig
Revision: 312184

3.26.4-1

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-11 19:05:46 UTC (rev 312183)
+++ PKGBUILD	2017-12-11 19:06:38 UTC (rev 312184)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-tweak-tool
-pkgver=3.26.3
+pkgver=3.26.4
 pkgrel=1
 pkgdesc="Customize advanced GNOME 3 options"
 url="https://wiki.gnome.org/Apps/GnomeTweakTool"
@@ -11,7 +11,7 @@
 depends=(gnome-settings-daemon python-gobject nautilus)
 makedepends=(git meson)
 groups=(gnome-extra)
-_commit=3d53a5ad00cedcc7df30bc709c923cbdf97f82cf  # tags/3.26.3^0
+_commit=fb52aee275c3085cd59bdb779e6522f3ee8eb45e  # tags/3.26.4^0
 source=("git+https://git.gnome.org/browse/gnome-tweak-tool#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,14 +21,12 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
+  arch-meson $pkgname build
+  ninja -C build
 }
 
 check() {
@@ -37,8 +35,7 @@
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list