summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-05-04 00:22:26 +0300
committerCaleb Maclennan2023-05-04 00:22:26 +0300
commitb6d639987238f01348f920c6ff6d8678f039496b (patch)
treea84b5e53f2d42477e725fb53aa6b09b94897604f
parentd5487d382c45db79ef954248163d46bc45e017ab (diff)
downloadaur-b6d639987238f01348f920c6ff6d8678f039496b.tar.gz
upgpkg: python-panflute 2.3.0-2
Rebuild for Python 3.11, normalize PEP517 build tooling
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a84779d4589..900ab0ab4c2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-panflute
pkgdesc = A Pythonic alternative to John MacFarlane’s pandocfilters
pkgver = 2.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sergiocorreia/panflute
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 699665cc7a9d..06388ec5d515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pyname=panflute
pkgname=python-$_pyname
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='A Pythonic alternative to John MacFarlane’s pandocfilters'
arch=(any)
url="https://github.com/sergiocorreia/$_pyname"