diff options
Diffstat (limited to 'extra/at-spi2-core/PKGBUILD')
-rw-r--r-- | extra/at-spi2-core/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/at-spi2-core/PKGBUILD b/extra/at-spi2-core/PKGBUILD index c3dd97d41..58c7a2793 100644 --- a/extra/at-spi2-core/PKGBUILD +++ b/extra/at-spi2-core/PKGBUILD @@ -1,7 +1,8 @@ -# $Id: PKGBUILD 124714 2011-05-24 07:02:56Z heftig $ +# $Id: PKGBUILD 139225 2011-10-01 18:55:51Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> + pkgname=at-spi2-core -pkgver=2.0.2 +pkgver=2.2.0 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" arch=('i686' 'x86_64' 'mips64el') @@ -10,9 +11,8 @@ license=('GPL2') depends=('dbus-core' 'glib2' 'libxtst') makedepends=('intltool' 'gobject-introspection') options=('!libtool') -groups=('gnome') -source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('15e13433d1923c96139c109568295313de636a83dbb3700c8467fcb9c5e4e6ce') +source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('9b3f645560749067ea250c26b281248e3eb912316323a02d358fc2be5dea3848') build() { cd "${srcdir}/${pkgname}-${pkgver}" |