[arch-commits] Commit in pyatspi/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Apr 26 05:25:17 UTC 2011


    Date: Tuesday, April 26, 2011 @ 01:25:17
  Author: jgc
Revision: 120711

upgpkg: pyatspi 2.0.1-1
Update to 2.0.1, remove AC_PATH_XTRA from configure.ac

Modified:
  pyatspi/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-26 05:22:37 UTC (rev 120710)
+++ PKGBUILD	2011-04-26 05:25:17 UTC (rev 120711)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=pyatspi
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Python bindings for at-spi"
 arch=(any)
@@ -9,9 +9,12 @@
 license=('GPL2')
 depends=(pygobject)
 source=(http://download.gnome.org/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('85fce9d2f5ee5637ebaa9d2bcd73ac6100ce514f975eed2e6b525066c430b496')
+sha256sums=('e5b362a1f83e008c464ba0cb9e0bae372debc953b1b1bda32cf124a66d87ddbf')
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list