Date: Tuesday, October 11, 2016 @ 12:18:07 Author: heftig Revision: 278218
3.22.1-1 Modified: gnome-shell-extensions/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-11 12:16:16 UTC (rev 278217) +++ PKGBUILD 2016-10-11 12:18:07 UTC (rev 278218) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-shell-extensions -pkgver=3.22.0+1+gf99b42e +pkgver=3.22.1 pkgrel=1 pkgdesc="Extensions for GNOME shell, including classic mode" url="https://wiki.gnome.org/Projects/GnomeShell/Extensions" @@ -12,9 +12,11 @@ makedepends=(intltool git gnome-common) optdepends=('nautilus: gnome-classic session') groups=(gnome) -_commit=f99b42e73232f794b00e8487fcd595661ebd4fba -source=("git://git.gnome.org/gnome-shell-extensions#commit=$_commit") -sha256sums=('SKIP') +_commit=af7903dba7e33bbb4e0bcc2d03a1578c2edca0ed # tags/3.22.1^0 +source=("git://git.gnome.org/gnome-shell-extensions#commit=$_commit" + "git://git.gnome.org/gnome-shell-sass") +sha256sums=('SKIP' + 'SKIP') pkgver() { cd $pkgname @@ -24,6 +26,10 @@ prepare() { cd $pkgname + git submodule init + git config --local submodule.data/gnome-shell-sass.url "$srcdir/gnome-shell-sass" + git submodule update + NOCONFIGURE=1 ./autogen.sh }
