summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxeruf2022-07-09 13:47:47 +0200
committerxeruf2022-07-09 13:47:47 +0200
commit6f148aca69f78eb4ff21df3e61172f40b555bdc8 (patch)
treecdd7b0ddadd240cd051c0fd40a2ad6f5d9b08433
parenteae10b7a0823ee60a64b73d99721071592de08f4 (diff)
downloadaur-6f148aca69f78eb4ff21df3e61172f40b555bdc8.tar.gz
Update version and remove checksum
It is updated too often
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40cc41e7be64..fcb6a27ca877 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.05.11_11.36
+ pkgver = 2022.07.06_21.42
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 = 7206e62f9059695a02c261369a9eab8239c9de9fec6552ada65c92114966a554
+ sha256sums = SKIP
pkgname = context
diff --git a/PKGBUILD b/PKGBUILD
index 37841f5df98e..d4398bfbba0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=context
pkgname=${_pkgname}
-pkgver=2022.05.11_11.36
+pkgver=2022.07.06_21.42
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=('7206e62f9059695a02c261369a9eab8239c9de9fec6552ada65c92114966a554')
+sha256sums=(SKIP)
install=${_pkgname}.install
prepare() {