Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
secrets
Commits:
ab055929 by Fabian Bornschein at 2025-04-05T17:04:55+02:00
upgpkg: 11.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = secrets
pkgdesc = Password manager for GNOME which makes use of the KeePass v.4
format
- pkgver = 10.4
+ pkgver = 11.0
pkgrel = 1
url = https://apps.gnome.org/Secrets
arch = any
@@ -13,6 +13,7 @@ pkgbase = secrets
depends = glib2
depends = graphene
depends = gtk4
+ depends = gtksourceview5
depends = hicolor-icon-theme
depends = libadwaita
depends = python
@@ -29,7 +30,7 @@ pkgbase = secrets
provides = gnome-passwordsafe
conflicts = gnome-passwordsafe
replaces = gnome-passwordsafe
- source = git+https://gitlab.gnome.org/World/secrets.git#tag=10.4
- b2sums =
884887fab657e41251888f3e2ff3c611b4c4bbe694ff7f01b2d5f0275eb54f54a3a79d243dafff431a7f1182f45ba209f10c903775c55a27444c81e59157174b
+ source = git+https://gitlab.gnome.org/World/secrets.git#tag=11.0
+ b2sums =
a8f871030b108da4df1b7fbba6f400dfdfabeb1da38445267a620cc7c8731279fdedc719a36f58bb24ec2829bdde51a0114a52c5ffa1f289ff1e54e3bbf27cca
pkgname = secrets
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contibutor: Balló György <ballogyor+arch at gmail dot com>
pkgname=secrets
-pkgver=10.4
+pkgver=11.0
pkgrel=1
pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format"
url="https://apps.gnome.org/Secrets"
@@ -13,6 +13,7 @@ depends=(
glib2
graphene
gtk4
+ gtksourceview5
hicolor-icon-theme
libadwaita
python
@@ -37,7 +38,7 @@ provides=(gnome-passwordsafe)
conflicts=(gnome-passwordsafe)
replaces=(gnome-passwordsafe)
source=("git+https://gitlab.gnome.org/World/secrets.git#tag=${pkgver/[a-z]/.&}")
-b2sums=('884887fab657e41251888f3e2ff3c611b4c4bbe694ff7f01b2d5f0275eb54f54a3a79d243dafff431a7f1182f45ba209f10c903775c55a27444c81e59157174b')
+b2sums=('a8f871030b108da4df1b7fbba6f400dfdfabeb1da38445267a620cc7c8731279fdedc719a36f58bb24ec2829bdde51a0114a52c5ffa1f289ff1e54e3bbf27cca')
build() {
arch-meson secrets build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/secrets/-/commit/ab05592917f21fcf4b9f0e96afb9af058781aa57
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/secrets/-/commit/ab05592917f21fcf4b9f0e96afb9af058781aa57
You're receiving this email because of your account on gitlab.archlinux.org.