summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-11 09:20:13 -0700
committerMark Wagie2023-11-11 09:20:13 -0700
commitac34f69640a8d5ead45492f2ddc7ecb62963adf5 (patch)
tree9f04fdf5d015f32cfd507ffadac6e101e544a9c0
parent11785b7c72a76e48aa4b4f4bb7340f73083be209 (diff)
downloadaur-ac34f69640a8d5ead45492f2ddc7ecb62963adf5.tar.gz
10.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0e6196da741..b3bb815b7bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
- pkgver = 10.3.1
+ pkgver = 10.4
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.1.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.3.1.tar.gz
- sha256sums = 89f1cdc718b7679049f56f7c41e12e489624fe5a9853d4694d1d14e35a508a77
+ source = pymdown-extensions-10.4.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.4.tar.gz
+ sha256sums = 741ba633359b4add36c40e1bf5ebd3365af08868908e864b5e4e6ba261de7616
pkgname = pymdown-extensions
diff --git a/PKGBUILD b/PKGBUILD
index 8f9b576a56e8..80a1ac6137d6 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.1
+pkgver=10.4
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=('89f1cdc718b7679049f56f7c41e12e489624fe5a9853d4694d1d14e35a508a77')
+sha256sums=('741ba633359b4add36c40e1bf5ebd3365af08868908e864b5e4e6ba261de7616')
build() {
cd "$pkgname-$pkgver"