summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2018-06-27 17:06:41 +0200
committerD. Can Celasun2018-06-27 17:06:41 +0200
commitb8a9f6c77fd12d478d31a9192fbb5ba6560079e6 (patch)
tree6a1386d08129bae4a65394e982b0ff98419e62ec /PKGBUILD
parent13909b460772b58341971bd063a9a28c64adf919 (diff)
downloadaur-b8a9f6c77fd12d478d31a9192fbb5ba6560079e6.tar.gz
[pymdown-extensions] Update to 4.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cccaf1be0473..e624363b3541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
pkgname="pymdown-extensions"
-pkgver=4.9.2
+pkgver=4.11.0
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=('d43d2e09605dbff83aee5b238d2ef0c6d754f10014518a9b4850b3ccb7445bdb')
+sha256sums=('7b2869b8cf182eb05e836952a01e3c9388ccbd5dae527d8a4d41ca6c6a61f8c0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"