summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-15 23:41:15 +0300
committerCaleb Maclennan2021-12-15 23:41:15 +0300
commit30120c19991accc9f0f4d87deeaf985dfecd0e6f (patch)
tree652fd6b765b9c697656b5b842730830ec09e2d71
parent7053ea529be6397e8822722c332b40e360396307 (diff)
downloadaur-30120c19991accc9f0f4d87deeaf985dfecd0e6f.tar.gz
upgpkg: python-panflute 2.1.3-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef268aa8a2a9..2945fe1a59db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-panflute
pkgdesc = A Pythonic alternative to John MacFarlane’s pandocfilters
- pkgver = 2.1.1
- pkgrel = 6
+ pkgver = 2.1.3
+ pkgrel = 1
url = https://github.com/sergiocorreia/panflute
arch = any
license = BSD
@@ -12,10 +12,10 @@ pkgbase = python-panflute
depends = python
depends = python-click
depends = python-yaml
- provides = pandoc-panflute=2.1.1
+ provides = pandoc-panflute=2.1.3
conflicts = pandoc-panflute
replaces = pandoc-panflute
- source = panflute-2.1.1.tar.gz::https://github.com/sergiocorreia/panflute/archive/2.1.1.tar.gz
- sha256sums = e8c4580f36277ae195dc1614e7cff239d5d3eb0c40ef7e1abb676f6aa2df127c
+ source = panflute-2.1.3.tar.gz::https://github.com/sergiocorreia/panflute/archive/2.1.3.tar.gz
+ sha256sums = 8e49cc658cdcdbfa66aab8a9e48a414d42b924d2aa2cc225d0215f8f9955568f
pkgname = python-panflute
diff --git a/PKGBUILD b/PKGBUILD
index 425947b1bc3d..155552c66e0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pyname=panflute
pkgname=python-$_pyname
-pkgver=2.1.1
-pkgrel=6
+pkgver=2.1.3
+pkgrel=1
pkgdesc='A Pythonic alternative to John MacFarlane’s pandocfilters'
arch=(any)
url="https://github.com/sergiocorreia/$_pyname"
@@ -23,7 +23,7 @@ conflicts=("pandoc-$_pyname")
replaces=("pandoc-$_pyname")
_archive="$_pyname-$pkgver"
source=("$_archive.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('e8c4580f36277ae195dc1614e7cff239d5d3eb0c40ef7e1abb676f6aa2df127c')
+sha256sums=('8e49cc658cdcdbfa66aab8a9e48a414d42b924d2aa2cc225d0215f8f9955568f')
prepare() {
cd "$_archive"