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

Git Clone URL: https://aur.archlinux.org/piper-voices-pt-pt.git (read-only, click to copy)
Package Base: piper-voices-pt-pt
Description: Voices for Piper text to speech system (pt_PT)
Upstream URL: https://huggingface.co/rhasspy/piper-voices
Licenses: MIT
Groups: piper-voices
Provides: piper-voices
Submitter: justbispo
Maintainer: justbispo
Last Packager: justbispo
Votes: 1
Popularity: 0.000593
First Submitted: 2025-05-16 23:26 (UTC)
Last Updated: 2026-01-04 21:19 (UTC)

Dependencies (2)

Required by (1)

Sources (0)

Latest Comments

michael.gruz commented on 2026-01-04 06:56 (UTC) (edited on 2026-01-04 06:58 (UTC) by michael.gruz)

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.