summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2019-12-18 08:17:32 +0000
committerD. Can Celasun2019-12-18 08:17:32 +0000
commit484434a542f5ad89e4572458216ea956acd9fb38 (patch)
tree5475ec7c843e7dca1d0ee6c0f7ce77139c42a3b9 /PKGBUILD
parent366fed19e2eb3de54e0746e07edbe7bd8d1c197d (diff)
downloadaur-484434a542f5ad89e4572458216ea956acd9fb38.tar.gz
[pymdown-extensions] Update to 6.2.0
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}"