summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f127ebcdc2ad..40cc41e7be64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = context
pkgdesc = ConTeXt LMTX, the Lean and Mean TeX eXperience with Lua, MetaPost, TeX, and XML
- pkgver = 2022.01.15_11.45
+ pkgver = 2022.05.11_11.36
pkgrel = 1
url = https://wiki.contextgarden.net/Installation
install = context.install
@@ -10,6 +10,6 @@ pkgbase = context
provides = context-lmtx
replaces = context-bin
source = http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip
- sha256sums = SKIP
+ sha256sums = 7206e62f9059695a02c261369a9eab8239c9de9fec6552ada65c92114966a554
pkgname = context
diff --git a/PKGBUILD b/PKGBUILD
index 2b2ac82986b9..37841f5df98e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=context
pkgname=${_pkgname}
-pkgver=2022.01.15_11.45
+pkgver=2022.05.11_11.36
pkgrel=1
pkgdesc='ConTeXt LMTX, the Lean and Mean TeX eXperience with Lua, MetaPost, TeX, and XML'
arch=('x86_64')
@@ -14,7 +14,7 @@ provides=(${_pkgname} ${_pkgname}-lmtx)
conflicts=()
optdepends=()
source=("http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip")
-sha256sums=(SKIP)
+sha256sums=('7206e62f9059695a02c261369a9eab8239c9de9fec6552ada65c92114966a554')
install=${_pkgname}.install
prepare() {
@@ -24,7 +24,7 @@ prepare() {
}
package() {
- context="${pkgdir}/usr/share/context"
+ context="${pkgdir}/usr/share/texmf-dist"
cd "tex"
install -d "$context"