diff options
Diffstat (limited to 'extra/brltty/PKGBUILD')
-rw-r--r-- | extra/brltty/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD index 87de7f300..45b854d34 100644 --- a/extra/brltty/PKGBUILD +++ b/extra/brltty/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 173838 2012-12-25 00:34:16Z foutrelis $ +# $Id: PKGBUILD 175866 2013-01-23 00:12:57Z eric $ # Maintainer: # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=brltty pkgver=4.4 -pkgrel=2 +pkgrel=3 pkgdesc="Braille display driver for Linux/Unix" arch=('i686' 'x86_64') url="http://mielke.cc/brltty" license=('GPL' 'LGPL') -depends=('libxaw' 'at-spi2-core' 'gpm' 'icu' 'tcl' 'atk' 'pyrex') +depends=('libxaw' 'at-spi2-core' 'gpm' 'icu>=50.1.2' 'tcl' 'atk' 'pyrex') makedepends=('bluez') optdepends=('bluez: bluetooth support') backup=(etc/brltty.conf etc/conf.d/brltty.conf) |