[arch-commits] Commit in voxforge-am-julius/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed Oct 14 15:49:08 UTC 2020


    Date: Wednesday, October 14, 2020 @ 15:49:07
  Author: jelle
Revision: 723922

Add optional perl dependency

Modified:
  voxforge-am-julius/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-14 15:42:31 UTC (rev 723921)
+++ PKGBUILD	2020-10-14 15:49:07 UTC (rev 723922)
@@ -4,11 +4,12 @@
 
 pkgname=voxforge-am-julius
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Acoustic model information for use with Julius voice recognition software"
 arch=('any')
 url="http://www.voxforge.org/"
 license=('GPL')
+optdepends=('perl: for mkdfa.pl')
 source=("${pkgname}-${pkgver}.tgz::http://www.repository.voxforge1.org/downloads/Main/Tags/Releases/${pkgver}/Julius-4.3.1-Quickstart-Linux_(${pkgver}).tgz")
 install="${pkgname}.install"
 changelog=ChangeLog



More information about the arch-commits mailing list