Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
secrets


Commits:
9920929e by Fabian Bornschein at 2024-05-03T09:30:21+02:00
upgpkg: 9.3-1

* New upstream release
* Removal of unused dependencies
* SPDX-License

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,32 +1,34 @@
 pkgbase = secrets
        pkgdesc = Password manager for GNOME which makes use of the KeePass v.4 
format
-       pkgver = 8.0
-       pkgrel = 2
+       pkgver = 9.3
+       pkgrel = 1
        url = https://apps.gnome.org/Secrets
        arch = any
-       license = GPL3
+       license = GPL-3.0-only
        checkdepends = python-pytest
        makedepends = git
        makedepends = gobject-introspection
        makedepends = meson
        depends = dconf
-       depends = gobject-introspection-runtime
        depends = graphene
        depends = gtk4
+       depends = glib2
+       depends = python
        depends = hicolor-icon-theme
        depends = libadwaita
-       depends = libpwquality
-       depends = python-cairo
        depends = python-gobject
        depends = python-pycryptodomex
        depends = python-pykeepass
        depends = python-pyotp
+       depends = python-pyusb
+       depends = python-pykcs11
        depends = python-validators
+       depends = python-yubico
        depends = python-zxcvbn
        provides = gnome-passwordsafe
        conflicts = gnome-passwordsafe
        replaces = gnome-passwordsafe
-       source = 
git+https://gitlab.gnome.org/World/secrets.git/#commit=d2897f0589c266890f2faac284c9e865eb44562f
-       sha256sums = SKIP
+       source = git+https://gitlab.gnome.org/World/secrets.git/#tag=9.3
+       b2sums = 
dc2ac38b3eaad9649c27ed78e51b2fd7997e06b0cfaf4a25de1ca1a507b1b0bd205a06b6aa6d156a990c8cab49d7187cd7cec72ba397b6e56c06814712de93e3
 
 pkgname = secrets


=====================================
PKGBUILD
=====================================
@@ -1,27 +1,29 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
 # Maintainer: Fabian Bornschein <fabisc...@archlinux.org>
+# Contibutor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=secrets
-pkgver=8.0
-pkgrel=2
+pkgver=9.3
+pkgrel=1
 pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format"
 arch=(any)
 url="https://apps.gnome.org/Secrets";
-license=('GPL3')
+license=('GPL-3.0-only')
 depends=(
   dconf
-  gobject-introspection-runtime
   graphene
   gtk4
+  glib2
+  python
   hicolor-icon-theme
   libadwaita
-  libpwquality
-  python-cairo
   python-gobject
   python-pycryptodomex
   python-pykeepass
   python-pyotp
+  python-pyusb
+  python-pykcs11
   python-validators
+  python-yubico
   python-zxcvbn
 )
 makedepends=(
@@ -33,14 +35,8 @@ checkdepends=(python-pytest)
 provides=(gnome-passwordsafe)
 conflicts=(gnome-passwordsafe)
 replaces=(gnome-passwordsafe)
-_commit=d2897f0589c266890f2faac284c9e865eb44562f  # tags/8.0^0
-source=("git+https://gitlab.gnome.org/World/secrets.git/#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd secrets
-  git describe --tags | sed 's/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/World/secrets.git/#tag=${pkgver/[a-z]/.&}";)
+b2sums=('dc2ac38b3eaad9649c27ed78e51b2fd7997e06b0cfaf4a25de1ca1a507b1b0bd205a06b6aa6d156a990c8cab49d7187cd7cec72ba397b6e56c06814712de93e3')
 
 build() {
   arch-meson secrets build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/secrets/-/commit/9920929eed6dfd74efbbccec1e3b667453da2fb4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/secrets/-/commit/9920929eed6dfd74efbbccec1e3b667453da2fb4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to