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

Jan Steffens heftig at archlinux.org
Mon Oct 2 19:46:16 UTC 2017


    Date: Monday, October 2, 2017 @ 19:46:15
  Author: heftig
Revision: 306585

3.26.2.1-1

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 19:43:37 UTC (rev 306584)
+++ PKGBUILD	2017-10-02 19:46:15 UTC (rev 306585)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-tweak-tool
-pkgver=3.26.1
+pkgver=3.26.2.1
 pkgrel=1
 pkgdesc="Customize advanced GNOME 3 options"
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(gnome-settings-daemon python-gobject)
 makedepends=(git meson)
 groups=(gnome-extra)
-_commit=bc0a6fb59dcbdeb70d2c6124b5286186b4e2e8ef  # tags/3.26.1^0
+_commit=96ddca165efe44406ec2774a2595e35d082a01a5  # tags/3.26.2.1^0
 source=("git+https://git.gnome.org/browse/gnome-tweak-tool#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,8 +27,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
-    --libexecdir=/usr/lib/$pkgname
+  arch-meson ../$pkgname
   ninja
 }
 



More information about the arch-commits mailing list