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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jul 17 16:04:26 UTC 2015


    Date: Friday, July 17, 2015 @ 18:04:26
  Author: svenstaro
Revision: 242325

upgpkg: speech-dispatcher 0.8.3-3

Fix .pc file

Modified:
  speech-dispatcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-17 15:59:57 UTC (rev 242324)
+++ PKGBUILD	2015-07-17 16:04:26 UTC (rev 242325)
@@ -3,7 +3,7 @@
 
 pkgname=speech-dispatcher
 pkgver=0.8.3
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc="High-level device independent layer for speech synthesis interface"
 url="http://www.freebsoft.org/speechd"
@@ -50,5 +50,5 @@
   install -Dm644 "${srcdir}"/speech-dispatcherd.service "${pkgdir}/usr/lib/systemd/system/speech-dispatcherd.service"
   install -d "${pkgdir}/var/log/speech-dispatcher"
 
-  sed -i 's|includedir=.*|include=${prefix}/include/speech-dispatcher|g' "${pkgdir}/usr/lib/pkgconfig/speech-dispatcher.pc"
+  sed -i 's|includedir=.*|includedir=${prefix}/include/speech-dispatcher|g' "${pkgdir}/usr/lib/pkgconfig/speech-dispatcher.pc"
 }



More information about the arch-commits mailing list