[arch-commits] Commit in python-mistune/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sun Oct 9 22:19:54 UTC 2016
Date: Sunday, October 9, 2016 @ 22:19:53
Author: kkeen
Revision: 191753
upgpkg: python-mistune 0.7.3-1
Modified:
python-mistune/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-09 22:02:52 UTC (rev 191752)
+++ PKGBUILD 2016-10-09 22:19:53 UTC (rev 191753)
@@ -5,7 +5,7 @@
pkgbase=python-mistune
_pkgname=mistune
pkgname=('python-mistune' 'python2-mistune')
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc="The fastest markdown parser in pure Python with renderer feature."
arch=('any')
@@ -14,7 +14,7 @@
depends=('python')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz")
-md5sums=('798a72534237c25e6349d24652d0a6bc')
+md5sums=('d1127006e9636c28e98ad5ff3c70dbab')
prepare() {
cd "$srcdir"
More information about the arch-commits
mailing list