summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2020-01-18 16:29:45 +0000
committerD. Can Celasun2020-01-18 16:29:45 +0000
commit5a0d75e407be79187cc070dce9d64deb4d3f98a6 (patch)
treeadf301b59d04e3c843c11a9a0b1a35c1151e4b5f
parent484434a542f5ad89e4572458216ea956acd9fb38 (diff)
downloadaur-5a0d75e407be79187cc070dce9d64deb4d3f98a6.tar.gz
[pymdown-extensions] Update to 6.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0634daade01d..716e4534193a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
- pkgver = 6.2.0
+ pkgver = 6.2.1
pkgrel = 1
url = http://facelessuser.github.io/pymdown-extensions/
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/facelessuser/pymdown-extensions/archive/6.2.0.tar.gz
- sha256sums = 0eb03c0842780e5039c147dff755262effce37710d8016707f6bdd091d85c630
+ source = https://github.com/facelessuser/pymdown-extensions/archive/6.2.1.tar.gz
+ sha256sums = ea35182c3cd8480d3c6208611cc9d79b88ae73d69df81264721502d70d1790af
pkgname = pymdown-extensions
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}"