Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnome-contacts
Commits:
42bd42d8 by Fabian Bornschein at 2024-07-23T23:28:54+02:00
upgpkg: 47alpha-1
- - - - -
04b52f87 by Jan Alexander Steffens (heftig) at 2024-09-17T01:03:29+02:00
nvchecker.toml: Only upgrade to stable versions again
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = gnome-contacts
pkgdesc = Contacts Manager for GNOME
- pkgver = 46.0
+ pkgver = 47alpha
pkgrel = 1
- url = https://wiki.gnome.org/Apps/Contacts
+ url = https://apps.gnome.org/Contacts
arch = x86_64
groups = gnome
license = GPL-2.0-or-later
@@ -29,7 +29,7 @@ pkgbase = gnome-contacts
depends = libportal-gtk4
depends = pango
depends = qrencode
- source =
git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=466925e6e797c62dc0ce2c01e1bca3f85c187edf
- b2sums =
ad5c99db8d1cd07e2dda809972eb05425b245bca8ce6dabb44bf18d4eba2bcd331861be328e9d27d556cd86de1ebd34c7f766bb8279ae348fa4e172e02622e15
+ source =
git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#tag=47.alpha
+ b2sums =
6fac18a4e7fb49b35d1aa854a095387f723d920be6e5a413ca496cdd69df7a37a9336f422b60cdb4ee86448ab3584398b2da8a77609737d2d40d797d11070f1c
pkgname = gnome-contacts
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[gnome-contacts]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-contacts.git"
+include_regex = '\d+(\.\d+)*'
+from_pattern = '\.([a-z])'
+to_pattern = '\1'
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Ionut Biru <[email protected]>
pkgname=gnome-contacts
-pkgver=46.0
+pkgver=47alpha
pkgrel=1
pkgdesc="Contacts Manager for GNOME"
url="https://apps.gnome.org/Contacts"
@@ -37,14 +37,8 @@ makedepends=(
vala
)
groups=(gnome)
-_commit=466925e6e797c62dc0ce2c01e1bca3f85c187edf # tags/46.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit")
-b2sums=('ad5c99db8d1cd07e2dda809972eb05425b245bca8ce6dabb44bf18d4eba2bcd331861be328e9d27d556cd86de1ebd34c7f766bb8279ae348fa4e172e02622e15')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed -r
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#tag=${pkgver/[a-z]/.&}")
+b2sums=('6fac18a4e7fb49b35d1aa854a095387f723d920be6e5a413ca496cdd69df7a37a9336f422b60cdb4ee86448ab3584398b2da8a77609737d2d40d797d11070f1c')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-contacts/-/compare/5d4300bc6ef9d29f6a38885bacba82f9294ec739...04b52f87137e321d18df7a0f62ffcf0889b73028
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-contacts/-/compare/5d4300bc6ef9d29f6a38885bacba82f9294ec739...04b52f87137e321d18df7a0f62ffcf0889b73028
You're receiving this email because of your account on gitlab.archlinux.org.