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

Jan de Groot jgc at archlinux.org
Mon Aug 24 12:33:25 UTC 2009


    Date: Monday, August 24, 2009 @ 08:33:25
  Author: jgc
Revision: 50172

Update to 1.27.91

Added:
  at-spi/gnome-unstable/
Modified:
  at-spi/gnome-unstable/PKGBUILD

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

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-24 10:10:51 UTC (rev 50171)
+++ gnome-unstable/PKGBUILD	2009-08-24 12:33:25 UTC (rev 50172)
@@ -2,23 +2,23 @@
 # Maintainer: Jan de Groot <jan at archlinux.org>
 
 pkgname=at-spi
-pkgver=1.26.0
+pkgver=1.27.91
 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.1' 'libxtst' 'gtk2>=2.17.8')
 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.27/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('45412085b099542b991c8e2257250bd3fab9123c4bcc61f5f636118c8928ec28')
 
 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