diff options
author | root <root@rshg054.dnsready.net> | 2013-03-27 00:05:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-27 00:05:42 -0700 |
commit | 87fbcb30b652672a7e110b66a4c15342e27df826 (patch) | |
tree | 7604502956a186acbfe9983a159a2abd564c3142 /extra/brltty | |
parent | c16968d4179be76966c262f854c9e1fb827dc3ec (diff) |
Wed Mar 27 00:05:42 PDT 2013
Diffstat (limited to 'extra/brltty')
-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 45b854d34..1405c33f0 100644 --- a/extra/brltty/PKGBUILD +++ b/extra/brltty/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 175866 2013-01-23 00:12:57Z eric $ +# $Id: PKGBUILD 180801 2013-03-26 11:49:28Z foutrelis $ # Maintainer: # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=brltty pkgver=4.4 -pkgrel=3 +pkgrel=4 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>=50.1.2' 'tcl' 'atk' 'pyrex') +depends=('libxaw' 'at-spi2-core' 'gpm' 'icu>=51.1' 'tcl' 'atk' 'pyrex') makedepends=('bluez') optdepends=('bluez: bluetooth support') backup=(etc/brltty.conf etc/conf.d/brltty.conf) |