summaryrefslogtreecommitdiff
path: root/community/espeakup
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
commitf87cdf22eb712b5b1c118f768d4ff710fc839403 (patch)
tree023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/espeakup
parent290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff)
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/arp-scan/PKGBUILD community/curlftpfs/PKGBUILD community/dtach/PKGBUILD community/espeakup/PKGBUILD community/g2sc/PKGBUILD community/judy/PKGBUILD community/python-fuse/PKGBUILD community/sisctrl/PKGBUILD extra/avahi/PKGBUILD extra/kdesdk/PKGBUILD extra/nasm/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-pixman/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/espeakup')
-rw-r--r--community/espeakup/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/espeakup/PKGBUILD b/community/espeakup/PKGBUILD
index e94580430..8fe21af60 100644
--- a/community/espeakup/PKGBUILD
+++ b/community/espeakup/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 13306 2010-03-20 23:49:14Z cbrannon $
-# Contributor: Chris Brannon <cmbrannon@cox.net>
+# $Id: PKGBUILD 65675 2012-02-21 21:13:11Z cbrannon $
+# Maintainer: Chris Brannon <chris@the-brannons.com>
pkgname=espeakup
pkgver=0.71
-pkgrel=3.1
+pkgrel=4
pkgdesc='Allows the Speakup screen review system to use the ESpeak synthesizer.'
arch=('i686' 'x86_64' 'mips64el')
url="http://github.com/williamh/espeakup"
@@ -17,10 +17,10 @@ backup=(etc/conf.d/espeakup)
build() {
cd "$srcdir"
- install -m755 -D espeakup "${pkgdir}/etc/rc.d/espeakup" || return 1
- install -m644 -D espeakup.conf.d "${pkgdir}/etc/conf.d/espeakup" || return 1
+ install -m755 -D espeakup "${pkgdir}/etc/rc.d/espeakup"
+ install -m644 -D espeakup.conf.d "${pkgdir}/etc/conf.d/espeakup"
cd "$srcdir/$pkgname-$pkgver"
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ make
+ make DESTDIR="${pkgdir}" install
}