Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-ziamath
Commits:
16018d3c by Felix Yan at 2023-11-29T09:41:57+02:00
upgpkg: 0.8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-ziamath
pkgdesc = Render MathML and LaTeX Math to SVG without Latex installation
- pkgver = 0.8
+ pkgver = 0.8.1
pkgrel = 1
url = https://ziamath.readthedocs.io/
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-ziamath
makedepends = python-wheel
depends = python-ziafont
depends = python-latex2mathml
- source =
python-ziamath-0.8.tar.gz::https://github.com/cdelker/ziamath/archive/0.8.tar.gz
- sha512sums =
6f11203407c84b160c449f758bdd865c1247298c8f4f9e94b5a38fe1d39ede80fe0522316f686f21423cfc93b6f66b0697002992544734da9ed8d851b937a5c2
+ source =
python-ziamath-0.8.1.tar.gz::https://github.com/cdelker/ziamath/archive/0.8.1.tar.gz
+ sha512sums =
b05f34d145ff3bc9e35046ead693d0257a9fa7d08a46956b8b97a76542d97f118b3b4ae4eb42a184b3bddf3aed665da59a7261760f06c32abacd78a4f50cbd1d
pkgname = python-ziamath
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-ziamath
-pkgver=0.8
+pkgver=0.8.1
pkgrel=1
pkgdesc="Render MathML and LaTeX Math to SVG without Latex installation"
url="https://ziamath.readthedocs.io/"
@@ -10,7 +10,7 @@ arch=('any')
depends=('python-ziafont' 'python-latex2mathml')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cdelker/ziamath/archive/$pkgver.tar.gz")
-sha512sums=('6f11203407c84b160c449f758bdd865c1247298c8f4f9e94b5a38fe1d39ede80fe0522316f686f21423cfc93b6f66b0697002992544734da9ed8d851b937a5c2')
+sha512sums=('b05f34d145ff3bc9e35046ead693d0257a9fa7d08a46956b8b97a76542d97f118b3b4ae4eb42a184b3bddf3aed665da59a7261760f06c32abacd78a4f50cbd1d')
build() {
cd ziamath-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ziamath/-/commit/16018d3cbf053567a269824c64bf808eb9ba1c37
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ziamath/-/commit/16018d3cbf053567a269824c64bf808eb9ba1c37
You're receiving this email because of your account on gitlab.archlinux.org.