Date: Wednesday, August 31, 2011 @ 08:42:34 Author: ibiru Revision: 136678
update to 2.1.90 Modified: pyatspi/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-08-31 12:40:10 UTC (rev 136677) +++ PKGBUILD 2011-08-31 12:42:34 UTC (rev 136678) @@ -1,15 +1,15 @@ # $Id$ # Maintainer: Ionut Biru <ib...@archlinux.org> pkgname=pyatspi -pkgver=2.0.2 +pkgver=2.1.90 pkgrel=1 pkgdesc="Python bindings for at-spi" arch=(any) url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus" license=('GPL2') depends=('pygobject' 'at-spi2-core') -source=(http://download.gnome.org/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('d548d9107561041d8ce29441f4b914b8e1daf3d7137d93217b2e7bd5aa1066d4') +source=(http://download.gnome.org/sources/${pkgname}/2.1/${pkgname}-${pkgver}.tar.xz) +sha256sums=('163bc777026d86be539ec623e4990496dcfd5318b76c634d4ddca5955e844bf6') build() { cd "$srcdir/$pkgname-$pkgver"