From 4141f5b04aab597f88a617a82649a404c773469a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Nov 2011 23:14:50 +0000 Subject: Thu Nov 10 23:14:50 UTC 2011 --- extra/brltty/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'extra/brltty') diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD index e173c7e6c..b645f13e3 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 # Contributor: Giovanni Scafora pkgname=brltty -pkgver=4.2 -pkgrel=4 +pkgver=4.3 +pkgrel=1 pkgdesc="Braille display driver for Linux/Unix" arch=('i686' 'x86_64') 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 } -- cgit v1.2.3-54-g00ecf