Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / libsecret
Commits:
5466c48f by Jan Alexander Steffens (heftig) at 2024-02-08T00:27:44+01:00
0.21.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = libsecret
pkgdesc = Library for storing and retrieving passwords and other secrets
- pkgver = 0.21.2
+ pkgver = 0.21.3
pkgrel = 1
url = https://gnome.pages.gitlab.gnome.org/libsecret/
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-or-later
checkdepends = gjs
checkdepends = python-dbus
checkdepends = python-gobject
@@ -19,7 +19,7 @@ pkgbase = libsecret
depends = glib2
depends = libgcrypt
depends = tpm2-tss
- source =
git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=39a3d141691af7353df9bb5bdd81d66c1cd0fb37
+ source =
git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=70597d01b2add2321b4f2a34446261d76e5b2b39
b2sums = SKIP
pkgname = libsecret
=====================================
PKGBUILD
=====================================
@@ -6,12 +6,12 @@ pkgname=(
libsecret
libsecret-docs
)
-pkgver=0.21.2
+pkgver=0.21.3
pkgrel=1
pkgdesc="Library for storing and retrieving passwords and other secrets"
url="https://gnome.pages.gitlab.gnome.org/libsecret/"
arch=(x86_64)
-license=(LGPL)
+license=(LGPL-2.1-or-later)
depends=(
glib2
libgcrypt
@@ -32,7 +32,7 @@ checkdepends=(
swtpm
tpm2-abrmd
)
-_commit=39a3d141691af7353df9bb5bdd81d66c1cd0fb37 # tags/0.21.2^0
+_commit=70597d01b2add2321b4f2a34446261d76e5b2b39 # tags/0.21.3^0
source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit")
b2sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libsecret/-/commit/5466c48fe080f9e4fca959b4955e55ba1b809e89
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libsecret/-/commit/5466c48fe080f9e4fca959b4955e55ba1b809e89
You're receiving this email because of your account on gitlab.archlinux.org.