summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 553892d67d4d..0634daade01d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Thu Dec 6 10:30:21 UTC 2018
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
- pkgver = 6.0.0
+ pkgver = 6.2.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.0.0.tar.gz
- sha256sums = 33130e8bd4a21753b3b05b5e19fb7cbdadd41b1b84ae7cca135a207419892d09
+ source = https://github.com/facelessuser/pymdown-extensions/archive/6.2.0.tar.gz
+ sha256sums = 0eb03c0842780e5039c147dff755262effce37710d8016707f6bdd091d85c630
pkgname = pymdown-extensions
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}"