summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 14:13:09 +0300
committerCaleb Maclennan2024-03-28 14:13:09 +0300
commitf9363440e3d5e430b569061b6e29e160d62b654c (patch)
tree72f8199a963d5bc8f0d3c2e9298c7613bfc4f541 /PKGBUILD
parent6e73e19f7b7b65afde07a862539eb977cfa841d8 (diff)
downloadaur-f9363440e3d5e430b569061b6e29e160d62b654c.tar.gz
upgpkg: python-pandoc-include 1.3.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"