summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-27 11:38:29 +0300
committerCaleb Maclennan2023-01-27 11:38:29 +0300
commitd5487d382c45db79ef954248163d46bc45e017ab (patch)
tree9d5684e8600c45dfb6c4e13ef0cecfedab12eebf /PKGBUILD
parent49b6c1c05247af969f95060b6a73ff01bf073aab (diff)
downloadaur-d5487d382c45db79ef954248163d46bc45e017ab.tar.gz
upgpkg: python-panflute 2.3.0-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 9cc521fadfd1..699665cc7a9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=panflute
pkgname=python-$_pyname
-pkgver=2.2.3
+pkgver=2.3.0
pkgrel=1
pkgdesc='A Pythonic alternative to John MacFarlane’s pandocfilters'
arch=(any)
@@ -24,8 +24,8 @@ provides=("pandoc-$_pyname=$pkgver")
conflicts=("pandoc-$_pyname")
replaces=("pandoc-$_pyname")
_archive="$_pyname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('262d77ea3296e5482d3fce5eaa525bc7bd5d19260d57e2248f30472253a9a34c')
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('ea3183575998f7e675c16659587183d6ada03930230009c62b5b0ca6c303a702')
build() {
cd "$_archive"