Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-pymdown-extensions
Commits: 9a5a225e by Carl Smedstad at 2025-01-08T09:24:11+01:00 upgpkg: 10.14-1: Upstream release https://github.com/facelessuser/pymdown-extensions/releases/tag/10.14 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pymdown-extensions pkgdesc = Extensions for Python Markdown - pkgver = 10.13 + pkgver = 10.14 pkgrel = 1 url = https://github.com/facelessuser/pymdown-extensions arch = any @@ -17,7 +17,7 @@ pkgbase = python-pymdown-extensions optdepends = python-pygments: for code highlighting provides = pymdown-extensions replaces = pymdown-extensions - source = python-pymdown-extensions-10.13.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.13.tar.gz - sha256sums = 44bdc51b81508a5d4ff9f3c217cf7966a1ea37b9132e53bc79e2ea068c0c6ab8 + source = python-pymdown-extensions-10.14.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.14.tar.gz + sha256sums = cff9df29d6f970fb5c364e0f5a857a83c43d5f37a38fd8a4349a9a5afb077cbe pkgname = python-pymdown-extensions ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-pymdown-extensions _pkgname=${pkgname#python-} -pkgver=10.13 +pkgver=10.14 pkgrel=1 pkgdesc="Extensions for Python Markdown" arch=(any) @@ -27,7 +27,7 @@ optdepends=('python-pygments: for code highlighting') provides=(pymdown-extensions) replaces=(pymdown-extensions) source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('44bdc51b81508a5d4ff9f3c217cf7966a1ea37b9132e53bc79e2ea068c0c6ab8') +sha256sums=('cff9df29d6f970fb5c364e0f5a857a83c43d5f37a38fd8a4349a9a5afb077cbe') build() { cd "$_pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymdown-extensions/-/commit/9a5a225eddf3d79fd62ec220c1ec2baa724c3f18 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymdown-extensions/-/commit/9a5a225eddf3d79fd62ec220c1ec2baa724c3f18 You're receiving this email because of your account on gitlab.archlinux.org.
