Date: Thursday, March 8, 2018 @ 19:28:48 Author: heftig Revision: 318268
3.27.92+1+g76840ff-1 Modified: gsettings-desktop-schemas/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-08 19:19:26 UTC (rev 318267) +++ PKGBUILD 2018-03-08 19:28:48 UTC (rev 318268) @@ -4,7 +4,7 @@ # Contributor: Adam Hani Schakaki (krzd) <[email protected]> pkgname=gsettings-desktop-schemas -pkgver=3.24.1+3+ge869987 +pkgver=3.27.92+1+g76840ff pkgrel=1 pkgdesc="Shared GSettings schemas for the desktop" arch=(any) @@ -11,8 +11,8 @@ url="https://git.gnome.org/browse/gsettings-desktop-schemas" license=(GPL) depends=(glib2 dconf) -makedepends=(intltool gobject-introspection git gnome-common) -_commit=e8699876764001b3f437302c73af832d59db9398 # gnome-3-24 +makedepends=(intltool gobject-introspection git) +_commit=76840ff6f14872f82789545b0118f923db365fc3 # master source=("git+https://git.gnome.org/browse/gsettings-desktop-schemas#commit=$_commit") sha256sums=('SKIP') @@ -23,7 +23,8 @@ prepare() { cd $pkgname - NOCONFIGURE=1 ./autogen.sh + intltoolize + autoreconf -fvi } build() {
