Balló György pushed to branch main at Arch Linux / Packaging / Packages /
gnome-shell-extensions
Commits:
f7c4c2a7 by Balló György at 2024-12-23T21:08:26+01:00
Fix upstream URL
It's not the Extensions app, it's a collection of extensions.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -2,7 +2,7 @@ pkgbase = gnome-shell-extensions
pkgdesc = Extensions for GNOME shell, including classic mode
pkgver = 47.2
pkgrel = 1
- url = https://apps.gnome.org/Extensions
+ url = https://gitlab.gnome.org/GNOME/gnome-shell-extensions
arch = any
groups = gnome
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=gnome-shell-extensions
pkgver=47.2
pkgrel=1
pkgdesc="Extensions for GNOME shell, including classic mode"
-url="https://apps.gnome.org/Extensions"
+url="https://gitlab.gnome.org/GNOME/gnome-shell-extensions"
arch=(any)
license=(GPL-2.0-or-later)
depends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extensions/-/commit/f7c4c2a759d745752e9a957307d089e4b030ad3b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extensions/-/commit/f7c4c2a759d745752e9a957307d089e4b030ad3b
You're receiving this email because of your account on gitlab.archlinux.org.