From 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Feb 2012 23:14:50 +0000 Subject: Mon Feb 6 23:14:50 UTC 2012 --- extra/at-spi/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extra/at-spi') diff --git a/extra/at-spi/PKGBUILD b/extra/at-spi/PKGBUILD index 0970c90f4..c42990c8f 100644 --- a/extra/at-spi/PKGBUILD +++ b/extra/at-spi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 120762 2011-04-26 14:25:06Z ibiru $ +# $Id: PKGBUILD 148676 2012-02-05 11:46:33Z ibiru $ # Maintainer: Jan de Groot pkgname=at-spi pkgver=1.32.0 -pkgrel=4 +pkgrel=5 pkgdesc="Assistive Technology Service Provider Interface" arch=('i686' 'x86_64') license=('GPL') @@ -15,6 +15,8 @@ install=at-spi.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.32/${pkgname}-${pkgver}.tar.bz2) sha256sums=('cc841dea746413eebadf0710dabec741450b37a06821c34526f505fe9d027039') +# !! make sure you 'pacman -Rsc python' from your chroot before building the package or it would use python3 instead of the wanted python2 !! + build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc \ -- cgit v1.2.3-54-g00ecf