Package Details: piper-voices-pt-br 1.0.0-3

Git Clone URL: https://aur.archlinux.org/piper-voices-pt-br.git (read-only, click to copy)
Package Base: piper-voices-pt-br
Description: Voices for Piper text to speech system (pt_BR)
Upstream URL: https://huggingface.co/rhasspy/piper-voices
Licenses: MIT
Groups: piper-voices
Conflicts: piper-voices-minimal
Provides: piper-voices
Submitter: renatocan
Maintainer: renatocan
Last Packager: renatocan
Votes: 0
Popularity: 0.000000
First Submitted: 2024-11-18 20:44 (UTC)
Last Updated: 2024-11-18 20:44 (UTC)

Dependencies (2)

Required by (1)

Sources (0)

Latest Comments

michael.gruz commented on 2026-01-04 07:00 (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.