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