[arch-commits] Commit in gnome-shell-extensions/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Aug 16 07:24:55 UTC 2020


    Date: Sunday, August 16, 2020 @ 07:24:54
  Author: heftig
Revision: 394297

3.36.5-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-16 07:24:08 UTC (rev 394296)
+++ PKGBUILD	2020-08-16 07:24:54 UTC (rev 394297)
@@ -1,7 +1,7 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-shell-extensions
-pkgver=3.36.2
+pkgver=3.36.5
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
@@ -10,7 +10,7 @@
 makedepends=(meson git sassc js68)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=df463177e742f438a6fa770ef71e0589ded79d62  # tags/3.36.2^0
+_commit=6ee64ff2497ec51f08671303c8aa7f26d4a16638  # tags/3.36.5^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git")
 sha256sums=('SKIP'
@@ -31,7 +31,7 @@
 
 build() {
   arch-meson $pkgname build -D extension_set=all -D classic_mode=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list