Date: Monday, June 12, 2017 @ 19:22:23 Author: heftig Revision: 298712
3.24.1-1 Modified: gnome-tweak-tool/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-12 19:06:43 UTC (rev 298711) +++ PKGBUILD 2017-06-12 19:22:23 UTC (rev 298712) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=gnome-tweak-tool -pkgver=3.24.0+3+g01bffca +pkgver=3.24.1 pkgrel=1 pkgdesc="Customize advanced GNOME 3 options" arch=(any) @@ -11,7 +11,7 @@ depends=(gnome-settings-daemon python2-gobject) makedepends=(intltool gnome-common git) groups=(gnome-extra) -_commit=01bffca3a608572a6f253f6cff0dd57dca3f9b9d # gnome-3-24 +_commit=c2d12aa59a74739051a9ddbd131059e76cd67d74 # tags/3.24.1^0 source=("git+https://git.gnome.org/browse/gnome-tweak-tool#commit=$_commit") sha256sums=('SKIP') @@ -22,7 +22,6 @@ prepare() { cd $pkgname - sed -i '1s|python$|&2|' gnome-tweak-tool NOCONFIGURE=1 ./autogen.sh }
