summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-24 08:04:24 +0300
committerCaleb Maclennan2020-02-24 08:04:50 +0300
commit5edf77f30d7420e0037de5fe8420c6ed9d571ccc (patch)
tree822237a3008ecf25a9b2e4b20c82b23af202f9db
parentb929c02806769daac5e4e79671e68bcc6f708ccc (diff)
downloadaur-5edf77f30d7420e0037de5fe8420c6ed9d571ccc.tar.gz
Update to 1.12.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a10646027f77..ba66e4ead687 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-panflute
pkgdesc = A Pythonic alternative to John MacFarlane’s pandocfilters
- pkgver = 1.12.4
- pkgrel = 3
+ pkgver = 1.12.5
+ pkgrel = 1
url = https://github.com/sergiocorreia/panflute
arch = any
license = BSD
@@ -10,8 +10,8 @@ pkgbase = python-panflute
depends = python-click
depends = python-shutilwhich
depends = python-yaml
- source = python-panflute-1.12.4.tar.gz::https://github.com/sergiocorreia/panflute/archive/1.12.4.tar.gz
- sha256sums = 92f9f712a54151b07af736b3b6ba1733c3602600c84b4407fdb714272ff92565
+ source = python-panflute-1.12.5.tar.gz::https://github.com/sergiocorreia/panflute/archive/1.12.5.tar.gz
+ sha256sums = ee62188825f7623eb348e15d2183c6ee51e28cf3f0c87c851e6f09ad7288f78d
pkgname = python-panflute
diff --git a/PKGBUILD b/PKGBUILD
index a92d97027fe2..18918b27dcfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pipname=panflute
pkgname=python-$_pipname
-pkgver=1.12.4
-pkgrel=3
+pkgver=1.12.5
+pkgrel=1
pkgdesc='A Pythonic alternative to John MacFarlane’s pandocfilters'
arch=('any')
url="https://github.com/sergiocorreia/$_pipname"
@@ -16,7 +16,7 @@ _pydeps=('click'
depends=('python' "${_pydeps[@]/#/python-}")
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/sergiocorreia/$_pipname/archive/$pkgver.tar.gz")
-sha256sums=('92f9f712a54151b07af736b3b6ba1733c3602600c84b4407fdb714272ff92565')
+sha256sums=('ee62188825f7623eb348e15d2183c6ee51e28cf3f0c87c851e6f09ad7288f78d')
build() {
cd "$_pipname-$pkgver"