Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnome-shell-extensions
Commits:
a9d3e954 by Fabian Bornschein at 2024-07-06T23:05:32+02:00
upgpkg: 47alpha-1: gnome-unstable
- - - - -
a45a4826 by Fabian Bornschein at 2024-08-04T18:47:47+02:00
upgpkg: 47beta-1: gnome-unstable
- - - - -
f299a0f9 by Fabian Bornschein at 2024-09-02T15:58:43+02:00
upgpkg: 47rc-1: gnome-unstable
- - - - -
a68858b9 by Jan Alexander Steffens (heftig) at 2024-09-15T03:48:26+02:00
47.0-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extensions
pkgdesc = Extensions for GNOME shell, including classic mode
- pkgver = 46.2
+ pkgver = 47.0
pkgrel = 1
url = https://apps.gnome.org/Extensions
arch = any
@@ -12,7 +12,7 @@ pkgbase = gnome-shell-extensions
depends = gnome-shell
optdepends = gnome-menus: Apps Menu extension
optdepends = libgtop: System Monitor extension
- source =
git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#tag=46.2
- b2sums =
dfe7af2627a1437067b4cdede82038b908eec0ea9ff669f0c613f4d90ced696c25892d57a7b3ce9c07495ec9d8f4175c2591c45e25a507861bf477cf418b15a5
+ source =
git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#tag=47.0
+ b2sums =
9b6b4a60267f1c2cb3b125da3ec0cfbdfee875496503ac32dce64ed5f3036a3316498b2899793235adc90db37fb0a949eb55912e44ce0f9b7aefde32da9b061c
pkgname = gnome-shell-extensions
=====================================
.nvchecker.toml
=====================================
@@ -2,3 +2,5 @@
source = "git"
git = "https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git"
include_regex = '\d+(\.\d+)*'
+from_pattern = '\.([a-z])'
+to_pattern = '\1'
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Fabian Bornschein <[email protected]>
pkgname=gnome-shell-extensions
-pkgver=46.2
+pkgver=47.0
pkgrel=1
pkgdesc="Extensions for GNOME shell, including classic mode"
url="https://apps.gnome.org/Extensions"
@@ -25,7 +25,7 @@ source=(
# GSE tags use SSH signatures which makepkg doesn't understand
"git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#tag=${pkgver/[a-z]/.&}"
)
-b2sums=('dfe7af2627a1437067b4cdede82038b908eec0ea9ff669f0c613f4d90ced696c25892d57a7b3ce9c07495ec9d8f4175c2591c45e25a507861bf477cf418b15a5')
+b2sums=('9b6b4a60267f1c2cb3b125da3ec0cfbdfee875496503ac32dce64ed5f3036a3316498b2899793235adc90db37fb0a949eb55912e44ce0f9b7aefde32da9b061c')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extensions/-/compare/3054ea5b3eeb3d9d86a7e809eeaa2097da21dfc4...a68858b95603bbcfb4ce5452c06813fc9eaf5148
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extensions/-/compare/3054ea5b3eeb3d9d86a7e809eeaa2097da21dfc4...a68858b95603bbcfb4ce5452c06813fc9eaf5148
You're receiving this email because of your account on gitlab.archlinux.org.