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

Jan Steffens heftig at archlinux.org
Fri Mar 25 22:44:20 UTC 2011


    Date: Friday, March 25, 2011 @ 18:44:20
  Author: heftig
Revision: 116857

upgpkg: at-spi2-atk 1.91.93-1
Update to 1.91.93

Modified:
  at-spi2-atk/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-25 22:44:11 UTC (rev 116856)
+++ PKGBUILD	2011-03-25 22:44:20 UTC (rev 116857)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=at-spi2-atk
-pkgver=1.91.92
+pkgver=1.91.93
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -14,13 +14,14 @@
 options=('!libtool')
 groups=('gnome')
 source=(http://download.gnome.org/sources/${pkgname}/1.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('711b59ceca97933c1549bf2fe2ac65356f20a4f3e50bf25c440304fbcf8eb099')
+sha256sums=('9b9afc7631f780748fedd22f5b3980b611ffe55f7e177952452c322e131e8fa7')
 
 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
@@ -28,7 +29,6 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
   make DESTDIR="${pkgdir}" install
 }
 




More information about the arch-commits mailing list