Date: Sunday, March 31, 2013 @ 17:23:04 Author: heftig Revision: 181113
fix python version Modified: gnome-tweak-tool/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-31 14:03:37 UTC (rev 181112) +++ PKGBUILD 2013-03-31 15:23:04 UTC (rev 181113) @@ -3,7 +3,7 @@ pkgname=gnome-tweak-tool pkgver=3.7.4 -pkgrel=1 +pkgrel=2 pkgdesc="A tool to customize advanced GNOME 3 options." arch=(any) url="https://live.gnome.org/GnomeTweakTool" @@ -17,7 +17,7 @@ build() { cd "$pkgname-$pkgver" - ./configure --prefix=/usr + PYTHON=/usr/bin/python2 ./configure --prefix=/usr make }
