mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/libsecret to 0.20.1-1
This commit is contained in:
parent
3b35f3a3e8
commit
ea53100872
1 changed files with 4 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
# - remove makedepend on valgrind
|
||||
|
||||
pkgname=libsecret
|
||||
pkgver=0.20.0
|
||||
pkgver=0.20.1
|
||||
pkgrel=1
|
||||
pkgdesc="Library for storing and retrieving passwords and other secrets"
|
||||
url="https://wiki.gnome.org/Projects/Libsecret"
|
||||
|
@ -14,7 +14,7 @@ depends=(glib2 libgcrypt)
|
|||
checkdepends=(python-dbus dbus-glib python-gobject gjs)
|
||||
makedepends=(docbook-xsl gobject-introspection vala git gtk-doc meson)
|
||||
optdepends=('org.freedesktop.secrets: secret storage backend')
|
||||
_commit=3939b03f39dfef9fa9c54f709d094893b90d82a0 # tags/0.20.0^0
|
||||
_commit=e4428dd29fb41672a2dff330a600ed7af2dc74de # tags/0.20.1^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -26,11 +26,8 @@ pkgver() {
|
|||
prepare() {
|
||||
cd $pkgname
|
||||
|
||||
# Build fixes
|
||||
git cherry-pick -n \
|
||||
cf21ad50b62f7c8e4b22ef374f0a73290a99bdb8 \
|
||||
e6881d4ff1260c7308be56f21a9d354d7680dfaa \
|
||||
2e85b13f8f3512f9cef0bed7cf8b6734af06bc9b
|
||||
# Install docs
|
||||
git cherry-pick -n 2e85b13f8f3512f9cef0bed7cf8b6734af06bc9b
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue