summaryrefslogtreecommitdiff
path: root/testing/at-spi2-core/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/at-spi2-core/PKGBUILD')
-rw-r--r--testing/at-spi2-core/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/at-spi2-core/PKGBUILD b/testing/at-spi2-core/PKGBUILD
index 2151c5a6c..30d380643 100644
--- a/testing/at-spi2-core/PKGBUILD
+++ b/testing/at-spi2-core/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 117972 2011-04-05 06:30:35Z heftig $
+# $Id: PKGBUILD 120767 2011-04-26 14:35:02Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=at-spi2-core
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
arch=('i686' 'x86_64')
@@ -12,13 +12,12 @@ makedepends=('intltool' 'gobject-introspection')
options=('!libtool')
groups=('gnome')
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('29bff48785301653ba8899978169f803370bc4b29f160db82d6a4410c4624389')
+sha256sums=('f0880d816a554c0560e9f6aea786614e8ab439e17189d383a83ed7eebd9e328b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e '/AC_PATH_XTRA/d' configure.ac
- sed -i -e '/--pkg dbus-glib-1/s/-glib//' atspi/Makefile.am
autoreconf --force --install
./configure --prefix=/usr --sysconfdir=/etc \