summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-12 11:12:36 +0300
committerCaleb Maclennan2020-02-12 11:12:36 +0300
commitf8499ef8b7e25f23c5e76ffbe36e6bce4c0d870b (patch)
treee9f202e5926898609c54a54f6e1f9172e361a8e7 /PKGBUILD
parentf8c602608cfa71931c3edff53c054280a98f6670 (diff)
downloadaur-f8499ef8b7e25f23c5e76ffbe36e6bce4c0d870b.tar.gz
Update to 1.12.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"