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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jan 22 10:15:32 UTC 2012


    Date: Sunday, January 22, 2012 @ 05:15:32
  Author: andyrtr
Revision: 147107

upgpkg: at-spi 1.32.0-5

libpng rebuild

Modified:
  at-spi/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-22 10:07:51 UTC (rev 147106)
+++ PKGBUILD	2012-01-22 10:15:32 UTC (rev 147107)
@@ -3,7 +3,7 @@
 
 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 @@
 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 \




More information about the arch-commits mailing list