summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxeruf2022-01-29 09:55:17 +0100
committerxeruf2022-01-29 09:55:17 +0100
commit1ecbd098bcc30693356d4a5fc4f0b616efacd0f3 (patch)
tree4e042943e20e981525ec09222f6d5fe0a1f28f8e
parentbe3327621d0e031b8ca5e2948fd8b7fa0779cdf8 (diff)
downloadaur-1ecbd098bcc30693356d4a5fc4f0b616efacd0f3.tar.gz
Update conflicts and provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b15c19079189..57d660e0476d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = context
arch = x86_64
license = GPL
provides = context
- conflicts = texlive-core
+ provides = context-lmtx
+ conflicts = texlive-bin
replaces = context-bin
source = http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3acf556d3b31..77ac8f1b4778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://wiki.contextgarden.net/Installation"
license=(GPL)
depends=()
replaces=(context-bin)
-provides=(${_pkgname})
-conflicts=(texlive-core)
+provides=(${_pkgname} ${_pkgname}-lmtx)
+conflicts=(texlive-bin)
optdepends=()
source=("http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip")
sha256sums=(SKIP)