gnome-keyring: update to 3.6.2.
This commit is contained in:
parent
37e586f51e
commit
1026693d98
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'gnome-keyring'
|
||||
pkgname=gnome-keyring
|
||||
version=3.6.1
|
||||
version=3.6.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
|
||||
--disable-schemas-compile --with-root-certs=/etc/ssl/certs"
|
||||
# For setcap(8).
|
||||
depends="libcap-progs dconf gcr>=3.6.0"
|
||||
depends="libcap-progs dconf gcr>=${version}"
|
||||
makedepends="pkg-config intltool dbus-devel libcap-ng-devel
|
||||
pam-devel libcap-devel libtasn1-devel libgcrypt-devel libtasn1-tools
|
||||
gcr-devel>=3.6.0"
|
||||
gcr-devel>=${version}"
|
||||
short_desc="GNOME password and secret manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL, LGPL"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=0c3a2ccc1744ce681fa7eb8d5e3e94d1712e932068a36ce7076222eb82b25aa5
|
||||
checksum=ae60558d60171325ddd90603328393d35d7b560a70b7ab45c4d2718d01130cd6
|
||||
long_desc="
|
||||
gnome-keyring is a program that keeps passwords and other secrets for
|
||||
users. It is run as a damon in the session, similar to ssh-agent, and
|
||||
|
|
Loading…
Reference in a new issue