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

Antonio Rojas arojas at archlinux.org
Wed Sep 30 07:13:19 UTC 2020


    Date: Wednesday, September 30, 2020 @ 07:13:19
  Author: arojas
Revision: 714058

Update to 4.6

Modified:
  julius/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-30 07:04:56 UTC (rev 714057)
+++ PKGBUILD	2020-09-30 07:13:19 UTC (rev 714058)
@@ -3,8 +3,8 @@
 # Contributor: Muhammad Qadri <Muhammad dot A dot Qadri at gmail dot com>
 
 pkgname=julius
-pkgver=4.5
-pkgrel=2
+pkgver=4.6
+pkgrel=1
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech recognition decoder software"
 arch=("x86_64")
 url="http://julius.sourceforge.jp/"
@@ -12,12 +12,9 @@
 depends=("libpulse" "sdl2")
 optdepends=("voxforge-am-julius: acoustic models")
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/julius-speech/julius/archive/v${pkgver}.tar.gz")
-sha512sums=('48bd5fe1e0bd199f10045863d713c82d033d7ecf2e0b9e2a8de6cf0347249e726bf6e756f4fc30a27faa93222066353dd898c6d0069de07c7723994639a84db3')
+sha512sums=('431aa3693f7fa3cbc8e9aa429c3e2011d1dde8db9510f14e81516061c8348cdf0f48bf585c0feeb12ad7aceb25d270fb6890131e746fb1a6f7cc0d8514bd30e4')
 
 build() {
-  # redefine makeflags, coz it could not build in parallel
-  export MAKEFLAGS="-j1"
-
   cd "${srcdir}/${pkgname}-${pkgver}/"
   ./configure \
     --prefix="/usr/" \
@@ -37,7 +34,7 @@
   # leave static libraries since julius does not support
   # shared ones at the moment. See also FS#50599
   make prefix="${pkgdir}/usr" install
-  install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/julius/LICENSE"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/julius/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list