summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-08-28 12:13:14 -0600
committerMark Wagie2023-08-28 12:13:14 -0600
commit307edea14ecd164b8e39d546b559259ea119baf6 (patch)
treefcd290823fe6a5a19553707128bd5a51f78e2599
parent5c8dd10efe61e77f53f1311ab0cc7d35f7037fc9 (diff)
downloadaur-307edea14ecd164b8e39d546b559259ea119baf6.tar.gz
10.2, updated
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f77b52a910b..75a772d66cb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pymdown-extensions
pkgdesc = Extensions for Python Markdown
pkgver = 10.2
- pkgrel = 1
+ pkgrel = 2
url = https://facelessuser.github.io/pymdown-extensions
arch = any
license = MIT
@@ -16,6 +16,6 @@ pkgbase = pymdown-extensions
depends = python-pyaml
optdepends = python-pygments: syntax highlighting
source = pymdown-extensions-10.2.tar.gz::https://github.com/facelessuser/pymdown-extensions/archive/10.2.tar.gz
- sha256sums = 1b384c34fecae32f2006860124b43b69cb8134de00bb5b241dfb78d21b955239
+ sha256sums = 7add745c035e8fc4a41d01bb2f86af4abb6cb50a25c69a13e49873bd6086db57
pkgname = pymdown-extensions
diff --git a/PKGBUILD b/PKGBUILD
index b996f99f20aa..370bd89b962d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Duru Can Celasun <can at dcc dot im>
pkgname=pymdown-extensions
pkgver=10.2
-pkgrel=1
+pkgrel=2
pkgdesc="Extensions for Python Markdown"
arch=('any')
url="https://facelessuser.github.io/pymdown-extensions"
@@ -13,7 +13,7 @@ makedepends=('python-build' 'python-hatchling' 'python-installer'
optdepends=('python-pygments: syntax highlighting')
checkdepends=('python-pygments' 'python-pytest-cov')
source=("$pkgname-$pkgver.tar.gz::https://github.com/facelessuser/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('1b384c34fecae32f2006860124b43b69cb8134de00bb5b241dfb78d21b955239')
+sha256sums=('7add745c035e8fc4a41d01bb2f86af4abb6cb50a25c69a13e49873bd6086db57')
build() {
cd "$pkgname-$pkgver"