summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-04-27 14:36:59 -0600
committerMark Wagie2024-04-27 14:36:59 -0600
commitc281afc3bb0c9590f321a041506fce5845d918d1 (patch)
tree7bea418452c58642777782921f5ba9c8be50011a
parentcd106110ba9506e4af38119fe966d18316d28972 (diff)
downloadaur-c281afc3bb0c9590f321a041506fce5845d918d1.tar.gz
10.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec24ec87f3ac..2fafa9c61a0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
- pkgver = 10.8
+ pkgver = 10.8.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.8.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.8.tar.gz
- sha256sums = 4295202b3a3b1ea8898c2cc7251bde42356bc6dfb5247d9ddd02b3c1b6b5ac27
+ source = pymdown-extensions-10.8.1.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.8.1.tar.gz
+ sha256sums = bada823efb9660a2ecb4036d77e053a0353d0adcbe6e175a497afd67a97c3a1d
pkgname = pymdown-extensions
diff --git a/PKGBUILD b/PKGBUILD
index 69fad9dc655c..3eacd0297597 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.8
+pkgver=10.8.1
pkgrel=1
pkgdesc="Extensions for Python Markdown"
arch=('any')
@@ -25,7 +25,7 @@ checkdepends=(
'python-pygments' 'python-pytest-cov'
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/$pkgver.tar.gz")
-sha256sums=('4295202b3a3b1ea8898c2cc7251bde42356bc6dfb5247d9ddd02b3c1b6b5ac27')
+sha256sums=('bada823efb9660a2ecb4036d77e053a0353d0adcbe6e175a497afd67a97c3a1d')
build() {
cd "$pkgname-$pkgver"