diff options
author | root <root@rshg054.dnsready.net> | 2013-10-15 01:03:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-15 01:03:16 -0700 |
commit | 5d8af7c82b707f4cbda87bb0538fef84daf3791b (patch) | |
tree | 9db9400005dcee2e2ca264794e32c22efc39a3ac /extra/at-spi2-core/PKGBUILD | |
parent | d053938d834e74b0c881c12a5cb240ad4bab0d9b (diff) |
Tue Oct 15 01:02:49 PDT 2013
Diffstat (limited to 'extra/at-spi2-core/PKGBUILD')
-rw-r--r-- | extra/at-spi2-core/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/at-spi2-core/PKGBUILD b/extra/at-spi2-core/PKGBUILD index 2274f74c5..201b385da 100644 --- a/extra/at-spi2-core/PKGBUILD +++ b/extra/at-spi2-core/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 196016 2013-10-07 11:50:29Z jgc $ +# $Id: PKGBUILD 196511 2013-10-14 15:43:43Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=at-spi2-core -pkgver=2.10.0 +pkgver=2.10.1 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('dbus' 'glib2' 'libxtst') makedepends=('intltool' 'gobject-introspection') options=('!libtool') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('964155c7574220a00e11e1c0d91f2d3017ed603920eb1333ff9cbdb6a22744db') +sha256sums=('349b7ad5e6a8eebbf88aaefcb67a0f49b025dbcdf6ad646978faf2ca84650119') build() { cd $pkgname-$pkgver |