summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2024-04-18 23:17:31 +0200
committerAlphaJack2024-04-18 23:17:31 +0200
commit708f3cfc7847b11de0a94082bb0016642d337ba9 (patch)
tree2246caecb1cfd6887ec4801de6eaf7bc391e6510 /PKGBUILD
parent352987b5cc39ddcfc9191fb6e9b5cf03e55328a1 (diff)
downloadaur-piper-voices-it-it.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 9644c3399339..b5bc26729056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _regionSmall=${_region,,}
_locale="${_lang}_${_region}"
pkgname="piper-voices-${_lang}-${_regionSmall}"
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Voices for Piper text to speech system ($_locale)"
url="https://huggingface.co/rhasspy/piper-voices"
license=("MIT")
@@ -35,6 +35,7 @@ prepare(){
printf '%s\n' ${_models[*]}
# convert specific lfs pointers into actual models
+ git lfs install
git lfs pull --include $(IFS=,; echo "${_models[*]}")
}