summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f436111833cc..8c5eb3156763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
pkgname=pymdown-extensions
-pkgver=6.2.0
+pkgver=6.2.1
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=('0eb03c0842780e5039c147dff755262effce37710d8016707f6bdd091d85c630')
+sha256sums=('ea35182c3cd8480d3c6208611cc9d79b88ae73d69df81264721502d70d1790af')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"