Date: Sunday, February 13, 2011 @ 08:55:44 Author: heftig Revision: 109854
upgpkg: gnome-keyring 2.91.4-1 Update for gnome-unstable Modified: gnome-keyring/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-13 13:44:54 UTC (rev 109853) +++ PKGBUILD 2011-02-13 13:55:44 UTC (rev 109854) @@ -2,19 +2,19 @@ # Maintainer: Jan De Groot <[email protected]> pkgname=gnome-keyring -pkgver=2.32.1 +pkgver=2.91.4 pkgrel=1 pkgdesc="GNOME Password Management daemon" arch=(i686 x86_64) license=('GPL' 'LGPL') -depends=('gtk2>=2.22.0' 'dconf') +depends=('gtk3' 'dconf') makedepends=('intltool' 'pkgconfig' 'python2') groups=('gnome') options=('!libtool' '!emptydirs') url="http://www.gnome.org" install=gnome-keyring.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('5615992ebaa20c8fdf6e2f48f9079dfabb66b63dcd5056db7fa62a128d74a956') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -22,7 +22,7 @@ --localstatedir=/var --disable-static \ --libexecdir=/usr/lib/gnome-keyring \ --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \ - --disable-schemas-compile + --disable-schemas-compile --with-gtk=3.0 make make DESTDIR="${pkgdir}" install }
