summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-08-11 09:37:49 -0600
committerMark Wagie2020-08-11 09:37:49 -0600
commit1a724819475dc914e459aa237f94c1f36db33a72 (patch)
treee692eb83f50a13fd3ff267e40e60ddfee767dc1b /PKGBUILD
parent9704ff9c85cfa61d2f499a30a1cd38e18073dde6 (diff)
downloadaur-1a724819475dc914e459aa237f94c1f36db33a72.tar.gz
updated to 8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"