summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-05 09:34:54 -0700
committerMark Wagie2024-03-05 09:34:54 -0700
commit7c1b64a356f3356cc6dc164f0a5c98d09ddd6abd (patch)
tree59bec5f6b6a048d6955100c0dce5f40210f52cc5
parent2266ca1d13da557d5f4bcfe9588f6f60cc56a6e0 (diff)
downloadaur-7c1b64a356f3356cc6dc164f0a5c98d09ddd6abd.tar.gz
10.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cbcdd134681..9d26bccd6de2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
- pkgver = 10.7
+ pkgver = 10.7.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.7.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.7.tar.gz
- sha256sums = 4a82c027e42934ca03ba6237e718c437c2940766df94f7ec1551160988a1bbfc
+ source = pymdown-extensions-10.7.1.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.7.1.tar.gz
+ sha256sums = 065d6a7844b79d729a52e02717a79309b45158904b305c5fa350266e5256b59b
pkgname = pymdown-extensions
diff --git a/PKGBUILD b/PKGBUILD
index 1444605515ca..efca0d9910ce 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.7
+pkgver=10.7.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=('4a82c027e42934ca03ba6237e718c437c2940766df94f7ec1551160988a1bbfc')
+sha256sums=('065d6a7844b79d729a52e02717a79309b45158904b305c5fa350266e5256b59b')
build() {
cd "$pkgname-$pkgver"