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 4112c3603bc4..a49b1db0093e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
pkgname="pymdown-extensions"
-pkgver=3.3.0
+pkgver=4.1.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=('57ab382a5658bc60c4ddb60ff60323de1854c9c476700ff1318ec088c5322d23')
+sha256sums=('3b5f09c9f991bb242381466c9b5fea09000a6afa91e5fb8dbe8705cb85fe3b1e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"