summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Martin Reckel2023-02-09 21:10:57 +0100
committerJan Martin Reckel2023-02-09 21:10:57 +0100
commitfe05f261751ef6231c9bbb3ab0c5ec5d25970692 (patch)
treebd8ec1439ca14e3da936127ddddf7e7fe789e030
parent96a500b954ff5bf37bb9fe9ddc2e7541015bea99 (diff)
downloadaur-fe05f261751ef6231c9bbb3ab0c5ec5d25970692.tar.gz
Add subtitld as conflict
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8caf1a6e41ce..5a7627400ff4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = subtitld-git
depends = python-speechrecognition
depends = python-pysrt
provides = subtitld
+ conflicts = subtitld
source = git+https://gitlab.com/jonata/subtitld.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6a4f9c469e6c..a9a0aabf1439 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('GPL3')
groups=()
depends=('mpv' 'pyside6' 'python-opengl' 'python-docx' 'python-pycaption' 'python-pysubs2' 'python-pyffms2' 'python-mpv' 'python-libretranslate-git' 'python-translate' 'python-speechrecognition' 'python-pysrt')
makedepends=('git' 'python')
+conflicts=('subtitld')
provides=("subtitld")
source=("git+https://gitlab.com/jonata/subtitld.git")
md5sums=('SKIP')