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

Antonio Rojas arojas at archlinux.org
Wed Aug 28 08:18:54 UTC 2019


    Date: Wednesday, August 28, 2019 @ 08:18:54
  Author: arojas
Revision: 361315

Fix libFestival.so symlink

Modified:
  festival/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-28 08:14:02 UTC (rev 361314)
+++ PKGBUILD	2019-08-28 08:18:54 UTC (rev 361315)
@@ -5,7 +5,7 @@
 
 pkgname=festival
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A general multi-lingual speech synthesis system"
 arch=(x86_64)
 url="http://festvox.org/festival/"
@@ -100,7 +100,7 @@
 
   #libraries
   install -m755 src/lib/libFestival.so.* "$pkgdir"/usr/lib/
-  ln -sf libFestival.so.2.4.0 "$pkgdir"/usr/lib/libFestival.so
+  ln -sf libFestival.so.2.5.0.0 "$pkgdir"/usr/lib/libFestival.so
 
   #headers
   install -dm755 "$pkgdir"/usr/include/festival



More information about the arch-commits mailing list