summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-08-30 09:18:45 -0600
committerMark Wagie2023-08-30 09:18:45 -0600
commit54439eac2173d6580c771318c4a83e0c8a9905d2 (patch)
tree8ca63687c9f23ba4f5eba991764cd0c547f8e880
parent307edea14ecd164b8e39d546b559259ea119baf6 (diff)
downloadaur-54439eac2173d6580c771318c4a83e0c8a9905d2.tar.gz
10.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75a772d66cb8..52aca7dedaa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
- pkgver = 10.2
- pkgrel = 2
+ pkgver = 10.2.1
+ pkgrel = 1
url = https://facelessuser.github.io/pymdown-extensions
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = pymdown-extensions
depends = python-markdown
depends = python-pyaml
optdepends = python-pygments: syntax highlighting
- source = pymdown-extensions-10.2.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.2.tar.gz
- sha256sums = 7add745c035e8fc4a41d01bb2f86af4abb6cb50a25c69a13e49873bd6086db57
+ source = pymdown-extensions-10.2.1.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.2.1.tar.gz
+ sha256sums = d822cfb917a4fb5f0922e2d2befc8e463297533ec88a9a78e3a8018aaf782b0b
pkgname = pymdown-extensions
diff --git a/PKGBUILD b/PKGBUILD
index 370bd89b962d..56b54828f1a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# 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
-pkgrel=2
+pkgver=10.2.1
+pkgrel=1
pkgdesc="Extensions for Python Markdown"
arch=('any')
url="https://facelessuser.github.io/pymdown-extensions"
@@ -12,8 +12,8 @@ makedepends=('python-build' 'python-hatchling' 'python-installer'
'python-packaging' 'python-wheel')
optdepends=('python-pygments: syntax highlighting')
checkdepends=('python-pygments' 'python-pytest-cov')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/facelessuser/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('7add745c035e8fc4a41d01bb2f86af4abb6cb50a25c69a13e49873bd6086db57')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/$pkgver.tar.gz")
+sha256sums=('d822cfb917a4fb5f0922e2d2befc8e463297533ec88a9a78e3a8018aaf782b0b')
build() {
cd "$pkgname-$pkgver"