Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnome-initial-setup
Commits:
45641b95 by Fabian Bornschein at 2024-07-07T00:03:40+02:00
upgpkg: 47alpha-1: gnome-unstable
- - - - -
0e9c1cc2 by Balló György at 2024-07-21T10:03:11+02:00
Formatting
- - - - -
63935cc1 by Fabian Bornschein at 2024-08-08T14:29:46+02:00
upgpkg: 47beta-1: gnome-unstable
- - - - -
aaacb93a by Fabian Bornschein at 2024-08-31T22:45:56+02:00
upgpkg: 47rc-1: gnome-unstable
- - - - -
d317de1f by Fabian Bornschein at 2024-09-12T15:43:48+02:00
upgpkg: 47.0-1: gnome-unstable
- - - - -
cb7dd1dd by Jan Alexander Steffens (heftig) at 2024-09-17T01:04:38+02:00
Merge remote-tracking branch 'origin/gnome-unstable'
* origin/gnome-unstable:
upgpkg: 47.0-1: gnome-unstable
upgpkg: 47rc-1: gnome-unstable
upgpkg: 47beta-1: gnome-unstable
Formatting
upgpkg: 47alpha-1: gnome-unstable
- - - - -
fb639139 by Jan Alexander Steffens (heftig) at 2024-09-17T01:04:52+02:00
nvchecker.toml: Keep from/to_pattern
It doesn't hurt when it doesn't match.
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gnome-initial-setup
pkgdesc = Helps you to set up your OS when you boot for the first time
- pkgver = 46.4
+ pkgver = 47.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/gnome-initial-setup
arch = x86_64
@@ -37,8 +37,8 @@ pkgbase = gnome-initial-setup
depends = pango
depends = polkit
depends = tecla
- source =
git+https://gitlab.gnome.org/GNOME/gnome-initial-setup.git?signed#tag=46.4
+ source =
git+https://gitlab.gnome.org/GNOME/gnome-initial-setup.git?signed#tag=47.0
validpgpkeys = 1E68E58CF255888301645B563422DC0D7AD482A7
- b2sums =
3622454c1079943add25c5ade46b272d87daff50ab52e6a8b675df7ce7ef2b7418afcd299a830ee7ad6270d322fcf9444907c590bea89dc83d6b4ec294c267e6
+ b2sums =
4922d2da72d911f22ea06e58510d64da18f90c6c0dd05561dfd2685f591f4af77f9ab70cacb103549e834c0f9d295dac3c39a7fd91764758f8ae46aaa3633aab
pkgname = gnome-initial-setup
=====================================
.nvchecker.toml
=====================================
@@ -2,3 +2,5 @@
source = "git"
git = "https://gitlab.gnome.org/GNOME/gnome-initial-setup.git"
include_regex = '\d+(\.\d+)*'
+from_pattern = '\.([a-z])'
+to_pattern = '\1'
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Fabian Bornschein <[email protected]>
pkgname=gnome-initial-setup
-pkgver=46.4
+pkgver=47.0
pkgrel=1
pkgdesc='Helps you to set up your OS when you boot for the first time'
url='https://gitlab.gnome.org/GNOME/gnome-initial-setup'
@@ -45,7 +45,7 @@ makedepends=(
meson
)
source=("git+https://gitlab.gnome.org/GNOME/gnome-initial-setup.git?signed#tag=${pkgver/[a-z]/.&}")
-b2sums=('3622454c1079943add25c5ade46b272d87daff50ab52e6a8b675df7ce7ef2b7418afcd299a830ee7ad6270d322fcf9444907c590bea89dc83d6b4ec294c267e6')
+b2sums=('4922d2da72d911f22ea06e58510d64da18f90c6c0dd05561dfd2685f591f4af77f9ab70cacb103549e834c0f9d295dac3c39a7fd91764758f8ae46aaa3633aab')
validpgpkeys=(1E68E58CF255888301645B563422DC0D7AD482A7) # Will Thompson
<[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-initial-setup/-/compare/891afc651e11c3a1256b4ee6082aa08c0fcaa853...fb63913957014618ac5802665f1425ae2ccc5d82
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-initial-setup/-/compare/891afc651e11c3a1256b4ee6082aa08c0fcaa853...fb63913957014618ac5802665f1425ae2ccc5d82
You're receiving this email because of your account on gitlab.archlinux.org.