summaryrefslogtreecommitdiff
path: root/extra/brltty
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-11 11:31:14 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-11 11:31:14 -0300
commit93e6000b49f03ddf5a7046d325675ab43f58980b (patch)
tree4202781c4124b57e808c9c6f51ba71e71484969e /extra/brltty
parentfe4dcf73c98bd9629ed703a027a4b812fb174cdd (diff)
parent4141f5b04aab597f88a617a82649a404c773469a (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/haskell-binary/PKGBUILD community/haskell-ghc-paths/PKGBUILD community/virtualbox/PKGBUILD extra/cscope/PKGBUILD extra/pixman/PKGBUILD extra/virtuoso/PKGBUILD extra/xfce4-weather-plugin/PKGBUILD
Diffstat (limited to 'extra/brltty')
-rw-r--r--extra/brltty/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD
index 32801c297..3a6e3f964 100644
--- a/extra/brltty/PKGBUILD
+++ b/extra/brltty/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 126155 2011-06-01 20:36:52Z andyrtr $
+# $Id: PKGBUILD 142442 2011-11-09 21:20:39Z guillaume $
# Maintainer:
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=brltty
-pkgver=4.2
-pkgrel=4
+pkgver=4.3
+pkgrel=1
pkgdesc="Braille display driver for Linux/Unix"
arch=('i686' 'x86_64' 'mips64el')
url="http://mielke.cc/brltty"
@@ -16,13 +16,13 @@ optdepends=('bluez: bluetooth support')
backup=(etc/brltty.conf etc/conf.d/brltty.conf)
options=('!makeflags' '!emptydirs')
source=(http://mielke.cc/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz
- 'brltty-4.2-S_ISCHR.patch'
'brltty'
'brltty.conf')
-md5sums=('192af5e634210616928496645e392097'
- '5954b289efaf2ff17676d06de9a88854'
+# 'brltty-4.2-S_ISCHR.patch'
+md5sums=('5ada573f88df32b6150db3b9a620e20b'
'831ebaf0c56091702929c68805d20c4f'
'a8ab8b3dd059e96e1734bc9cdcf844fc')
+# '5954b289efaf2ff17676d06de9a88854'
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -36,7 +36,7 @@ build() {
--disable-caml-bindings \
PYTHON=/usr/bin/python2
- patch -Np1 -i ${srcdir}/brltty-4.2-S_ISCHR.patch
+# patch -Np1 -i ${srcdir}/brltty-4.2-S_ISCHR.patch
make
}