summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn2023-04-10 10:07:37 +0100
committerJohn2023-04-10 10:08:59 +0100
commitd3d5ad6ae7c71562f0f137242c34d5a71a281cad (patch)
tree299fc2109425d6744a78c0a42c43e08ed8a7f0d2
parentc9e6fa658379c9a588aac6e61ed9a82f8cd0c0c5 (diff)
downloadaur-d3d5ad6ae7c71562f0f137242c34d5a71a281cad.tar.gz
Tidy up provides, conflicts & replaces entries
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c15fdd7fa51b..2f46517b13b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -67,12 +67,8 @@ pkgbase = mythtv-git
optdepends = python-requests: Python bindings
optdepends = python-requests-cache: Python bindings
optdepends = python-simplejson: Python bindings
- conflicts = myththemes
- conflicts = mythplugins-mythvideo
+ provides = mythtv
conflicts = mythtv
- replaces = myththemes
- replaces = mythplugins-mythvideo
- replaces = mythtv
source = git+https://github.com/MythTV/mythtv#branch=fixes/33
source = mythbackend.service
source = mythtv.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 21479c998b7f..a709f51fa146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -82,8 +82,8 @@ optdepends=(
'python-requests-cache: Python bindings'
'python-simplejson: Python bindings'
)
-conflicts=('myththemes' 'mythplugins-mythvideo' 'mythtv')
-replaces=('myththemes' 'mythplugins-mythvideo' 'mythtv')
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=(
"git+https://github.com/MythTV/mythtv#branch=fixes/33"
'mythbackend.service'