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

Jan de Groot jgc at archlinux.org
Sun Oct 11 18:30:22 UTC 2009


    Date: Sunday, October 11, 2009 @ 14:30:22
  Author: jgc
Revision: 54692

Merge gnome-unstable

Modified:
  at-spi/trunk/PKGBUILD
Deleted:
  at-spi/gnome-unstable/

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

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-10-11 18:29:08 UTC (rev 54691)
+++ trunk/PKGBUILD	2009-10-11 18:30:22 UTC (rev 54692)
@@ -2,23 +2,23 @@
 # Maintainer: Jan de Groot <jan at archlinux.org>
 
 pkgname=at-spi
-pkgver=1.26.0
+pkgver=1.28.0
 pkgrel=1
 pkgdesc="Assistive Technology Service Provider Interface"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libbonobo>=2.24.1' 'libxtst' 'gtk2>=2.16.0')
+depends=('libbonobo>=2.24.2' 'libxtst' 'gtk2>=2.18.0')
 makedepends=('pkgconfig' 'python' 'intltool')
 options=('!libtool')
 url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3f2f7d29b45eff08adf56af0d31d3984')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('ebe22221dc6a9852e6cf6c4d1e8d78bd19d0fda76a8eb8fc46655e9c9b096667')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static \
-	      --libexecdir=/usr/lib/at-spi || return 1
+      --localstatedir=/var --disable-static \
+      --libexecdir=/usr/lib/at-spi || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list