summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxeruf2022-01-29 09:59:00 +0100
committerxeruf2022-01-29 09:59:00 +0100
commitf3bb0226b0362467ebed290daae43cef6b949928 (patch)
tree819b1cf27020b8ee3afd4329a773ec3af570d1ba
parent1ecbd098bcc30693356d4a5fc4f0b616efacd0f3 (diff)
downloadaur-f3bb0226b0362467ebed290daae43cef6b949928.tar.gz
Avoid conflicts through local binaries
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57d660e0476d..f127ebcdc2ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = context
license = GPL
provides = context
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 77ac8f1b4778..2b2ac82986b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=(GPL)
depends=()
replaces=(context-bin)
provides=(${_pkgname} ${_pkgname}-lmtx)
-conflicts=(texlive-bin)
+conflicts=()
optdepends=()
source=("http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip")
sha256sums=(SKIP)
@@ -29,7 +29,7 @@ package() {
install -d "$context"
cp -r texmf texmf-context "$context"
- install -Dt "${pkgdir}/usr/bin" texmf-linux-64/bin/*
+ install -Dt "${pkgdir}/usr/local/bin" texmf-linux-64/bin/*
}
pkgver() {