summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-08-11 09:37:49 -0600
committerMark Wagie2020-08-11 09:37:49 -0600
commit1a724819475dc914e459aa237f94c1f36db33a72 (patch)
treee692eb83f50a13fd3ff267e40e60ddfee767dc1b
parent9704ff9c85cfa61d2f499a30a1cd38e18073dde6 (diff)
downloadaur-1a724819475dc914e459aa237f94c1f36db33a72.tar.gz
updated to 8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02d8bb883545..89000a195582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
- pkgver = 7.1
+ pkgver = 8.0
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-7.1.tar.gz
- sha256sums = 5bf93d1ccd8281948cd7c559eb363e59b179b5373478e8a7195cf4b78e3c11b6
+ source = https://pypi.org/packages/source/p/pymdown-extensions/pymdown-extensions-8.0.tar.gz
+ sha256sums = 440b0db9823b89f9917482ce3ab3d32ac18e60f2e186770ac37836830d5e7256
pkgname = pymdown-extensions
diff --git a/PKGBUILD b/PKGBUILD
index cc743561aa3e..e00ba5ab9d6e 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=7.1
+pkgver=8.0
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=('5bf93d1ccd8281948cd7c559eb363e59b179b5373478e8a7195cf4b78e3c11b6')
+sha256sums=('440b0db9823b89f9917482ce3ab3d32ac18e60f2e186770ac37836830d5e7256')
build() {
cd "$pkgname-$pkgver"