diff options
author | root <root@rshg054.dnsready.net> | 2012-09-14 00:04:07 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-14 00:04:07 +0000 |
commit | 1b99470a0c85186f768a328fcc11a7cfcc85be51 (patch) | |
tree | e08ce57006ed5455ffcfb1fb57544ed5604b0a80 /extra/caribou | |
parent | 843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (diff) |
Fri Sep 14 00:04:06 UTC 2012
Diffstat (limited to 'extra/caribou')
-rw-r--r-- | extra/caribou/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/caribou/PKGBUILD b/extra/caribou/PKGBUILD index 83b4b65f6..31c4f34df 100644 --- a/extra/caribou/PKGBUILD +++ b/extra/caribou/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 156718 2012-04-23 09:03:54Z ibiru $ +# $Id: PKGBUILD 166581 2012-09-12 17:27:00Z jgc $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Adam Hani Schakaki <krzd@krzd.net> pkgname=caribou -pkgver=0.4.2 +pkgver=0.4.4 pkgrel=1 pkgdesc="A text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard." arch=('i686' 'x86_64') url="http://live.gnome.org/Caribou" license=('LGPL') depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'clutter' 'dconf') -makedepends=('gnome-doc-utils' 'intltool') +makedepends=('intltool' 'docbook-xsl') install=caribou.install options=(!libtool !emptydirs) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz) -sha256sums=('bcc64498b20c368747c3630d501a66ccf904db15d855f33fd4f963b5b19723ad') +sha256sums=('823c53afec88d43f06ddce63e0d1aac79d783f498502a0617d8be0cffc6a7de2') build() { cd $pkgname-$pkgver |