summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-19 17:30:22 -0600
committerMark Wagie2023-10-19 17:30:22 -0600
commit11785b7c72a76e48aa4b4f4bb7340f73083be209 (patch)
tree50f63fd9fdf388f6f8130bd2ce9ae2d2eea1c871
parent531362f8a8c4a2c247f066d65bf79dd1ef397665 (diff)
downloadaur-11785b7c72a76e48aa4b4f4bb7340f73083be209.tar.gz
10.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 624f616eeb09..e0e6196da741 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
- pkgver = 10.3
+ pkgver = 10.3.1
pkgrel = 1
url = https://facelessuser.github.io/pymdown-extensions
arch = any
@@ -15,7 +15,7 @@ pkgbase = pymdown-extensions
depends = python-markdown
depends = python-pyaml
optdepends = python-pygments: syntax highlighting
- source = pymdown-extensions-10.3.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.3.tar.gz
- sha256sums = 38267302f0f8fbb333c9d725e31da564dd1f5b3a5d3a897aa22f5e36a4e61e64
+ source = pymdown-extensions-10.3.1.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.3.1.tar.gz
+ sha256sums = 89f1cdc718b7679049f56f7c41e12e489624fe5a9853d4694d1d14e35a508a77
pkgname = pymdown-extensions
diff --git a/PKGBUILD b/PKGBUILD
index 1f2ffbb86dc0..8f9b576a56e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Duru Can Celasun <can at dcc dot im>
pkgname=pymdown-extensions
-pkgver=10.3
+pkgver=10.3.1
pkgrel=1
pkgdesc="Extensions for Python Markdown"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-build' 'python-hatchling' 'python-installer'
optdepends=('python-pygments: syntax highlighting')
checkdepends=('python-pygments' 'python-pytest-cov')
source=("$pkgname-$pkgver.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/$pkgver.tar.gz")
-sha256sums=('38267302f0f8fbb333c9d725e31da564dd1f5b3a5d3a897aa22f5e36a4e61e64')
+sha256sums=('89f1cdc718b7679049f56f7c41e12e489624fe5a9853d4694d1d14e35a508a77')
build() {
cd "$pkgname-$pkgver"