Date: Wednesday, March 9, 2016 @ 04:37:20 Author: kkeen Revision: 165645
upgpkg: python-mistune 0.7.2-1 Modified: python-mistune/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-09 03:12:09 UTC (rev 165644) +++ PKGBUILD 2016-03-09 03:37:20 UTC (rev 165645) @@ -1,3 +1,4 @@ +# $Id$ # Maintainer: Kyle Keen <[email protected]> # Contributor: shmilee @@ -4,7 +5,7 @@ pkgbase=python-mistune _pkgname=mistune pkgname=('python-mistune' 'python2-mistune') -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 pkgdesc="The fastest markdown parser in pure Python with renderer feature." arch=('any') @@ -13,7 +14,7 @@ depends=('python') makedepends=('python-setuptools' 'python2-setuptools') source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz") -md5sums=('0d9c29700c670790c5b2471070d32ec2') +md5sums=('798a72534237c25e6349d24652d0a6bc') prepare() { cd "$srcdir"
