summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-09-27 19:52:32 -0600
committerMark Wagie2020-09-27 19:52:32 -0600
commit403b15b7bff8ec4794eb47596b64fea35c265291 (patch)
treefe419f5b455bb80e7916b53bc0f290a821e86a3e
parent1a724819475dc914e459aa237f94c1f36db33a72 (diff)
downloadaur-403b15b7bff8ec4794eb47596b64fea35c265291.tar.gz
8.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89000a195582..7eebd953e665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
- pkgver = 8.0
+ pkgver = 8.0.1
pkgrel = 1
url = http://facelessuser.github.io/pymdown-extensions
arch = any
@@ -8,8 +8,8 @@ pkgbase = pymdown-extensions
makedepends = python-setuptools
depends = python-markdown>3.2
optdepends = python-pygments: syntax highlighting
- source = https://pypi.org/packages/source/p/pymdown-extensions/pymdown-extensions-8.0.tar.gz
- sha256sums = 440b0db9823b89f9917482ce3ab3d32ac18e60f2e186770ac37836830d5e7256
+ source = https://pypi.org/packages/source/p/pymdown-extensions/pymdown-extensions-8.0.1.tar.gz
+ sha256sums = 9ba704052d4bdc04a7cd63f7db4ef6add73bafcef22c0cf6b2e3386cf4ece51e
pkgname = pymdown-extensions
diff --git a/PKGBUILD b/PKGBUILD
index e00ba5ab9d6e..b3d48d8267f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: Duru Can Celasun <can at dcc dot im>
pkgname=pymdown-extensions
-pkgver=8.0
+pkgver=8.0.1
pkgrel=1
pkgdesc="Extensions for Python Markdown"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
optdepends=('python-pygments: syntax highlighting')
source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
#source=("$pkgname-$pkgver.tar.gz::https://github.com/facelessuser/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('440b0db9823b89f9917482ce3ab3d32ac18e60f2e186770ac37836830d5e7256')
+sha256sums=('9ba704052d4bdc04a7cd63f7db4ef6add73bafcef22c0cf6b2e3386cf4ece51e')
build() {
cd "$pkgname-$pkgver"