summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:20:04 -0500
committerAndrew O'Neill2024-01-30 21:20:04 -0500
commit6d4e297503423c4aacc0640b0cf48cd87a03aa31 (patch)
tree0dbb15ae4fa66dd5bd893e1a69fc90e02c13b0ce /PKGBUILD
parent98fe12f8dadb1a2fcafcfcc0e14e5fcd4f755fb2 (diff)
downloadaur-julius.tar.gz
Update license to use SPDX identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a32f6bb6fb3..f754518dcf8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=3
pkgdesc='A high-performance, two-pass large vocabulary continuous speech recognition decoder software'
arch=('x86_64')
url='https://github.com/julius-speech/julius'
-license=('custom')
+license=('BSD-3-Clause')
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")