Package Details: piper-voices-en-gb 1.0.0-5

Git Clone URL: https://aur.archlinux.org/piper-voices-en-gb.git (read-only, click to copy)
Package Base: piper-voices-en-gb
Description: Voices for Piper text to speech system (en_GB)
Upstream URL: https://huggingface.co/rhasspy/piper-voices
Keywords: piper-voices tts
Licenses: MIT
Groups: piper-voices
Provides: piper-voices
Submitter: AlphaJack
Maintainer: AlphaJack
Last Packager: AlphaJack
Votes: 3
Popularity: 0.34
First Submitted: 2024-03-06 14:06 (UTC)
Last Updated: 2026-01-05 11:08 (UTC)

Dependencies (2)

Required by (1)

Sources (0)

Latest Comments

michael.gruz commented on 2026-01-04 06:59 (UTC)

The issue for this and other localised piper-voices packages. The proper way to fix this is to change the following line from:

 git lfs install 

to:

 git lfs install --local 

The default behaviour of git lfs install is to setup the LFS filters inside the global .gitconfig file. Adding --local makes it modify (or create) a .gitignore file inside the current repository, which in this case is the local copy of the piper-voices repo from huggingface.co, so it doesn't conflict with any constraints enforced by makepkg.