Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / secrets
Commits: a5c7d476 by Jan Alexander Steffens (heftig) at 2024-09-23T06:28:38+02:00 10.1-1 - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = secrets pkgdesc = Password manager for GNOME which makes use of the KeePass v.4 format - pkgver = 9.6 - pkgrel = 2 + pkgver = 10.1 + pkgrel = 1 url = https://apps.gnome.org/Secrets arch = any license = GPL-3.0-only @@ -25,11 +25,11 @@ pkgbase = secrets depends = python-pyusb depends = python-validators depends = python-yubico - depends = python-zxcvbn + depends = python-zxcvbn-rs provides = gnome-passwordsafe conflicts = gnome-passwordsafe replaces = gnome-passwordsafe - source = git+https://gitlab.gnome.org/World/secrets.git#tag=9.6 - b2sums = 678397e5f817491cd035151c39f9f995c90551c0363ba7c49e939a004ed4c5fbd6a80b8f1c75b8b3c3ca8dfb0b763306011394e4f7b31e09598b68ce9cadc5e2 + source = git+https://gitlab.gnome.org/World/secrets.git#tag=10.1 + b2sums = 81fab6f56b66ddb998391c94fcd76060163a85c2653175730903e3c391ec5e4d339657472b86bd3a4720847d46c7ea3b85500a7f82573be04c7d4094a9159aae pkgname = secrets ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,6 @@ [secrets] source = "git" git = "https://gitlab.gnome.org/World/secrets.git" -include_regex = '[0-9]+(\.[0-9]+)*' +include_regex = '\d+(\.\d+)*' +from_pattern = '\.([a-z])' +to_pattern = '\1' ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contibutor: Balló György <ballogyor+arch at gmail dot com> pkgname=secrets -pkgver=9.6 -pkgrel=2 +pkgver=10.1 +pkgrel=1 pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format" url="https://apps.gnome.org/Secrets" arch=(any) @@ -25,7 +25,7 @@ depends=( python-pyusb python-validators python-yubico - python-zxcvbn + python-zxcvbn-rs ) makedepends=( git @@ -37,7 +37,7 @@ provides=(gnome-passwordsafe) conflicts=(gnome-passwordsafe) replaces=(gnome-passwordsafe) source=("git+https://gitlab.gnome.org/World/secrets.git#tag=${pkgver/[a-z]/.&}") -b2sums=('678397e5f817491cd035151c39f9f995c90551c0363ba7c49e939a004ed4c5fbd6a80b8f1c75b8b3c3ca8dfb0b763306011394e4f7b31e09598b68ce9cadc5e2') +b2sums=('81fab6f56b66ddb998391c94fcd76060163a85c2653175730903e3c391ec5e4d339657472b86bd3a4720847d46c7ea3b85500a7f82573be04c7d4094a9159aae') build() { arch-meson secrets build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/secrets/-/commit/a5c7d476c8db488e35f50e9f3ae69dd000d33600 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/secrets/-/commit/a5c7d476c8db488e35f50e9f3ae69dd000d33600 You're receiving this email because of your account on gitlab.archlinux.org.