Date: Thursday, November 11, 2010 @ 19:22:02 Author: ibiru Revision: 98652
upgpkg: at-spi2-atk 0.4.0-2 fix dependency Modified: at-spi2-atk/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-12 00:19:44 UTC (rev 98651) +++ PKGBUILD 2010-11-12 00:22:02 UTC (rev 98652) @@ -2,12 +2,12 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=at-spi2-atk pkgver=0.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" arch=('i686' 'x86_64') url="http://www.gnome.org" license=('GPL2') -depends=('dbus-core>=1.4.0' 'dbus-glib=>0.86' 'atk>=1.32.0' 'gconf>=2.32.0') +depends=('dbus-core>=1.4.0' 'dbus-glib>=0.92' 'atk>=1.32.0' 'gconf>=2.32.0') makedepends=('intltool') install=at-spi2-atk.install options=('!libtool')
