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

Evgeniy Alekseev arcanis at archlinux.org
Wed Mar 20 11:45:06 UTC 2019


    Date: Wednesday, March 20, 2019 @ 11:45:06
  Author: arcanis
Revision: 442938

upgpkg: julius 4.5-1

Modified:
  julius/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-20 11:42:51 UTC (rev 442937)
+++ PKGBUILD	2019-03-20 11:45:06 UTC (rev 442938)
@@ -3,8 +3,8 @@
 # Contributor: Muhammad Qadri <Muhammad dot A dot Qadri at gmail dot com>
 
 pkgname=julius
-pkgver=4.4.2.1
-pkgrel=4
+pkgver=4.5
+pkgrel=1
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech recognition decoder software"
 arch=("x86_64")
 url="http://julius.sourceforge.jp/"
@@ -11,18 +11,9 @@
 license=("custom")
 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"
-        "configure.patch")
-md5sums=('9760ad16eb643267c3101f105deec2ff'
-         '9fe2a29fdec779104f69539ad4d1cce0')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/julius-speech/julius/archive/v${pkgver}.tar.gz")
+sha512sums=('48bd5fe1e0bd199f10045863d713c82d033d7ecf2e0b9e2a8de6cf0347249e726bf6e756f4fc30a27faa93222066353dd898c6d0069de07c7723994639a84db3')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # configure error
-  patch -p1 -i "${srcdir}/configure.patch"
-}
-
 build() {
   # redefine makeflags, coz it could not build in parallel
   export MAKEFLAGS="-j1"
@@ -50,3 +41,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+



More information about the arch-commits mailing list