Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / mkdocs-material
Commits: 5289b2d0 by Carl Smedstad at 2025-11-02T09:38:23+01:00 upgpkg: 9.6.23-1: Upstream release https://github.com/squidfunk/mkdocs-material/releases/tag/9.6.23 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = mkdocs-material pkgdesc = Documentation that simply works - pkgver = 9.6.22 + pkgver = 9.6.23 pkgrel = 1 url = https://github.com/squidfunk/mkdocs-material arch = any @@ -22,7 +22,7 @@ pkgbase = mkdocs-material depends = python-yaml optdepends = python-cairosvg: for image processing optdepends = python-pillow: for image processing - source = mkdocs-material-9.6.22.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/9.6.22.tar.gz - sha256sums = a73b5d33691e1652f72a90f835e577367d2d48d4cc567d5915bef14e6c55c566 + source = mkdocs-material-9.6.23.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/9.6.23.tar.gz + sha256sums = dec20617b6a299e569630040e2491e98e52471db977be01af739390426eedc36 pkgname = mkdocs-material ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=mkdocs-material -pkgver=9.6.22 +pkgver=9.6.23 pkgrel=1 pkgdesc="Documentation that simply works" arch=(any) @@ -32,7 +32,7 @@ optdepends=( 'python-pillow: for image processing' ) source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('a73b5d33691e1652f72a90f835e577367d2d48d4cc567d5915bef14e6c55c566') +sha256sums=('dec20617b6a299e569630040e2491e98e52471db977be01af739390426eedc36') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mkdocs-material/-/commit/5289b2d0bc5b52f9add74568f975f45fd33dd8fe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mkdocs-material/-/commit/5289b2d0bc5b52f9add74568f975f45fd33dd8fe You're receiving this email because of your account on gitlab.archlinux.org.
