Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnome-keyring
Commits:
81bce1a8 by Jan Alexander Steffens (heftig) at 2024-07-13T07:05:19+02:00
1:46.2-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,9 +1,9 @@
pkgbase = gnome-keyring
pkgdesc = Stores passwords and encryption keys
- pkgver = 46.1
- pkgrel = 2
+ pkgver = 46.2
+ pkgrel = 1
epoch = 1
- url = https://wiki.gnome.org/Projects/GnomeKeyring
+ url = https://gitlab.gnome.org/GNOME/gnome-keyring
install = gnome-keyring.install
arch = x86_64
groups = gnome
@@ -11,6 +11,7 @@ pkgbase = gnome-keyring
license = LGPL-2.1-or-later
makedepends = docbook-xsl
makedepends = git
+ makedepends = glib2-devel
makedepends = p11-kit
makedepends = python
depends = dconf
@@ -22,9 +23,9 @@ pkgbase = gnome-keyring
depends = pam
depends = systemd-libs
provides = org.freedesktop.secrets
- source =
git+https://gitlab.gnome.org/GNOME/gnome-keyring.git#commit=4e173494bf15795a1ebab6e2bbd9377fac456240
+ source = git+https://gitlab.gnome.org/GNOME/gnome-keyring.git#tag=46.2
source = 0001-daemon-Add-Cinnamon-to-autostart-files.patch
- b2sums = SKIP
+ b2sums =
42253abd7684fc4f37ab644e0cabed0b4b4549e859f1a3cc81a0a97a0ddacb6dfa29dac0a926d0901be4fd2ad01352091aa19d1a2057a0116af062b8089b1ac7
b2sums =
584832e529ee2be98b78b128ab4271fae919a194f2d9254526943da6baccfe5eb6deb17ee03cfb54261cade4be0e93ea7fbcc91ebc77ecfacd2f25d90f9e29c4
pkgname = gnome-keyring
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[gnome-keyring]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-keyring.git"
+include_regex = '\d+(\.\d+)*'
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Jan De Groot <[email protected]>
pkgname=gnome-keyring
-pkgver=46.1
-pkgrel=2
+pkgver=46.2
+pkgrel=1
epoch=1
pkgdesc="Stores passwords and encryption keys"
url="https://gitlab.gnome.org/GNOME/gnome-keyring"
@@ -25,25 +25,20 @@ depends=(
makedepends=(
docbook-xsl
git
+ glib2-devel
p11-kit
python
)
provides=(org.freedesktop.secrets)
groups=(gnome)
install=gnome-keyring.install
-_commit=4e173494bf15795a1ebab6e2bbd9377fac456240 # tags/46.1^0
source=(
- "git+https://gitlab.gnome.org/GNOME/gnome-keyring.git#commit=$_commit"
+ "git+$url.git#tag=$pkgver"
0001-daemon-Add-Cinnamon-to-autostart-files.patch
)
-b2sums=('SKIP'
+b2sums=('42253abd7684fc4f37ab644e0cabed0b4b4549e859f1a3cc81a0a97a0ddacb6dfa29dac0a926d0901be4fd2ad01352091aa19d1a2057a0116af062b8089b1ac7'
'584832e529ee2be98b78b128ab4271fae919a194f2d9254526943da6baccfe5eb6deb17ee03cfb54261cade4be0e93ea7fbcc91ebc77ecfacd2f25d90f9e29c4')
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-keyring/-/commit/81bce1a82e1a06f1b4d44b5774e74311e66d719d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-keyring/-/commit/81bce1a82e1a06f1b4d44b5774e74311e66d719d
You're receiving this email because of your account on gitlab.archlinux.org.