summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2018-04-16 09:14:11 +0200
committerD. Can Celasun2018-04-16 09:14:31 +0200
commit13909b460772b58341971bd063a9a28c64adf919 (patch)
tree093bdd13c3fcdfde640853b6956068e86f33eb70 /PKGBUILD
parent0617aa5d151be1cefddc8957613947717ff60e1b (diff)
downloadaur-13909b460772b58341971bd063a9a28c64adf919.tar.gz
[pymdown-extensions] Update to 4.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a73759a03f08..cccaf1be0473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
pkgname="pymdown-extensions"
-pkgver=4.8.0
+pkgver=4.9.2
pkgrel=1
pkgdesc="Extensions for Python Markdown"
arch=("any")
@@ -8,7 +8,7 @@ url="http://facelessuser.github.io/pymdown-extensions/"
license=("MIT")
makedepends=("python-setuptools")
source=("https://github.com/facelessuser/pymdown-extensions/archive/${pkgver}.tar.gz")
-sha256sums=('00ba111fb1283dee3f15abeacc011407ba3938d4c209c0a2111a5f8bda7e944e')
+sha256sums=('d43d2e09605dbff83aee5b238d2ef0c6d754f10014518a9b4850b3ccb7445bdb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"