summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-05-16 08:54:30 -0600
committerMark Wagie2023-05-16 08:54:30 -0600
commit4f08cabb70b0b974175ecc61453044c7478ed15b (patch)
treee234a0ef31866fc8e325881f10575c971129510c /PKGBUILD
parent1129c20ba4f0ba48bad85e9e13e0dd55277c015a (diff)
downloadaur-4f08cabb70b0b974175ecc61453044c7478ed15b.tar.gz
10.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00bafdb03027..509a08322bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Duru Can Celasun <can at dcc dot im>
pkgname=pymdown-extensions
_name=pymdown_extensions
-pkgver=10.0
+pkgver=10.0.1
pkgrel=1
pkgdesc="Extensions for Python Markdown"
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('python-pygments: syntax highlighting')
checkdepends=('python-pygments' 'python-pytest-cov')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
#source=("$_name-$pkgver.tar.gz::https://github.com/facelessuser/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('9a77955e63528c2ee98073a1fb3207c1a45607bc74a34ef21acd098f46c3aa8a')
+sha256sums=('b44e1093a43b8a975eae17b03c3a77aad4681b3b56fce60ce746dbef1944c8cb')
build() {
cd "$_name-$pkgver"