Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / mkdocstrings
Commits: 699f3958 by Carl Smedstad at 2024-10-13T15:40:04+02:00 upgpkg: 0.26.2-1: Upstream release https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = mkdocstrings pkgdesc = Automatic documentation from sources, for MkDocs - pkgver = 0.26.1 - pkgrel = 2 + pkgver = 0.26.2 + pkgrel = 1 url = https://github.com/mkdocstrings/mkdocstrings arch = any license = ISC @@ -22,7 +22,7 @@ pkgbase = mkdocstrings depends = python-platformdirs depends = python-pymdown-extensions depends = python-yaml - source = mkdocstrings-0.26.1.tar.gz::https://github.com/mkdocstrings/mkdocstrings/archive/0.26.1.tar.gz - sha256sums = 4ccf2c1ae5a313cdc4938a3d0fa040cd70bd27aba79dd03c9f51165f77f3acbf + source = mkdocstrings-0.26.2.tar.gz::https://github.com/mkdocstrings/mkdocstrings/archive/0.26.2.tar.gz + sha256sums = 940aa13f7489289f6ed04dd05829ec019561df8b2342d51bfaa932fbd39efb6c pkgname = mkdocstrings ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=mkdocstrings -pkgver=0.26.1 -pkgrel=2 +pkgver=0.26.2 +pkgrel=1 pkgdesc="Automatic documentation from sources, for MkDocs" arch=(any) url="https://github.com/mkdocstrings/mkdocstrings" @@ -31,7 +31,7 @@ checkdepends=( python-pytest ) source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('4ccf2c1ae5a313cdc4938a3d0fa040cd70bd27aba79dd03c9f51165f77f3acbf') +sha256sums=('940aa13f7489289f6ed04dd05829ec019561df8b2342d51bfaa932fbd39efb6c') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mkdocstrings/-/commit/699f39584789ee81e4d3b74761460d1bbbcb0e8a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mkdocstrings/-/commit/699f39584789ee81e4d3b74761460d1bbbcb0e8a You're receiving this email because of your account on gitlab.archlinux.org.
