upg libsecret

This commit is contained in:
joborun linux 2024-02-08 03:36:46 +02:00
parent 9ac0655449
commit 987c072993
2 changed files with 13 additions and 7 deletions

View file

@ -5,8 +5,13 @@
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
## Note: Odd behavior but this works on our builder
## Makepkg 1st run, dbus test fails, makepkg with check section commented out
## Install new pkg, clean src/pkg and remove made pkg, rebuild with checks uncommented
## Test passes, build is successful.
pkgname=libsecret
pkgver=0.21.2
pkgver=0.21.3
pkgrel=01
pkgdesc="Library for storing and retrieving passwords and other secrets"
#url="https://wiki.gnome.org/Projects/Libsecret"
@ -16,7 +21,7 @@ checkdepends=(dbus-python dbus-glib python-gobject gjs)
makedepends=(docbook-xsl gobject-introspection vala git gtk-doc meson valgrind)
optdepends=('org.freedesktop.secrets: secret storage backend')
provides=(libsecret-1.so)
_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")
pkgver() {
@ -42,8 +47,9 @@ package() {
arch=(x86_64)
license=(LGPL)
license=(LGPL-2.1-or-later)
sha256sums=(SKIP)
##
## 5a39b8a5a97ca816e079bc7349ec42d968b8845baa8854ec3fe6a3e93c551a39 libsecret-0.21.3-01-x86_64.pkg.tar.lz

View file

@ -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')