summaryrefslogtreecommitdiff
path: root/extra/atk/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/atk/PKGBUILD')
-rw-r--r--extra/atk/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/atk/PKGBUILD b/extra/atk/PKGBUILD
index 723158973..728d6a5bb 100644
--- a/extra/atk/PKGBUILD
+++ b/extra/atk/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 127481 2011-06-15 14:51:32Z ibiru $
+# $Id: PKGBUILD 139221 2011-10-01 18:55:46Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
+
pkgname=atk
-pkgver=2.0.1
+pkgver=2.2.0
pkgrel=1
pkgdesc="A library providing a set of interfaces for accessibility"
arch=(i686 x86_64 'mips64el')
license=('LGPL')
depends=('glib2')
-makedepends=('pkgconfig' 'gobject-introspection')
+makedepends=('gobject-introspection')
options=('!libtool')
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
url='http://www.gtk.org/'
-sha256sums=('4588867bb9eb788b2cf3399d3a2d5e4898193a9027436f6cffc9c18a627452a1')
+sha256sums=('8b22f0e7803dd3734c676ccd68ea999ff1156ca49d99c3de5c1d269ad0c3739d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"