summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-01-05 18:43:04 +0300
committerCaleb Maclennan2024-01-05 18:43:04 +0300
commit78f31cc8177e933356fd6f0ad1444864df56e39e (patch)
tree4e934781db3e090f6418fb37f57518043c2c49d7 /PKGBUILD
parent173aeaedc7761ed666583ce3cf698f3b255bc273 (diff)
downloadaur-78f31cc8177e933356fd6f0ad1444864df56e39e.tar.gz
upgpkg: python-pandoc-include 1.2.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c548ca0986a4..7855db223577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pipname=pandoc-include
pkgname=python-$_pipname
-pkgver=0.8.7
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
pkgdesc='Panflute filter to allow file includes'
arch=(any)
url="https://github.com/DCsunset/$_pipname"
@@ -15,7 +15,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pipname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('af4a8d950713896d5f6bf4f43d51b978a8f4bef842bdd10974f4760e78db8262')
+sha256sums=('e0c3a14e3a9ff34f23f2b27823d6d3b864453fe31f748d55cf430fb5f6eb7111')
build() {
cd "$_archive"