Date: Saturday, April 29, 2023 @ 00:21:45
  Author: heftig
Revision: 475346

44.0-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-29 00:19:11 UTC (rev 475345)
+++ PKGBUILD    2023-04-29 00:21:45 UTC (rev 475346)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=gnome-shell-extensions
-pkgver=43.1
+pkgver=44.0
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions";
@@ -8,12 +8,18 @@
 arch=(any)
 license=(GPL)
 depends=(gnome-shell)
-makedepends=(meson git sassc)
+makedepends=(
+  git
+  meson
+  sassc
+)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=de48d02c625a8a4177ff82899d68420e1585b028  # tags/43.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit";
-        "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git";)
+_commit=58b4b3c8d6c48432c81c4070829b29db5950a9cb  # tags/44.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'
             'SKIP')
 

Reply via email to