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

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


    Date: Wednesday, October 14, 2020 @ 15:29:12
  Author: jelle
Revision: 723917

Add perl dependency for perl transient dependency

Modified:
  julius/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-14 15:27:58 UTC (rev 723916)
+++ PKGBUILD	2020-10-14 15:29:12 UTC (rev 723917)
@@ -4,12 +4,12 @@
 
 pkgname=julius
 pkgver=4.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech recognition decoder software"
 arch=("x86_64")
 url="http://julius.sourceforge.jp/"
 license=("custom")
-depends=("libpulse" "sdl2")
+depends=("libpulse" "sdl2" "perl")
 optdepends=("voxforge-am-julius: acoustic models")
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/julius-speech/julius/archive/v${pkgver}.tar.gz")
 sha512sums=('431aa3693f7fa3cbc8e9aa429c3e2011d1dde8db9510f14e81516061c8348cdf0f48bf585c0feeb12ad7aceb25d270fb6890131e746fb1a6f7cc0d8514bd30e4')



More information about the arch-commits mailing list