diff options
Diffstat (limited to 'extra/at-spi')
-rw-r--r-- | extra/at-spi/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
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 <jan@archlinux.org> 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 \ |