diff options
Diffstat (limited to 'extra/at-spi2-atk/PKGBUILD')
-rw-r--r-- | extra/at-spi2-atk/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/at-spi2-atk/PKGBUILD b/extra/at-spi2-atk/PKGBUILD index 7d553a316..22d7f39ad 100644 --- a/extra/at-spi2-atk/PKGBUILD +++ b/extra/at-spi2-atk/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 197867 2013-10-30 11:21:29Z allan $ +# $Id: PKGBUILD 199411 2013-11-11 23:24:04Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=at-spi2-atk -pkgver=2.10.0 +pkgver=2.10.2 pkgrel=1 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL2') depends=('at-spi2-core' 'libx11' 'atk') makedepends=('intltool') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('dea7ff2f9bc9bbdb0351112616d738de718b55739cd2511afecac51604c31a94') +sha256sums=('e348a811c4830251f0c3018019072e7979ef35fb9b7f0b1b0a0dd1e66942d0f5') build() { cd $pkgname-$pkgver |