Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnome-connections
Commits:
a5d63086 by Fabian Bornschein at 2024-07-16T09:15:28+02:00
upgpkg: 47alpha-1: gnome-unstable
- - - - -
5f1ded20 by Balló György at 2024-07-21T10:07:12+02:00
Formatting
- - - - -
5bae9a1c by Fabian Bornschein at 2024-08-06T13:14:11+02:00
upgpkg: 47beta-1: gnome-unstable
- - - - -
65879159 by Fabian Bornschein at 2024-09-15T11:24:30+02:00
upgpkg: 47.0-1: gnome-unstable
- - - - -
cf2cb428 by Jan Alexander Steffens (heftig) at 2024-09-17T01:00:16+02:00
Merge remote-tracking branch 'origin/gnome-unstable'
* origin/gnome-unstable:
upgpkg: 47.0-1: gnome-unstable
upgpkg: 47beta-1: gnome-unstable
Formatting
upgpkg: 47alpha-1: gnome-unstable
- - - - -
f9c129ae by Jan Alexander Steffens (heftig) at 2024-09-17T01:00:34+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,7 +1,7 @@
pkgbase = gnome-connections
pkgdesc = Remote desktop client for the GNOME desktop environment
- pkgver = 46.0
- pkgrel = 3
+ pkgver = 47.0
+ pkgrel = 1
url = https://apps.gnome.org/Connections/
arch = x86_64
groups = gnome
@@ -25,10 +25,10 @@ pkgbase = gnome-connections
depends = libhandy
depends = libsecret
depends = libxml2
- source =
git+https://gitlab.gnome.org/GNOME/connections.git?signed#tag=46.0
+ source =
git+https://gitlab.gnome.org/GNOME/connections.git?signed#tag=47.0
source = git+https://gitlab.gnome.org/GNOME/gtk-frdp.git
validpgpkeys = F55CDAB508C3ACBCB1C8B930C910F152653B1688
- b2sums =
28df54eb0065c9dc7960b4d27795ffc767564408cb5c688c4910be61bf65a060250dd6d6fa2d0574c2f40d986bc24b8edcf214c5860c8b7476e508fb67316f40
+ b2sums =
8e9779827d6039d50ec7f3d43b8e3a2d1ab0bded137bbcadaa8a1ddfefcf66669f691a7a4d94a9d721b420d51fa6be0d09d0d6454edc41c9b4ff4c911a706d7f
b2sums = SKIP
pkgname = gnome-connections
=====================================
.nvchecker.toml
=====================================
@@ -2,3 +2,5 @@
source = "git"
git = "https://gitlab.gnome.org/GNOME/connections.git"
include_regex = '\d+(\.\d+)*'
+from_pattern = '\.([a-z])'
+to_pattern = '\1'
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Fabian Bornschein <[email protected]>
pkgname=gnome-connections
-pkgver=46.0
-pkgrel=3
+pkgver=47.0
+pkgrel=1
pkgdesc='Remote desktop client for the GNOME desktop environment'
arch=(x86_64)
url='https://apps.gnome.org/Connections/'
@@ -36,10 +36,8 @@ source=(
"git+https://gitlab.gnome.org/GNOME/connections.git?signed#tag=${pkgver/[a-z]/.&}"
git+https://gitlab.gnome.org/GNOME/gtk-frdp.git
)
-b2sums=(
-
28df54eb0065c9dc7960b4d27795ffc767564408cb5c688c4910be61bf65a060250dd6d6fa2d0574c2f40d986bc24b8edcf214c5860c8b7476e508fb67316f40
- SKIP
-)
+b2sums=('8e9779827d6039d50ec7f3d43b8e3a2d1ab0bded137bbcadaa8a1ddfefcf66669f691a7a4d94a9d721b420d51fa6be0d09d0d6454edc41c9b4ff4c911a706d7f'
+ 'SKIP')
validpgpkeys=(F55CDAB508C3ACBCB1C8B930C910F152653B1688) # Marek Kasik
<[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-connections/-/compare/9f85906aa0a0404a0da336bef7deb1827906eb47...f9c129ae670c2eb3f2d81ad603df28dfc889d577
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-connections/-/compare/9f85906aa0a0404a0da336bef7deb1827906eb47...f9c129ae670c2eb3f2d81ad603df28dfc889d577
You're receiving this email because of your account on gitlab.archlinux.org.