summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 14:13:09 +0300
committerCaleb Maclennan2024-03-28 14:13:09 +0300
commitf9363440e3d5e430b569061b6e29e160d62b654c (patch)
tree72f8199a963d5bc8f0d3c2e9298c7613bfc4f541
parent6e73e19f7b7b65afde07a862539eb977cfa841d8 (diff)
downloadaur-f9363440e3d5e430b569061b6e29e160d62b654c.tar.gz
upgpkg: python-pandoc-include 1.3.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7861eb80ff4c..3d8e103e1373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandoc-include
pkgdesc = Panflute filter to allow file includes
- pkgver = 1.2.1
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/DCsunset/pandoc-include
arch = any
@@ -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/v1.2.1/pandoc-include-1.2.1.tar.gz
- sha256sums = e0c3a14e3a9ff34f23f2b27823d6d3b864453fe31f748d55cf430fb5f6eb7111
+ source = https://github.com/DCsunset/pandoc-include/archive/v1.3.0/pandoc-include-1.3.0.tar.gz
+ sha256sums = 18d55b66e9323a43bb850e6a94e0507397ea98f87e0787e0f74f9d7e5775d7d4
pkgname = python-pandoc-include
diff --git a/PKGBUILD b/PKGBUILD
index 7855db223577..78f4e30a3cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pipname=pandoc-include
pkgname=python-$_pipname
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc='Panflute filter to allow file includes'
arch=(any)
@@ -15,7 +15,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pipname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('e0c3a14e3a9ff34f23f2b27823d6d3b864453fe31f748d55cf430fb5f6eb7111')
+sha256sums=('18d55b66e9323a43bb850e6a94e0507397ea98f87e0787e0f74f9d7e5775d7d4')
build() {
cd "$_archive"