diff options
author | memchr | 2024-10-21 12:12:43 +0000 |
---|---|---|
committer | memchr | 2024-10-21 12:12:43 +0000 |
commit | 6bfcb2df41e9b530a30de168793c1b96173e564f (patch) | |
tree | cee1af2593fa5f59dc15bb01aa765f55ff9adb82 | |
parent | 4959466686780846b708fb8674b653d9c711287f (diff) | |
download | aur-6bfcb2df41e9b530a30de168793c1b96173e564f.tar.gz |
Rename binary to piper-tts
avoid conflict with repo piper(GTK application to configure gaming
devices) package
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,6 +74,6 @@ package() { install -D -m644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/piper-phonemize.LICENSE.md" cd "$srcdir/piper" - install -D --strip -m755 build/piper "${pkgdir}/usr/bin/piper" + install -D --strip -m755 build/piper "${pkgdir}/usr/bin/piper-tts" install -D -m644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/piper.LICENSE.md" } |