summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fba8921f9d37..eb86e8778649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = python-espnet-tts-frontend-git
depends = python-unidecode
provides = python-espnet-tts-frontend
conflicts = python-espnet-tts-frontend
- conflicts = python-espnet-tts-frontend-git
source = python-espnet-tts-frontend-git::git+https://github.com/espnet/espnet_tts_frontend
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 541dd9148da7..2376e0a701a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('Apache 2.0')
depends=('python>=3.7' 'python-unidecode')
makedepends=('git' 'python-setuptools')
provides=('python-espnet-tts-frontend')
-conflicts=("python-espnet-tts-frontend" "${pkgname}")
+conflicts=("python-espnet-tts-frontend")
source=(
"${pkgname}::git+${url}")
md5sums=(