Date: Wednesday, October 4, 2017 @ 19:55:32 Author: heftig Revision: 306744
3.26.1-1 Modified: gnome-shell/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-04 19:54:53 UTC (rev 306743) +++ PKGBUILD 2017-10-04 19:55:32 UTC (rev 306744) @@ -3,7 +3,7 @@ # Contributor: Flamelab <[email protected] pkgname=gnome-shell -pkgver=3.26.0+33+g9a7dbfba9 +pkgver=3.26.1 pkgrel=1 pkgdesc="The next generation GNOME Shell" url="https://wiki.gnome.org/Projects/GnomeShell" @@ -17,7 +17,7 @@ optdepends=('gnome-control-center: System settings' 'evolution-data-server: Evolution calendar integration') groups=(gnome) -_commit=9a7dbfba99132e9b6e4a0368eba3c823f683bdfb # master +_commit=bf2a824fd123ee8b9011bf2f1110ff445d5ee480 # tags/3.26.1^0 source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit" "git+https://git.gnome.org/browse/libgnome-volume-control" "git+https://git.gnome.org/browse/gnome-shell-sass" @@ -50,8 +50,7 @@ build() { cd build - meson setup --prefix=/usr --buildtype=release ../$pkgname \ - --libexecdir=/usr/lib/$pkgname --sysconfdir=/etc -Denable-documentation=true + arch-meson ../$pkgname -Denable-documentation=true ninja }
