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

Ionut Biru ibiru at archlinux.org
Sat Sep 11 18:13:55 UTC 2010


    Date: Saturday, September 11, 2010 @ 14:13:54
  Author: ibiru
Revision: 90440

upgpkg: atk 1.30.0-2
gobject-introspection 0.9.5 rebuild

Modified:
  atk/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-11 17:54:33 UTC (rev 90439)
+++ PKGBUILD	2010-09-11 18:13:54 UTC (rev 90440)
@@ -2,11 +2,11 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=atk
 pkgver=1.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library providing a set of interfaces for accessibility"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('glib2>=2.24')
+depends=('glib2>=2.25.15')
 makedepends=('pkgconfig' 'gobject-introspection')
 options=('!libtool')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.30/${pkgname}-${pkgver}.tar.bz2)
@@ -15,7 +15,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list