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

Jan Steffens heftig at archlinux.org
Sun Mar 8 06:00:14 UTC 2020


    Date: Sunday, March 8, 2020 @ 06:00:13
  Author: heftig
Revision: 376992

3.36.0-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 05:56:56 UTC (rev 376991)
+++ PKGBUILD	2020-03-08 06:00:13 UTC (rev 376992)
@@ -1,16 +1,16 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-shell-extensions
-pkgver=3.34.2
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
 arch=(any)
 license=(GPL)
-makedepends=(meson git sassc js60)
+makedepends=(meson git sassc js68)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=33b16681c66cde7a4dbbc3027ae88cc66b489e6d  # tags/3.34.2^0
+_commit=961757f7172fa1bd122f4895f5b329c5d874eb6d  # tags/3.36.0^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'
@@ -25,7 +25,7 @@
   cd $pkgname
 
   git submodule init
-  git config --local submodule.data/gnome-shell-sass.url "$srcdir/gnome-shell-sass"
+  git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass"
   git submodule update
 }
 



More information about the arch-commits mailing list