Date: Wednesday, February 23, 2011 @ 10:10:14 Author: jgc Revision: 110986
Update to 1.91.90, remove AC_PATH_XTRA macro from configure.ac Modified: at-spi2-atk/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-23 14:59:33 UTC (rev 110985) +++ PKGBUILD 2011-02-23 15:10:14 UTC (rev 110986) @@ -1,7 +1,8 @@ # $Id$ # Maintainer: Ionut Biru <[email protected]> + pkgname=at-spi2-atk -pkgver=1.91.6 +pkgver=1.91.90 pkgrel=1 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" arch=('i686' 'x86_64') @@ -12,11 +13,13 @@ install=at-spi2-atk.install options=('!libtool') source=(http://download.gnome.org/sources/${pkgname}/1.91/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('711f3c193f525703793ef374aef81ba4ffc0f1e199ea4c5ec3d22f1d94d2a220') +sha256sums=('e8f09ef8963cacdb5ed6c9523895538722ab944d5c4a6de6261f92755445960e') build() { cd "${srcdir}/${pkgname}-${pkgver}" + sed -i -e '/AC_PATH_XTRA/d' configure.ac + autoreconf --force --install ./configure --prefix=/usr --sysconfdir=/etc \ --disable-schemas-compile make
