Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
luametatex
Commits:
5a6ba858 by Antonio Rojas at 2024-10-31T19:23:09+01:00
upgpkg: 2.11.05-1: Update to 2.11.05
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = luametatex
pkgdesc = The lean and mean successor of the LuaTeX engine
- pkgver = 2.11.04
+ pkgver = 2.11.05
pkgrel = 1
url = https://wiki.contextgarden.net/LMTX
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = luametatex
makedepends = cmake
makedepends = git
depends = glibc
- source = git+https://github.com/contextgarden/luametatex#tag=v2.11.04
- sha256sums =
1064e7a010e3db59c66cf5b1667d13bd0429257bccca4b2665e13c9aa5c9d85b
+ source = git+https://github.com/contextgarden/luametatex#tag=v2.11.05
+ sha256sums =
9820cd11a37aeea53464591c53e13e395f9ad42adb7d803b4b000d9d20eeaaf2
pkgname = luametatex
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=luametatex
-pkgver=2.11.04
+pkgver=2.11.05
pkgrel=1
pkgdesc='The lean and mean successor of the LuaTeX engine'
arch=(x86_64)
@@ -11,7 +11,7 @@ depends=(glibc)
makedepends=(cmake
git)
source=(git+https://github.com/contextgarden/luametatex#tag=v$pkgver)
-sha256sums=('1064e7a010e3db59c66cf5b1667d13bd0429257bccca4b2665e13c9aa5c9d85b')
+sha256sums=('9820cd11a37aeea53464591c53e13e395f9ad42adb7d803b4b000d9d20eeaaf2')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/luametatex/-/commit/5a6ba8587138ab31c92f4d8031bf0079dc8bcabe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/luametatex/-/commit/5a6ba8587138ab31c92f4d8031bf0079dc8bcabe
You're receiving this email because of your account on gitlab.archlinux.org.