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

Jan Steffens heftig at archlinux.org
Tue May 12 20:15:32 UTC 2015


    Date: Tuesday, May 12, 2015 @ 22:15:32
  Author: heftig
Revision: 239219

3.16.2

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-12 20:14:56 UTC (rev 239218)
+++ PKGBUILD	2015-05-12 20:15:32 UTC (rev 239219)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-tweak-tool
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 pkgdesc="A tool to customize advanced GNOME 3 options."
 arch=(any)
@@ -13,12 +13,12 @@
 groups=('gnome-extra')
 install=gnome-tweak-tool.install
 source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5201dea4cac641de19997faccea5fc771829c5b4c2d3ca8f84ccfa8180ffea50')
+sha256sums=('b1e403725c3489be07e1d754f044d1128eddb38204a344bbe0baa523d531bd64')
 
 build() {
   cd "$pkgname-$pkgver"
 
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
   make
 }
 



More information about the arch-commits mailing list