summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-01-05 18:43:04 +0300
committerCaleb Maclennan2024-01-05 18:43:04 +0300
commit78f31cc8177e933356fd6f0ad1444864df56e39e (patch)
tree4e934781db3e090f6418fb37f57518043c2c49d7
parent173aeaedc7761ed666583ce3cf698f3b255bc273 (diff)
downloadaur-78f31cc8177e933356fd6f0ad1444864df56e39e.tar.gz
upgpkg: python-pandoc-include 1.2.1-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 291bc84755fe..7861eb80ff4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pandoc-include
pkgdesc = Panflute filter to allow file includes
- pkgver = 0.8.7
- pkgrel = 3
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://github.com/DCsunset/pandoc-include
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-pandoc-include
makedepends = python-setuptools
depends = python-natsort>=7
depends = python-panflute>=2.0.5
- source = https://github.com/DCsunset/pandoc-include/archive/v0.8.7/pandoc-include-0.8.7.tar.gz
- sha256sums = af4a8d950713896d5f6bf4f43d51b978a8f4bef842bdd10974f4760e78db8262
+ source = https://github.com/DCsunset/pandoc-include/archive/v1.2.1/pandoc-include-1.2.1.tar.gz
+ sha256sums = e0c3a14e3a9ff34f23f2b27823d6d3b864453fe31f748d55cf430fb5f6eb7111
pkgname = python-pandoc-include
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"