summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2024-04-18 23:13:20 +0200
committerAlphaJack2024-04-18 23:13:20 +0200
commit05fd2f43852bd1c3c42aacc4a6e9d911998207df (patch)
tree7b592eeb53c55d5ed074647dcba215131a956d84 /PKGBUILD
parent32044ab1a911cb773d1f0fa2081b6c1a707d2c68 (diff)
downloadaur-piper-voices-en-us.tar.gz
Installing git lfs before pulling
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5febe41ee047..6ff37ac713c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _regionSmall=${_region,,}
_locale="${_lang}_${_region}"
pkgname="piper-voices-${_lang}-${_regionSmall}"
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Voices for Piper text to speech system ($_locale)"
url="https://huggingface.co/rhasspy/piper-voices"
license=("MIT")
@@ -37,6 +37,7 @@ prepare(){
printf '%s\n' ${_models[*]}
# convert specific lfs pointers into actual models
+ git lfs install
git lfs pull --include $(IFS=,; echo "${_models[*]}")
}