summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-02 13:55:38 -0600
committerMark Wagie2023-09-02 13:55:38 -0600
commit531362f8a8c4a2c247f066d65bf79dd1ef397665 (patch)
tree787840e0989d9c389d7c26ea597bbe9a7060b793
parent54439eac2173d6580c771318c4a83e0c8a9905d2 (diff)
downloadaur-531362f8a8c4a2c247f066d65bf79dd1ef397665.tar.gz
10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52aca7dedaa8..624f616eeb09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
- pkgver = 10.2.1
+ pkgver = 10.3
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.2.1.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.2.1.tar.gz
- sha256sums = d822cfb917a4fb5f0922e2d2befc8e463297533ec88a9a78e3a8018aaf782b0b
+ source = pymdown-extensions-10.3.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.3.tar.gz
+ sha256sums = 38267302f0f8fbb333c9d725e31da564dd1f5b3a5d3a897aa22f5e36a4e61e64
pkgname = pymdown-extensions
diff --git a/PKGBUILD b/PKGBUILD
index 56b54828f1a1..1f2ffbb86dc0 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.2.1
+pkgver=10.3
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=('d822cfb917a4fb5f0922e2d2befc8e463297533ec88a9a78e3a8018aaf782b0b')
+sha256sums=('38267302f0f8fbb333c9d725e31da564dd1f5b3a5d3a897aa22f5e36a4e61e64')
build() {
cd "$pkgname-$pkgver"