diff options
Diffstat (limited to 'extra/at-spi2-core')
-rw-r--r-- | extra/at-spi2-core/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/at-spi2-core/PKGBUILD b/extra/at-spi2-core/PKGBUILD index e1fa0bc9f..44fb8bc99 100644 --- a/extra/at-spi2-core/PKGBUILD +++ b/extra/at-spi2-core/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 173097 2012-12-10 22:25:55Z heftig $ +# $Id: PKGBUILD 183332 2013-04-21 22:08:31Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=at-spi2-core -pkgver=2.6.3 +pkgver=2.8.0 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnome.org" license=('GPL2') -depends=('dbus-core' 'glib2' 'libxtst') +depends=('dbus' 'glib2' 'libxtst') makedepends=('intltool' 'gobject-introspection') options=('!libtool') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea') +sha256sums=('1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458') build() { cd $pkgname-$pkgver |