summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb780c67bcec..ad4849bb37f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-panflute
pkgdesc = Pythonic Pandoc filters
- pkgver = 1.12.2
+ pkgver = 1.12.4
pkgrel = 1
url = https://github.com/sergiocorreia/panflute
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-panflute
depends = python-click
depends = python-yaml
depends = python-shutilwhich
- source = https://github.com/sergiocorreia/panflute/archive/v1.12.2.tar.gz
- sha256sums = 950e25b9273d743baa4b49f4cfd1b24e3e32f721a3f44dc5bce1c7c2c74581b0
+ source = python-panflute-1.12.4.tar.gz::https://github.com/sergiocorreia/panflute/archive/1.12.4.tar.gz
+ sha256sums = 92f9f712a54151b07af736b3b6ba1733c3602600c84b4407fdb714272ff92565
pkgname = python-panflute
diff --git a/PKGBUILD b/PKGBUILD
index a988b6465d64..6fbebc089894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=panflute
pkgname=python-$_name
-pkgver=1.12.2
+pkgver=1.12.4
pkgrel=1
pkgdesc="Pythonic Pandoc filters"
arch=(any)
@@ -14,8 +14,8 @@ makedepends=("python" "python-pip")
depends=("python-click"
"python-yaml"
"python-shutilwhich")
-source=("https://github.com/sergiocorreia/$_name/archive/v$pkgver.tar.gz")
-sha256sums=('950e25b9273d743baa4b49f4cfd1b24e3e32f721a3f44dc5bce1c7c2c74581b0')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sergiocorreia/$_name/archive/$pkgver.tar.gz")
+sha256sums=('92f9f712a54151b07af736b3b6ba1733c3602600c84b4407fdb714272ff92565')
build() {
cd "$srcdir/$_name-$pkgver"