summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 716e4534193a..2eaa65c60db6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
- pkgver = 6.2.1
+ pkgver = 6.3.0
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.1.tar.gz
- sha256sums = ea35182c3cd8480d3c6208611cc9d79b88ae73d69df81264721502d70d1790af
+ source = https://github.com/facelessuser/pymdown-extensions/archive/6.3.0.tar.gz
+ sha256sums = 9e2f98bbc31c76cfd0001b58c45b1a8add66d279f289f5c5b850778a4e771c22
pkgname = pymdown-extensions
diff --git a/PKGBUILD b/PKGBUILD
index 8c5eb3156763..b8be194c139a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
pkgname=pymdown-extensions
-pkgver=6.2.1
+pkgver=6.3.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=('ea35182c3cd8480d3c6208611cc9d79b88ae73d69df81264721502d70d1790af')
+sha256sums=('9e2f98bbc31c76cfd0001b58c45b1a8add66d279f289f5c5b850778a4e771c22')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"