Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / docbook-mathml
Commits: 53fe043b by Andreas Radke at 2026-01-15T09:27:57+01:00 fix URL+ nvchecker.toml - #1 - - - - - 2 changed files: - .nvchecker.toml - PKGBUILD Changes: ===================================== .nvchecker.toml ===================================== @@ -5,5 +5,6 @@ #ignore = "SVNSNAPSHOT" source = "regex" -regex = "The DocBook MathML Document Type, Working Draft (\\d.+)[,]" -url = "https://docbook.org/specs/" +regex = "V(\\d+.\\d+CR1)" +# url = "https://docbook.org/specs/" +url = "https://archive.docbook.org/xml/mathml/1.1CR1/" ===================================== PKGBUILD ===================================== @@ -6,11 +6,11 @@ pkgver=1.1CR1 pkgrel=9 pkgdesc="MathML XML scheme" arch=('any') -url="https://www.oasis-open.org/docbook/" +url="https://archive.docbook.org/xml/mathml/" license=('MIT') depends=('libxml2') install=docbook-mathml.install -source=("https://www.docbook.org/xml/mathml/${pkgver}/dbmathml.dtd" 'license-from-upstream') +source=("https://archive.docbook.org/xml/mathml/${pkgver}/dbmathml.dtd" 'license-from-upstream') sha512sums=('031ad81e0fd873d2ed0fb78a074cc2de93ea7c937d85aac6cb2dc3023e3ba494a9a20f485b5355ce9060aea9adae192c9259b59139ac71273ca3fb858a240704' 'a38812bb61aa48467f2125862ce21c7aa25ddc0a2ff2e643bdf778118b4bf6721673aa8a3924c864d04757e059542da691a736d82af51bb8e344504d9dc3c9ca') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/docbook-mathml/-/commit/53fe043b663776df678d242124f2fe2ef3843543 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/docbook-mathml/-/commit/53fe043b663776df678d242124f2fe2ef3843543 You're receiving this email because of your account on gitlab.archlinux.org.
