summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2024-03-06 15:14:15 +0100
committerAlphaJack2024-03-06 15:14:15 +0100
commit32044ab1a911cb773d1f0fa2081b6c1a707d2c68 (patch)
treedbd88510c14f185e5c10942f5ad5dc848543d1d1
parent5f0b4b1258d11095719c88d256e411986ad88079 (diff)
downloadaur-32044ab1a911cb773d1f0fa2081b6c1a707d2c68.tar.gz
Added piper-voices-minimal to conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48b8e02ba771..567ec4f4f325 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = piper-voices-en-us
pkgdesc = Voices for Piper text to speech system (en_US)
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://huggingface.co/rhasspy/piper-voices
arch = any
groups = piper-voices
@@ -9,5 +9,6 @@ pkgbase = piper-voices-en-us
makedepends = git-lfs
depends = piper-voices-common
provides = piper-voices
+ conflicts = piper-voices-minimal
pkgname = piper-voices-en-us
diff --git a/PKGBUILD b/PKGBUILD
index da857af6011c..5febe41ee047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,15 @@ _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")
arch=("any")
groups=("piper-voices")
provides=("piper-voices")
+# only en_US conflicts with minimal, other locales are compatible with it
+conflicts=("piper-voices-minimal")
depends=("piper-voices-common")
makedepends=("git-lfs")