[arch-commits] Commit in caribou/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sat Oct 1 23:13:19 UTC 2011
Date: Saturday, October 1, 2011 @ 19:13:19
Author: ibiru
Revision: 139465
fix dependencies
Modified:
caribou/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-10-01 19:31:44 UTC (rev 139464)
+++ PKGBUILD 2011-10-01 23:13:19 UTC (rev 139465)
@@ -4,13 +4,13 @@
pkgname=caribou
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
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=('pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool' 'clutter')
+depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 'libgee' 'clutter' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool')
install=caribou.install
options=(!libtool !emptydirs)
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
More information about the arch-commits
mailing list