Date: Saturday, April 29, 2017 @ 10:33:32 Author: heftig Revision: 295034
3.20.0+57+g9db67ef6-1 Modified: gnome-keyring/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-29 10:30:18 UTC (rev 295033) +++ PKGBUILD 2017-04-29 10:33:32 UTC (rev 295034) @@ -2,20 +2,19 @@ # Maintainer: Jan De Groot <[email protected]> pkgname=gnome-keyring +pkgver=3.20.0+57+g9db67ef6 +pkgrel=1 epoch=1 -pkgver=3.20.0+16+gbf8aa97 -pkgrel=1 pkgdesc="Stores passwords and encryption keys" url="https://wiki.gnome.org/Projects/GnomeKeyring" arch=(i686 x86_64) -license=('GPL' 'LGPL') -depends=('gcr' 'libcap-ng') -makedepends=('intltool' 'gtk-doc' gnome-common git python) +license=(GPL LGPL) +depends=(gcr libcap-ng pam) +makedepends=(intltool gtk-doc gnome-common git python) groups=('gnome') -options=('!emptydirs') install=gnome-keyring.install -_commit=bf8aa977e4cadadeb12e950231837b339a525d32 # master -source=("git://git.gnome.org/gnome-keyring#commit=$_commit") +_commit=9db67ef6e39ac51d426dee91da3b9305670241e6 # master +source=("git+https://git.gnome.org/browse/gnome-keyring#commit=$_commit") sha256sums=('SKIP') pkgver() {
