[arch-commits] Commit in espeakup/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Oct 12 20:39:13 UTC 2016


    Date: Wednesday, October 12, 2016 @ 20:39:12
  Author: arojas
Revision: 192086

Update to 0.80

Modified:
  espeakup/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-12 20:36:59 UTC (rev 192085)
+++ PKGBUILD	2016-10-12 20:39:12 UTC (rev 192086)
@@ -3,16 +3,21 @@
 # Contributor: Kyle <kyle at gmx.ca>
 
 pkgname=espeakup
-pkgver=0.71
-pkgrel=8
+pkgver=0.80
+pkgrel=1
 pkgdesc='Allows the Speakup screen review system to use the ESpeak synthesizer.'
 arch=('i686' 'x86_64')
 url='http://github.com/williamh/espeakup'
 license=('GPL3')
-source=(http://the-brannons.com/espeakup-0.71.tar.bz2
+source=(https://github.com/williamh/espeakup/archive/v$pkgver.tar.gz
         espeakup.service espeakup.modules-load.d)
 depends=('speakup-utils' 'espeak')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/local|/usr|' -i Makefile
+}
+
 build() {
   cd $pkgname-$pkgver
   make
@@ -25,6 +30,6 @@
   install -m644 -D "${srcdir}/espeakup.modules-load.d" "${pkgdir}/usr/lib/modules-load.d/espeakup.conf"
 }
 
-sha256sums=('8307986998256db21e615c4edc1befedde28a6995971da258e9d513dd79bd3ab'
+sha256sums=('4de284e30b6bdb0f9dee9c8ea02d13a3d20a61415b812338446b8b381e997ef4'
             '0d17413611db3fc4d70e34e84c1e55e832d9eec29482ed7d8c3d737e4ba162b8'
             '916abe0c03b843194705940ef062046809a68b51c5696f505d5444a73b45f214')



More information about the arch-commits mailing list